* update python-dateutil to 2.9.0-6
This commit is contained in:
parent
6d99127d5e
commit
cb091f5ddc
22
python/python-dateutil/.SRCINFO
Normal file
22
python/python-dateutil/.SRCINFO
Normal 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
|
5
python/python-dateutil/.nvchecker.toml
Normal file
5
python/python-dateutil/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[python-dateutil]
|
||||
source = "github"
|
||||
github = "dateutil/dateutil"
|
||||
use_max_tag = true
|
||||
exclude_regex = ".*post.*"
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user