git: 0c264890ec6f - main - devel/py-isodate: Update to 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:54:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c264890ec6f1004bd70da0b1112f73a242d6e86 commit 0c264890ec6f1004bd70da0b1112f73a242d6e86 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:15:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:25 +0000 devel/py-isodate: Update to 0.6.1 - Update WWW Changes: https://github.com/gweis/isodate/blob/master/CHANGES.txt --- devel/py-isodate/Makefile | 7 ++++--- devel/py-isodate/distinfo | 6 +++--- devel/py-isodate/pkg-descr | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/devel/py-isodate/Makefile b/devel/py-isodate/Makefile index f86000d68431..94da424410bc 100644 --- a/devel/py-isodate/Makefile +++ b/devel/py-isodate/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= isodate -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-isodate/distinfo b/devel/py-isodate/distinfo index 939fd0c9b296..3867588b88c6 100644 --- a/devel/py-isodate/distinfo +++ b/devel/py-isodate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507976827 -SHA256 (isodate-0.6.0.tar.gz) = 2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8 -SIZE (isodate-0.6.0.tar.gz) = 28480 +TIMESTAMP = 1641045928 +SHA256 (isodate-0.6.1.tar.gz) = 48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9 +SIZE (isodate-0.6.1.tar.gz) = 28443 diff --git a/devel/py-isodate/pkg-descr b/devel/py-isodate/pkg-descr index 2a4e6e5ea862..abc4770c90b5 100644 --- a/devel/py-isodate/pkg-descr +++ b/devel/py-isodate/pkg-descr @@ -16,4 +16,4 @@ the Python date and datetime classes. Additionally fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds. -WWW: https://pypi.org/project/isodate/ +WWW: https://github.com/gweis/isodate