Date: Sun, 4 Feb 2018 10:05:20 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460882 - head/devel/py-stdnum Message-ID: <201802041005.w14A5K54017656@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802041005.w14A5K54017656>