Date: Sunday, October 23, 2022 @ 21:54:43 Author: mtorromeo Revision: 1334416
upgpkg: python-iso8601 1.1.0-2 Modified: python-iso8601/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-23 21:11:58 UTC (rev 1334415) +++ PKGBUILD 2022-10-23 21:54:43 UTC (rev 1334416) @@ -3,13 +3,13 @@ pkgname=python-iso8601 _libname=iso8601 pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Simple module to parse ISO 8601 dates" arch=(any) url="https://pyiso8601.readthedocs.io/en/latest/" license=('MIT') depends=(python) -makedepends=(python-poetry python-setuptools python-wheel python-build python-installer) +makedepends=(python-poetry-core python-setuptools python-wheel python-build python-installer) checkdepends=(python-pytest python-hypothesis python-pytz) source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) sha256sums=('32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f')
