svn commit: r460882 - head/devel/py-stdnum
Kurt Jaeger
pi at FreeBSD.org
Sun Feb 4 10:05:21 UTC 2018
Author: pi
Date: Sun Feb 4 10:05:19 2018
New Revision: 460882
URL: https://svnweb.freebsd.org/changeset/ports/460882
Log:
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.
Modified:
head/devel/py-stdnum/Makefile
head/devel/py-stdnum/distinfo
Modified: head/devel/py-stdnum/Makefile
==============================================================================
--- head/devel/py-stdnum/Makefile Sun Feb 4 10:03:04 2018 (r460881)
+++ head/devel/py-stdnum/Makefile Sun Feb 4 10:05:19 2018 (r460882)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= stdnum
-PORTVERSION= 1.6
+PORTVERSION= 1.8.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-stdnum/distinfo
==============================================================================
--- head/devel/py-stdnum/distinfo Sun Feb 4 10:03:04 2018 (r460881)
+++ head/devel/py-stdnum/distinfo Sun Feb 4 10:05:19 2018 (r460882)
@@ -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
More information about the svn-ports-head
mailing list