python3-iso8601: update to 2.0.0.

This commit is contained in:
Andrew J. Hesford 2023-06-13 08:57:44 -04:00
parent b857308293
commit 4c2862aa61

View file

@ -1,17 +1,18 @@
# Template file for 'python3-iso8601' # Template file for 'python3-iso8601'
pkgname=python3-iso8601 pkgname=python3-iso8601
version=1.1.0 version=2.0.0
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-poetry-core"
depends="python3" depends="python3"
checkdepends="python3-pytest python3-hypothesis python3-pytz" checkdepends="python3-pytest python3-hypothesis python3-pytz"
short_desc="ISO8601 formatted dated parser for Python3" short_desc="ISO8601 formatted dated parser for Python3"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT" license="MIT"
homepage="https://github.com/micktwomey/pyiso8601" homepage="https://github.com/micktwomey/pyiso8601"
changelog="https://raw.githubusercontent.com/micktwomey/pyiso8601/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/iso8601/iso8601-${version}.tar.gz" distfiles="${PYPI_SITE}/i/iso8601/iso8601-${version}.tar.gz"
checksum=32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f checksum=739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f
replaces="python3-iso-8601>=0" replaces="python3-iso-8601>=0"
post_install() { post_install() {