From 61640b5888c9ee83483cac143e02f962ca5e611a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 12 Aug 2021 08:31:43 -0400 Subject: [PATCH] python3-ciso8601: update to 2.2.0. --- srcpkgs/python3-ciso8601/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template index e060dd65211..179d770bbff 100644 --- a/srcpkgs/python3-ciso8601/template +++ b/srcpkgs/python3-ciso8601/template @@ -1,18 +1,19 @@ # Template file for 'python3-ciso8601' pkgname=python3-ciso8601 -version=2.1.3 -revision=2 +version=2.2.0 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3" +checkdepends="python3-pytest" short_desc="Fast ISO8601 date time parser for Python, written in C" maintainer="Andrew J. Hesford " license="MIT" homepage="https://github.com/closeio/ciso8601" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=4f27113e10622a3b86161c90bee80dc6f3ab8dcab9385092088db239e9fd94dc +checksum=f33c4ba69d8b5897854e4db261b7f140404f9749e79247d3447918a061ab49f4 post_install() { vlicense LICENSE