Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-enlighten
Commits: 7197aee9 by Maxime Gauduin at 2025-03-14T11:52:19+01:00 upgpkg: 1.14.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-enlighten pkgdesc = Progress bar for Python console apps - pkgver = 1.13.0 + pkgver = 1.14.1 pkgrel = 1 url = https://github.com/Rockhopper-Technologies/enlighten arch = any @@ -9,7 +9,7 @@ pkgbase = python-enlighten makedepends = python-setuptools depends = python-blessed depends = python-prefixed - source = git+https://github.com/Rockhopper-Technologies/enlighten.git#tag=9ac26ff23e39e8f39680d30afdd9eabf0fd31b51 - b2sums = 403657e8ebdc31044ec0a12ed6d8755eeb5ffcc79356ea48acbbd132e090ed71438f9b618b150f21271f637fa333fa54cee9cf26f6411b45fea87a6ab31fd94f + source = git+https://github.com/Rockhopper-Technologies/enlighten.git#tag=5ca1d2e206f8d9539e9e502ee156b83fac6721ed + b2sums = 41635333bb2a37a3fae9a3d2c9ffb193bf2c920b93359ced2624785cc72e539c2065adbd2030edd9eb7e235209ecde30fc1495337d5fc667192eeb379b0cbac5 pkgname = python-enlighten ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Tharre <thar...@gmail.com> pkgname=python-enlighten -pkgver=1.13.0 +pkgver=1.14.1 pkgrel=1 pkgdesc='Progress bar for Python console apps' url=https://github.com/Rockhopper-Technologies/enlighten @@ -16,9 +16,9 @@ makedepends=( git python-setuptools ) -_tag=9ac26ff23e39e8f39680d30afdd9eabf0fd31b51 +_tag=5ca1d2e206f8d9539e9e502ee156b83fac6721ed source=(git+https://github.com/Rockhopper-Technologies/enlighten.git#tag=${_tag}) -b2sums=('403657e8ebdc31044ec0a12ed6d8755eeb5ffcc79356ea48acbbd132e090ed71438f9b618b150f21271f637fa333fa54cee9cf26f6411b45fea87a6ab31fd94f') +b2sums=('41635333bb2a37a3fae9a3d2c9ffb193bf2c920b93359ced2624785cc72e539c2065adbd2030edd9eb7e235209ecde30fc1495337d5fc667192eeb379b0cbac5') prepare() { rm -rf enlighten/benchmarks View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-enlighten/-/commit/7197aee99fc69f682248b86330d9e12b5653a07a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-enlighten/-/commit/7197aee99fc69f682248b86330d9e12b5653a07a You're receiving this email because of your account on gitlab.archlinux.org.