[Python-modules-commits] r24820 - in packages/python-stdnum/trunk/debian (3 files)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Fri Jun 14 20:33:47 UTC 2013


    Date: Friday, June 14, 2013 @ 20:33:43
  Author: adejong
Revision: 24820

  * New upstream release.

Modified:
  packages/python-stdnum/trunk/debian/changelog
  packages/python-stdnum/trunk/debian/control
Deleted:
  packages/python-stdnum/trunk/debian/patches/

Modified: packages/python-stdnum/trunk/debian/changelog
===================================================================
--- packages/python-stdnum/trunk/debian/changelog	2013-06-14 18:14:51 UTC (rev 24819)
+++ packages/python-stdnum/trunk/debian/changelog	2013-06-14 20:33:43 UTC (rev 24820)
@@ -1,3 +1,18 @@
+python-stdnum (0.8.1-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - add modules for the following number formats:
+      - NRIC No. (Malaysian National Registration Identity Card Number)
+    - all modules now provide a validate() function that throws an exception
+      that contains more information on the failure reason
+    - documentation improvements
+    - remove add_check_digit parameter from GRid's format() function
+    - improvements to the tests
+    - re-add Python3 support (now tested with Python 2.7, 3.2 and 3.3)
+  * Drop all patches (all are in this upstream release)
+
+ -- Arthur de Jong <adejong at debian.org>  Fri, 14 Jun 2013 22:32:55 +0200
+
 python-stdnum (0.7-2) unstable; urgency=low
 
   * Move python-all and python3-all from Build-Depends-Indep to

Modified: packages/python-stdnum/trunk/debian/control
===================================================================
--- packages/python-stdnum/trunk/debian/control	2013-06-14 18:14:51 UTC (rev 24819)
+++ packages/python-stdnum/trunk/debian/control	2013-06-14 20:33:43 UTC (rev 24820)
@@ -31,7 +31,7 @@
   * Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
   * DIČ (Daňové identifikační číslo, Czech VAT number)
   * RČ (Rodné číslo, the Czech birth number)
-  * Ust ID Nr. (Umsatzsteur Identifikationnummer, the German VAT number)
+  * Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number)
   * CPR (personnummer, the Danish citizen number)
   * CVR (Momsregistreringsnummer, Danish VAT number)
   * EAN (International Article Number)
@@ -66,7 +66,8 @@
   * PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
   * MEID (Mobile Equipment Identifier)
   * VAT (Maltese VAT number)
-  * BSN (Burgerservicenummer, the Dutch national identification number)
+  * NRIC No. (Malaysian National Registration Identity Card Number)
+  * BSN (Burgerservicenummer, Dutch national identification number)
   * BTW-nummer (Omzetbelastingnummer, the Dutch VAT number)
   * Onderwijsnummer (Dutch school number)
   * NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
@@ -104,7 +105,7 @@
   * Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
   * DIČ (Daňové identifikační číslo, Czech VAT number)
   * RČ (Rodné číslo, the Czech birth number)
-  * Ust ID Nr. (Umsatzsteur Identifikationnummer, the German VAT number)
+  * Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number)
   * CPR (personnummer, the Danish citizen number)
   * CVR (Momsregistreringsnummer, Danish VAT number)
   * EAN (International Article Number)
@@ -139,7 +140,8 @@
   * PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
   * MEID (Mobile Equipment Identifier)
   * VAT (Maltese VAT number)
-  * BSN (Burgerservicenummer, the Dutch national identification number)
+  * NRIC No. (Malaysian National Registration Identity Card Number)
+  * BSN (Burgerservicenummer, Dutch national identification number)
   * BTW-nummer (Omzetbelastingnummer, the Dutch VAT number)
   * Onderwijsnummer (Dutch school number)
   * NIP (Numer Identyfikacji Podatkowej, Polish VAT number)




More information about the Python-modules-commits mailing list