python3-iso8601: update to 1.0.1.
This commit is contained in:
parent
895509e7e5
commit
1e0f1e018c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-iso8601'
|
# Template file for 'python3-iso8601'
|
||||||
pkgname=python3-iso8601
|
pkgname=python3-iso8601
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="iso8601-${version}"
|
wrksrc="iso8601-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/micktwomey/pyiso8601"
|
homepage="https://github.com/micktwomey/pyiso8601"
|
||||||
distfiles="${PYPI_SITE}/i/iso8601/iso8601-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/iso8601/iso8601-${version}.tar.gz"
|
||||||
checksum=79ec9749f8bf35ffae77f835e80e96d2f95affa0f79d3d7b25c0fa7e06207a8b
|
checksum=02b1c8683bd9c3a3ea381de89c3788cf0e6562dd1eb1e160e8f68141ac08ba90
|
||||||
replaces="python3-iso-8601>=0"
|
replaces="python3-iso-8601>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue