[Python-modules-commits] r14402 - in packages/python-stdnum/trunk/debian (changelog control)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Sat Sep 11 09:55:37 UTC 2010
Date: Saturday, September 11, 2010 @ 09:55:35
Author: adejong
Revision: 14402
* New upstream release:
- add modules for the following number formats:
- ISMN (International Standard Music Number)
- ISAN (International Standard Audiovisual Number)
- IMEI (International Mobile Equipment Identity)
- MEID (Mobile Equipment Identifier)
- GRid (Global Release Identifier)
- add modules for handling the following check digit algorithms:
- 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
* Update package description
Modified:
packages/python-stdnum/trunk/debian/changelog
packages/python-stdnum/trunk/debian/control
Modified: packages/python-stdnum/trunk/debian/changelog
===================================================================
--- packages/python-stdnum/trunk/debian/changelog 2010-09-10 20:35:31 UTC (rev 14401)
+++ packages/python-stdnum/trunk/debian/changelog 2010-09-11 09:55:35 UTC (rev 14402)
@@ -1,3 +1,21 @@
+python-stdnum (0.3-1) UNRELEASED; urgency=low
+
+ * New upstream release:
+ - add modules for the following number formats:
+ - ISMN (International Standard Music Number)
+ - ISAN (International Standard Audiovisual Number)
+ - IMEI (International Mobile Equipment Identity)
+ - MEID (Mobile Equipment Identifier)
+ - GRid (Global Release Identifier)
+ - add modules for handling the following check digit algorithms:
+ - 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
+ * Update package description
+
+ -- Arthur de Jong <adejong at debian.org> Sat, 11 Sep 2010 11:48:53 +0200
+
python-stdnum (0.2-1) unstable; urgency=low
* New upstream release:
Modified: packages/python-stdnum/trunk/debian/control
===================================================================
--- packages/python-stdnum/trunk/debian/control 2010-09-10 20:35:31 UTC (rev 14401)
+++ packages/python-stdnum/trunk/debian/control 2010-09-11 09:55:35 UTC (rev 14402)
@@ -18,8 +18,20 @@
A Python module to parse, validate and reformat standard numbers and codes
in different formats.
.
- Currently this module supports the following formats:
+ Currently this package supports the following formats:
.
* ISBN (International Standard Book Number)
* ISSN (International Standard Serial Number)
- * BSN (Burgerservicenummer, the Ducth national identification number)
+ * ISMN (International Standard Music Number)
+ * ISAN (International Standard Audiovisual Number)
+ * BSN (Burgerservicenummer, the Dutch national identification number)
+ * IMEI (International Mobile Equipment Identity)
+ * MEID (Mobile Equipment Identifier)
+ * GRid (Global Release Identifier)
+ .
+ Furthermore a number of generic check digit algorithms are available:
+ .
+ * 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
More information about the Python-modules-commits
mailing list