From 4c2862aa610422f2442252f6f81603158f44203c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 13 Jun 2023 08:57:44 -0400 Subject: [PATCH] python3-iso8601: update to 2.0.0. --- srcpkgs/python3-iso8601/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-iso8601/template b/srcpkgs/python3-iso8601/template index 52cdd1f1b6d..3a5281c7a98 100644 --- a/srcpkgs/python3-iso8601/template +++ b/srcpkgs/python3-iso8601/template @@ -1,17 +1,18 @@ # Template file for 'python3-iso8601' pkgname=python3-iso8601 -version=1.1.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" depends="python3" checkdepends="python3-pytest python3-hypothesis python3-pytz" short_desc="ISO8601 formatted dated parser for Python3" maintainer="Andrew J. Hesford " license="MIT" 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" -checksum=32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f +checksum=739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f replaces="python3-iso-8601>=0" post_install() {