* update python-pytz to 2024.2-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:24 +02:00
parent f4e2fc8bb4
commit ff9bf2eee1
3 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,17 @@
pkgbase = python-pytz
pkgdesc = Cross platform time zone library for Python
pkgver = 2024.2
pkgrel = 1
url = https://pypi.python.org/pypi/pytz
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
depends = python
source = https://pypi.io/packages/source/p/pytz/pytz-2024.2.tar.gz
source = 0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch
validpgpkeys = C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A
sha512sums = 140a34f51044188420ac3bfbaa5ece91ea0fe4faf7a247c01312265b63b4aa8d2b389219234e173eca0343d0463aef9d6472ee803915ead989594896567c593e
sha512sums = 3cbd497313c3049a2ae04298118aefb6dfa9ec4626078c665c95c13a78ae944b33a68813aea0c53b02b0532b64221cca4a0cd2153bd91b3760916bc3c0f6df8f
pkgname = python-pytz

View File

@ -0,0 +1,3 @@
[python-pytz]
source = "pypi"
pypi = "pytz"

View File

@ -5,8 +5,8 @@
# Contributor: William Rea <sillywilly@gmail.com> # Contributor: William Rea <sillywilly@gmail.com>
pkgname=python-pytz pkgname=python-pytz
pkgver=2024.1 pkgver=2024.2
pkgrel=2 pkgrel=1
arch=(any) arch=(any)
url="https://pypi.python.org/pypi/pytz" url="https://pypi.python.org/pypi/pytz"
license=("MIT") license=("MIT")
@ -15,7 +15,7 @@ depends=('python')
makedepends=('python' 'python-setuptools') makedepends=('python' 'python-setuptools')
source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz" source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz"
"0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch") "0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch")
sha512sums=('cc1e4c9b34c62791cea277a0ce188d975e62135cb15bccfb49dc1a9366c7697ead9c67956846699f18b90db4c66e6c5fe1a91a524d01ae821c0eaa613550ea74' sha512sums=('140a34f51044188420ac3bfbaa5ece91ea0fe4faf7a247c01312265b63b4aa8d2b389219234e173eca0343d0463aef9d6472ee803915ead989594896567c593e'
'3cbd497313c3049a2ae04298118aefb6dfa9ec4626078c665c95c13a78ae944b33a68813aea0c53b02b0532b64221cca4a0cd2153bd91b3760916bc3c0f6df8f') '3cbd497313c3049a2ae04298118aefb6dfa9ec4626078c665c95c13a78ae944b33a68813aea0c53b02b0532b64221cca4a0cd2153bd91b3760916bc3c0f6df8f')
validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A') validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')