* update python-dateutil to 2.9.0-6

This commit is contained in:
Alexander Baldeck 2024-12-05 07:18:49 +01:00
parent 6d99127d5e
commit cb091f5ddc
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,22 @@
pkgbase = python-dateutil
pkgdesc = Provides powerful extensions to the standard datetime module
pkgver = 2.9.0
pkgrel = 6
url = https://github.com/dateutil/dateutil
arch = any
license = BSD-3-Clause
license = Apache-2.0
checkdepends = python-freezegun
checkdepends = python-hypothesis
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
makedepends = python-six
makedepends = git
depends = python-six
source = git+https://github.com/dateutil/dateutil.git#commit=2.9.0
sha256sums = db84e1759eb51252204597504409cafee32ea9a9616e64d82d8ec769048ff00e
pkgname = python-dateutil

View File

@ -0,0 +1,5 @@
[python-dateutil]
source = "github"
github = "dateutil/dateutil"
use_max_tag = true
exclude_regex = ".*post.*"

View File

@ -12,7 +12,7 @@
pkgname=python-dateutil
pkgver=2.9.0
pkgrel=5
pkgrel=6
pkgdesc="Provides powerful extensions to the standard datetime module"
arch=(any)
license=(BSD-3-Clause Apache-2.0)