Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-tzlocal
Commits: 9eb96d67 by Daniel M. Capella at 2025-02-13T13:13:49-05:00 upgpkg: 1:5.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-tzlocal pkgdesc = Tzinfo object for the local timezone - pkgver = 5.2 - pkgrel = 3 + pkgver = 5.3 + pkgrel = 1 epoch = 1 url = https://github.com/regebro/tzlocal arch = any @@ -14,7 +14,7 @@ pkgbase = python-tzlocal makedepends = python-setuptools makedepends = python-wheel depends = python - source = git+https://github.com/regebro/tzlocal.git#tag=5.2 - b2sums = 6e33237c54e07a6144cb8cc9e03b5f2685f5a3f30b30ba88cc486cedaa73db814224e6514e24d5275e38f06beae12358d859564e6ffdc3ba9a60d7405f020d33 + source = git+https://github.com/regebro/tzlocal.git#tag=5.3 + b2sums = aef0156b7351e41e313676b51dbb42d3c6d4bc7f82d42e5b11247479fdd0fa0c15b073f2867891b0cbecaa88e38b71e9e6c12662fd08e7c05bc0f59732769c0c pkgname = python-tzlocal ===================================== PKGBUILD ===================================== @@ -7,8 +7,8 @@ pkgname=python-tzlocal _name=${pkgname#python-} -pkgver=5.2 -pkgrel=3 +pkgver=5.3 +pkgrel=1 epoch=1 pkgdesc="Tzinfo object for the local timezone" arch=('any') @@ -22,9 +22,12 @@ makedepends=( 'python-setuptools' 'python-wheel' ) -checkdepends=('python-pytest' 'python-pytest-mock') +checkdepends=( + 'python-pytest' + 'python-pytest-mock' +) source=("git+$url.git#tag=$pkgver") -b2sums=('6e33237c54e07a6144cb8cc9e03b5f2685f5a3f30b30ba88cc486cedaa73db814224e6514e24d5275e38f06beae12358d859564e6ffdc3ba9a60d7405f020d33') +b2sums=('aef0156b7351e41e313676b51dbb42d3c6d4bc7f82d42e5b11247479fdd0fa0c15b073f2867891b0cbecaa88e38b71e9e6c12662fd08e7c05bc0f59732769c0c') prepare() { cd "$_name" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tzlocal/-/commit/9eb96d675eb54691d86cc69b12efba365163b3d1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tzlocal/-/commit/9eb96d675eb54691d86cc69b12efba365163b3d1 You're receiving this email because of your account on gitlab.archlinux.org.