* update python-aniso8601 to 9.0.1-8

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:23 +01:00
parent 30597997b5
commit 70f15b075d
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,18 @@
pkgbase = python-aniso8601
pkgdesc = A library for parsing ISO 8601 strings.
pkgver = 9.0.1
pkgrel = 8
url = https://bitbucket.org/nielsenb/aniso8601
arch = any
license = BSD-3-Clause
checkdepends = python-dateutil
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = python-aniso8601-9.0.1.tar.gz::https://bitbucket.org/nielsenb/aniso8601/get/v9.0.1.tar.gz
sha512sums = 82b3c943fe3be845ee375e232c6aafb20d4ede560831f594e91ad75e93fd6d12316ad7285c6ebb796587ace27f56c4b0c17059d9c2d1aa9525394802ea19d00c
pkgname = python-aniso8601

View File

@ -3,7 +3,7 @@
pkgname=python-aniso8601
pkgver=9.0.1
pkgrel=7
pkgrel=8
pkgdesc="A library for parsing ISO 8601 strings."
url="https://bitbucket.org/nielsenb/aniso8601"
license=('BSD-3-Clause')