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

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sat Jul 9 20:04:12 UTC 2011


    Date: Saturday, July 9, 2011 @ 20:04:11
  Author: adejong
Revision: 17780

  * New upstream release:
    - add modules for the following number formats:
      - EAN (International Article Number)
    - refactoring to use the EAN check digit code for ISBN and ISMN checks
    - implement a conversion function from ISSN to EAN
    - support Python3 with the same codebase
    - Python 2.5 compatibility improvement
  * Switch to using dh_python2
  * Upgrade to standards-version 3.9.2 (no changes needed)

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

Modified: packages/python-stdnum/trunk/debian/changelog
===================================================================
--- packages/python-stdnum/trunk/debian/changelog	2011-07-09 19:56:34 UTC (rev 17779)
+++ packages/python-stdnum/trunk/debian/changelog	2011-07-09 20:04:11 UTC (rev 17780)
@@ -1,3 +1,17 @@
+python-stdnum (0.5-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    - add modules for the following number formats:
+      - EAN (International Article Number)
+    - refactoring to use the EAN check digit code for ISBN and ISMN checks
+    - implement a conversion function from ISSN to EAN
+    - support Python3 with the same codebase
+    - Python 2.5 compatibility improvement
+  * Switch to using dh_python2
+  * Upgrade to standards-version 3.9.2 (no changes needed)
+
+ -- Arthur de Jong <adejong at debian.org>  Sat, 09 Jul 2011 18:15:00 +0200
+
 python-stdnum (0.4-1) unstable; urgency=low
 
   * New upstream release:

Modified: packages/python-stdnum/trunk/debian/control
===================================================================
--- packages/python-stdnum/trunk/debian/control	2011-07-09 19:56:34 UTC (rev 17779)
+++ packages/python-stdnum/trunk/debian/control	2011-07-09 20:04:11 UTC (rev 17780)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Arthur de Jong <adejong at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 7.0.50~), python-setuptools
-Build-Depends-Indep: python, python-support (>= 0.6.4)
-XS-Python-Version: >= 2.5
+Build-Depends-Indep: python (>= 2.6.6-3~)
+X-Python-Version: >= 2.5
 Homepage: http://arthurdejong.org/python-stdnum/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-stdnum/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-stdnum/trunk/
@@ -24,6 +24,7 @@
   * ISSN (International Standard Serial Number)
   * ISMN (International Standard Music Number)
   * ISAN (International Standard Audiovisual Number)
+  * EAN (International Article Number)
   * BSN (Burgerservicenummer, the Dutch national identification number)
   * CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
     number)
@@ -39,5 +40,5 @@
  .
   * the Verhoeff algorithm
   * the Luhn and Luhn mod N algorithms
-  * some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2, Mod 97, 10,
-    Mod 11, 10 and Mod 37, 36
+  * some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2,
+    Mod 97, 10, Mod 11, 10 and Mod 37, 36

Modified: packages/python-stdnum/trunk/debian/rules
===================================================================
--- packages/python-stdnum/trunk/debian/rules	2011-07-09 19:56:34 UTC (rev 17779)
+++ packages/python-stdnum/trunk/debian/rules	2011-07-09 20:04:11 UTC (rev 17780)
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list