Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-tempora
Commits: f4cad6ed by Carl Smedstad at 2024-12-31T08:59:25+01:00 upgpkg: 5.8.0-1: Upstream release https://github.com/jaraco/tempora/releases/tag/v5.8.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-tempora pkgdesc = Objects and routines pertaining to date and time (tempora). - pkgver = 5.7.0 - pkgrel = 2 + pkgver = 5.8.0 + pkgrel = 1 url = https://github.com/jaraco/tempora arch = any license = MIT @@ -15,7 +15,7 @@ pkgbase = python-tempora depends = python depends = python-dateutil depends = python-jaraco.functools - source = python-tempora-5.7.0.tar.gz::https://github.com/jaraco/tempora/archive/v5.7.0.tar.gz - sha512sums = 9a248e3378ac0231a8dbf8200474694f19aa3842ae465b47301311852afe1854e143064bdc36d8b887524f4c6e6c3f929efe49f66cc9a3a777d0eeb13c7f013c + source = python-tempora-5.8.0.tar.gz::https://github.com/jaraco/tempora/archive/v5.8.0.tar.gz + sha512sums = ad3311aba123e6a9acbd5568ed9bf1aa2295fd799148605483158a69aeb5b838b9d1b3231979fea79827ceec1e767856398c7747bfbefcbfd66e3d7cf4dab4c9 pkgname = python-tempora ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ pkgname='python-tempora' _pkgbase="${pkgname//python-/}" -pkgver=5.7.0 -pkgrel=2 +pkgver=5.8.0 +pkgrel=1 pkgdesc="Objects and routines pertaining to date and time (tempora)." arch=('any') url="https://github.com/jaraco/tempora" @@ -27,7 +27,7 @@ checkdepends=( 'python-pytest-freezer' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('9a248e3378ac0231a8dbf8200474694f19aa3842ae465b47301311852afe1854e143064bdc36d8b887524f4c6e6c3f929efe49f66cc9a3a777d0eeb13c7f013c') +sha512sums=('ad3311aba123e6a9acbd5568ed9bf1aa2295fd799148605483158a69aeb5b838b9d1b3231979fea79827ceec1e767856398c7747bfbefcbfd66e3d7cf4dab4c9') build() { cd "$_pkgbase-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tempora/-/commit/f4cad6ed71fd2dd3e2723541532a6f456f7e4f44 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tempora/-/commit/f4cad6ed71fd2dd3e2723541532a6f456f7e4f44 You're receiving this email because of your account on gitlab.archlinux.org.
