Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-log_symbols
Commits: 94674bb5 by Morten Linderud at 2024-04-05T20:55:57+02:00 upgpkg: 0.0.14-6: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-log_symbols + pkgdesc = Colored symbols for various log levels for Python + pkgver = 0.0.14 + pkgrel = 6 + url = https://github.com/manrajgrover/py-log-symbols + arch = any + license = MIT + makedepends = python-setuptools + depends = python + depends = python-colorama + source = https://files.pythonhosted.org/packages/source/l/log_symbols/log_symbols-0.0.14.tar.gz + sha256sums = cf0bbc6fe1a8e53f0d174a716bc625c4f87043cc21eb55dd8a740cfe22680556 + +pkgname = python-log_symbols ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-log_symbols _name=${pkgname#python-} pkgver=0.0.14 -pkgrel=5 +pkgrel=6 pkgdesc="Colored symbols for various log levels for Python" arch=('any') url="https://github.com/manrajgrover/py-log-symbols" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-log_symbols/-/commit/94674bb53068f68a5c25491c316f47204412775d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-log_symbols/-/commit/94674bb53068f68a5c25491c316f47204412775d You're receiving this email because of your account on gitlab.archlinux.org.
