File tree 3 files changed +50
-1
lines changed 3 files changed +50
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2011-07-09 15:12 arthur
2
+
3
+ * [r73] stdnum/iban.dat, stdnum/isbn.dat, stdnum/isil.dat: update
4
+ data files
5
+
6
+ 2011-06-20 20:56 arthur
7
+
8
+ * [r72] stdnum/issn.py: implement a conversion function from ISSN
9
+ to EAN
10
+
11
+ 2011-06-20 20:55 arthur
12
+
13
+ * [r71] stdnum/isbn.py, stdnum/ismn.py: use the ean module for
14
+ calculating the check digit
15
+
16
+ 2011-06-20 20:53 arthur
17
+
18
+ * [r70] README, stdnum/__init__.py, stdnum/ean.py,
19
+ tests/test_robustness.doctest: add an EAN (International Article
20
+ Number) module
21
+
22
+ 2011-03-06 21:56 arthur
23
+
24
+ * [r69] setup.py, stdnum/numdb.py: also support Python3 with the
25
+ same codebase (see #3)
26
+
27
+ 2011-03-06 19:54 arthur
28
+
29
+ * [r68] setup.py: ensure that data files are always included
30
+
31
+ 2011-03-02 19:30 arthur
32
+
33
+ * [r67] stdnum/verhoeff.py: Python 2.5 compatibility improvement
34
+
35
+ 2011-02-06 15:23 arthur
36
+
37
+ * [r65] ChangeLog, NEWS, setup.py: get files ready for 0.4 release
38
+
1
39
2011-02-06 15:21 arthur
2
40
3
41
* [r64] stdnum/isbn.dat: include an updated version
Original file line number Diff line number Diff line change
1
+ changes from 0.4 to 0.5
2
+ -----------------------
3
+
4
+ * add modules for the following number formats:
5
+ - EAN (International Article Number)
6
+ * refactoring to use the EAN check digit code for ISBN and ISMN checks
7
+ * implement a conversion function from ISSN to EAN
8
+ * support Python3 with the same codebase
9
+ * Python 2.5 compatibility improvement
10
+
11
+
1
12
changes from 0.3 to 0.4
2
13
-----------------------
3
14
Original file line number Diff line number Diff line change 32
32
os .umask (int ('022' , 8 ))
33
33
34
34
setup (name = 'python-stdnum' ,
35
- version = '0.4 ' ,
35
+ version = '0.5 ' ,
36
36
packages = find_packages (),
37
37
package_data = { 'stdnum' : ['*.dat' ] },
38
38
author = 'Arthur de Jong' ,
You can’t perform that action at this time.
0 commit comments