Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-halo
Commits: 7f31356c by Morten Linderud at 2024-04-05T20:52:07+02:00 upgpkg: 0.0.31-6: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-halo + pkgdesc = Beautiful terminal spinners in Python + pkgver = 0.0.31 + pkgrel = 6 + url = https://github.com/manrajgrover/halo + arch = any + license = MIT + makedepends = python-setuptools + depends = python + depends = python-log_symbols + depends = python-spinners + depends = python-termcolor + depends = python-six + source = python-halo-0.0.31.tar.gz::https://files.pythonhosted.org/packages/source/h/halo/halo-0.0.31.tar.gz + sha256sums = 7b67a3521ee91d53b7152d4ee3452811e1d2a6321975137762eb3d70063cc9d6 + +pkgname = python-halo ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-halo pkgver=0.0.31 -pkgrel=5 +pkgrel=6 _pkgname=${pkgname#python-} pkgdesc="Beautiful terminal spinners in Python" arch=(any) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-halo/-/commit/7f31356c280e8ad4f9769d7b22830a9144e8b08d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-halo/-/commit/7f31356c280e8ad4f9769d7b22830a9144e8b08d You're receiving this email because of your account on gitlab.archlinux.org.
