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

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sun Feb 6 18:38:19 UTC 2011


    Date: Sunday, February 6, 2011 @ 18:38:08
  Author: adejong
Revision: 15491

  * New upstream release:
    - add modules for the following number formats:
      - CPF (Cadastro de Pessoas F?\195?\173sicas, the Brazillian national
        identification number)
      - IBAN (International Bank Account Number)
      - ISIL (International Standard Identifier for Libraries and Related
        Organizations)
      - SSN (U.S. Social Security Number)
    - implement an internal module to store and handle hierarchically
      organised data structures efficiently
    - regional-specific numbers are now in ISO 3166 packages (the BSN module
      is now in stdnum.nl.bsn)
    - ISBN module functions now have a convert flag to convert to ISBN-13 on
      the fly
  * Update package description

Modified:
  packages/python-stdnum/trunk/debian/changelog
  packages/python-stdnum/trunk/debian/control
  packages/python-stdnum/trunk/debian/copyright

Modified: packages/python-stdnum/trunk/debian/changelog
===================================================================
--- packages/python-stdnum/trunk/debian/changelog	2011-02-06 18:08:41 UTC (rev 15490)
+++ packages/python-stdnum/trunk/debian/changelog	2011-02-06 18:38:08 UTC (rev 15491)
@@ -1,3 +1,23 @@
+python-stdnum (0.4-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - add modules for the following number formats:
+      - CPF (Cadastro de Pessoas Físicas, the Brazillian national
+        identification number)
+      - IBAN (International Bank Account Number)
+      - ISIL (International Standard Identifier for Libraries and Related
+        Organizations)
+      - SSN (U.S. Social Security Number)
+    - implement an internal module to store and handle hierarchically
+      organised data structures efficiently
+    - regional-specific numbers are now in ISO 3166 packages (the BSN module
+      is now in stdnum.nl.bsn)
+    - ISBN module functions now have a convert flag to convert to ISBN-13 on
+      the fly
+  * Update package description
+
+ -- Arthur de Jong <adejong at debian.org>  Sun, 06 Feb 2011 19:30:00 +0100
+
 python-stdnum (0.3-1) unstable; urgency=low
 
   * New upstream release:

Modified: packages/python-stdnum/trunk/debian/control
===================================================================
--- packages/python-stdnum/trunk/debian/control	2011-02-06 18:08:41 UTC (rev 15490)
+++ packages/python-stdnum/trunk/debian/control	2011-02-06 18:38:08 UTC (rev 15491)
@@ -25,9 +25,15 @@
   * ISMN (International Standard Music Number)
   * ISAN (International Standard Audiovisual Number)
   * BSN (Burgerservicenummer, the Dutch national identification number)
+  * CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
+    number)
+  * SSN (U.S. Social Security Number)
   * IMEI (International Mobile Equipment Identity)
   * MEID (Mobile Equipment Identifier)
   * GRid (Global Release Identifier)
+  * IBAN (International Bank Account Number)
+  * ISIL (International Standard Identifier for Libraries and Related
+    Organizations)
  .
  Furthermore a number of generic check digit algorithms are available:
  .

Modified: packages/python-stdnum/trunk/debian/copyright
===================================================================
--- packages/python-stdnum/trunk/debian/copyright	2011-02-06 18:08:41 UTC (rev 15490)
+++ packages/python-stdnum/trunk/debian/copyright	2011-02-06 18:38:08 UTC (rev 15491)
@@ -2,7 +2,7 @@
 number.
 
 Files: *
-Copyright: Copyright (C) 2010 Arthur de Jong
+Copyright: Copyright (C) 2010-2011 Arthur de Jong
 License: LGPL-2.1+
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public




More information about the Python-modules-commits mailing list