Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-types-python-dateutil
Commits:
3d8defd0 by Jakub Klinkovský at 2026-03-03T07:17:16+01:00
upgpkg: 2.9.0.20260302-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.20260124
+ pkgver = 2.9.0.20260302
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.20260124.tar.gz
- b2sums =
05f369098002f94fac335fde4b8ce26a76d8ba2a2a2ef2d5221cbe9fb3456a995307d992c64adee1f5fe275b2425ff7fea27616ffb907f0dc6668153ae02ed97
+ source =
https://files.pythonhosted.org/packages/source/t/types_python_dateutil/types_python_dateutil-2.9.0.20260302.tar.gz
+ b2sums =
cf702e53ba1422ed18b51f408687f461fd01bfd3fa12db9031a4a3c04b450eb68e7dede845c2f1a044ab620eb412d6a0e9e4a567d2c3cee5f38d9a806a37dfc4
pkgname = python-types-python-dateutil
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=types_python_dateutil
pkgname=python-${_name//_/-}
-pkgver=2.9.0.20260124
+pkgver=2.9.0.20260302
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=('05f369098002f94fac335fde4b8ce26a76d8ba2a2a2ef2d5221cbe9fb3456a995307d992c64adee1f5fe275b2425ff7fea27616ffb907f0dc6668153ae02ed97')
+b2sums=('cf702e53ba1422ed18b51f408687f461fd01bfd3fa12db9031a4a3c04b450eb68e7dede845c2f1a044ab620eb412d6a0e9e4a567d2c3cee5f38d9a806a37dfc4')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-types-python-dateutil/-/commit/3d8defd08b7179df69925626b6b199234e9d4f90
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-types-python-dateutil/-/commit/3d8defd08b7179df69925626b6b199234e9d4f90
You're receiving this email because of your account on gitlab.archlinux.org.