Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-types-python-dateutil
Commits:
d8b1f650 by Jakub Klinkovský at 2024-10-03T16:11:25+02:00
upgpkg: 2.9.0.20241003-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-types-python-dateutil
pkgdesc = Typing stubs for python-dateutil
- pkgver = 2.9.0.20240906
+ pkgver = 2.9.0.20241003
pkgrel = 1
url = https://pypi.org/project/types-python-dateutil/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-types-python-dateutil
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-2.9.0.20240906.tar.gz
- b2sums =
cadbe153c51d99d7b9f67fb91ff3126e74d9633558ca48d0c095ea31d7f40bd6cc030034cdd7ecc3eddfad349a5a9142a5db2357df58c0b53933bc21615c8290
+ source =
https://files.pythonhosted.org/packages/source/t/types-python-dateutil/types-python-dateutil-2.9.0.20241003.tar.gz
+ b2sums =
5acdd917e2c20e8d1f1644e3f15736022d81b2da793bdef191f1c8633e527a5ac6bdd68bf6dbd9312a5923aa0123c5ae7e9f949bf2d47eb51a64e961a6acfb12
pkgname = python-types-python-dateutil
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-types-python-dateutil
_name=${pkgname#python-}
-pkgver=2.9.0.20240906
+pkgver=2.9.0.20241003
pkgrel=1
pkgdesc="Typing stubs for python-dateutil"
arch=(any)
@@ -18,7 +18,7 @@ makedepends=(
python-wheel
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-b2sums=('cadbe153c51d99d7b9f67fb91ff3126e74d9633558ca48d0c095ea31d7f40bd6cc030034cdd7ecc3eddfad349a5a9142a5db2357df58c0b53933bc21615c8290')
+b2sums=('5acdd917e2c20e8d1f1644e3f15736022d81b2da793bdef191f1c8633e527a5ac6bdd68bf6dbd9312a5923aa0123c5ae7e9f949bf2d47eb51a64e961a6acfb12')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-types-python-dateutil/-/commit/d8b1f6509350a76f4322e19ecbe951e4d2cc8817
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-types-python-dateutil/-/commit/d8b1f6509350a76f4322e19ecbe951e4d2cc8817
You're receiving this email because of your account on gitlab.archlinux.org.