* update python-tzlocal to 1:5.2-3

This commit is contained in:
Alexander Baldeck 2024-12-05 07:19:01 +01:00
parent 8335eece4d
commit 65045b9ab5
3 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-tzlocal
pkgdesc = Tzinfo object for the local timezone
pkgver = 5.2
pkgrel = 3
epoch = 1
url = https://github.com/regebro/tzlocal
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-mock
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = git+https://github.com/regebro/tzlocal.git#tag=5.2
b2sums = 6e33237c54e07a6144cb8cc9e03b5f2685f5a3f30b30ba88cc486cedaa73db814224e6514e24d5275e38f06beae12358d859564e6ffdc3ba9a60d7405f020d33
pkgname = python-tzlocal

View File

@ -0,0 +1,3 @@
[python-tzlocal]
source = "git"
git = "https://github.com/regebro/tzlocal.git"

View File

@ -9,7 +9,7 @@
pkgname=python-tzlocal
_name=${pkgname#python-}
pkgver=5.2
pkgrel=2
pkgrel=3
epoch=1
pkgdesc="Tzinfo object for the local timezone"
arch=(any)