diff options
author | pi <pi@FreeBSD.org> | 2018-02-04 18:05:19 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-02-04 18:05:19 +0800 |
commit | 4d760d3370f3b7cda74b730017375c4691bf9a46 (patch) | |
tree | c1ded03d4ef0793b4c27989d630ada550ed68a01 /devel | |
parent | 72c38980afc486ed9d1c973dea2804b9200c20c2 (diff) | |
download | freebsd-ports-gnome-4d760d3370f3b7cda74b730017375c4691bf9a46.tar.gz freebsd-ports-gnome-4d760d3370f3b7cda74b730017375c4691bf9a46.tar.zst freebsd-ports-gnome-4d760d3370f3b7cda74b730017375c4691bf9a46.zip |
devel/py-stdnum: update 1.6 -> 1.8.1
1.7:
- This release includes a number of new number formats (Canadian Business
Number, Canadian Social Insurance Number, German personal tax number,
Estonian organisation registration code, Finnish individual tax number
and English Unique Pupil Number). This release also fixes a bug in the
Czech DI check digit calculation and also fixes a few other minor
bugs. This release also includes test and documentation improvements.
1.8:
- This release includes a number of new number formats (Dominican
Republic NCF, Euro banknote serial numbers, CAS RN, Indian Aadhaar and
Indian PAN). It also adds functions for using the Dominican Republic
DGII web service to validate and search for RNC and NCF numbers,
replaces stdnum.iso9362 with stdnum.bic and adds zeep as the preferred
SOAP library. This release also includes numerous improvements to the
- Development of the NCF format validation and DGII web service
validation was funded by iterativo | http://iterativo.do
- Release 1.8.1 of python-stdnum has been made available which fixes a
packaging bug that caused installation problems on some platforms.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-stdnum/Makefile | 2 | ||||
-rw-r--r-- | devel/py-stdnum/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-stdnum/Makefile b/devel/py-stdnum/Makefile index eb80c343ce40..705030d4186b 100644 --- a/devel/py-stdnum/Makefile +++ b/devel/py-stdnum/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stdnum -PORTVERSION= 1.6 +PORTVERSION= 1.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-stdnum/distinfo b/devel/py-stdnum/distinfo index 30fdf9d4a37f..45c782edb546 100644 --- a/devel/py-stdnum/distinfo +++ b/devel/py-stdnum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492788192 -SHA256 (python-stdnum-1.6.tar.gz) = 157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655 -SIZE (python-stdnum-1.6.tar.gz) = 399518 +TIMESTAMP = 1517738483 +SHA256 (python-stdnum-1.8.1.tar.gz) = d7162fdb29337aebed65700cc7297016f6cd32cae4ad7aed8f7e7531f0217943 +SIZE (python-stdnum-1.8.1.tar.gz) = 421921 |