Subject: CVS commit: pkgsrc/misc/py-stdnum
From: Adam Ciarcinski
Date: 2018-01-04 21:44:10
Message id: 20180104204410.42023FBDE@cvs.NetBSD.org

Log Message:
py-stdnum: updated to 1.8

changes from 1.7 to 1.8
* add modules for the following number formats:
 - NCF (NĂºmeros de Comprobante Fiscal, Dominican Republic receipt number)
 - Euro banknote serial numbers
 - CAS RN (Chemical Abstracts Service Registry Number)
 - Aadhaar (Indian digital resident personal identity number)
   (thanks Srikanth Lakshmanan)
 - PAN (Permanent Account Number, Indian income tax identifier)
   (thanks Srikanth Lakshmanan)
* add functions for using the Dominican Republic DGII web service to validate
  and search for RNC and NCF numbers
* add/update whitelists for Dominican Republic RNC and Cedula
* support zeep as preferred SOAP library (suds and pysimplesoap are tried
  as fallback)
* rename stdnum.iso9362 to stdnum.bic (iso9362 is deprecated but still
  available for compatibility)
* add tests for web services (not normally run to avoid unnecessary load)
* fixes and improvement to the sample online validation service

Files:
RevisionActionfile
1.12modifypkgsrc/misc/py-stdnum/Makefile
1.4modifypkgsrc/misc/py-stdnum/PLIST
1.5modifypkgsrc/misc/py-stdnum/distinfo
1.1addpkgsrc/misc/py-stdnum/patches/patch-setup.py