[Python-modules-commits] r18772 - in packages/python-stdnum/trunk/debian (changelog control)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Fri Sep 30 09:05:15 UTC 2011
Date: Friday, September 30, 2011 @ 09:05:14
Author: adejong
Revision: 18772
* New upstream release:
- fix a problem with handling an ISBN13 with a valid check digit but with
an unknown bookland prefix
- add an IMSI (International Mobile Subscriber Identity) module
- implement a conversion function from ISBN13 to ISBN10
- implement an ismn.ismn_type() function
- implement an imei.split() function that splits the number into a TAC,
serial number and checksum or software version
- source code layout changes to better follow PEP8
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 2011-09-30 06:03:25 UTC (rev 18771)
+++ packages/python-stdnum/trunk/debian/changelog 2011-09-30 09:05:14 UTC (rev 18772)
@@ -1,3 +1,17 @@
+python-stdnum (0.6-1) UNRELEASED; urgency=low
+
+ * New upstream release:
+ - fix a problem with handling an ISBN13 with a valid check digit but with
+ an unknown bookland prefix
+ - add an IMSI (International Mobile Subscriber Identity) module
+ - implement a conversion function from ISBN13 to ISBN10
+ - implement an ismn.ismn_type() function
+ - implement an imei.split() function that splits the number into a TAC,
+ serial number and checksum or software version
+ - source code layout changes to better follow PEP8
+
+ -- Arthur de Jong <adejong at debian.org> Fri, 30 Sep 2011 11:00:00 +0200
+
python-stdnum (0.5-2) unstable; urgency=low
* Add python3-setuptools to Build-Depends (closes: #634011)
Modified: packages/python-stdnum/trunk/debian/control
===================================================================
--- packages/python-stdnum/trunk/debian/control 2011-09-30 06:03:25 UTC (rev 18771)
+++ packages/python-stdnum/trunk/debian/control 2011-09-30 09:05:14 UTC (rev 18772)
@@ -31,6 +31,7 @@
number)
* SSN (U.S. Social Security Number)
* IMEI (International Mobile Equipment Identity)
+ * IMSI (International Mobile Subscriber Identity)
* MEID (Mobile Equipment Identifier)
* GRid (Global Release Identifier)
* IBAN (International Bank Account Number)
@@ -63,6 +64,7 @@
number)
* SSN (U.S. Social Security Number)
* IMEI (International Mobile Equipment Identity)
+ * IMSI (International Mobile Subscriber Identity)
* MEID (Mobile Equipment Identifier)
* GRid (Global Release Identifier)
* IBAN (International Bank Account Number)
More information about the Python-modules-commits
mailing list