python-stdnum commit: r21 - python-stdnum
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r21 - python-stdnum
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum commit: r21 - python-stdnum
- Date: Mon, 16 Aug 2010 21:50:55 +0200 (CEST)
Author: arthur
Date: Mon Aug 16 21:50:54 2010
New Revision: 21
URL: http://arthurdejong.org/viewvc/python-stdnum?view=rev&revision=21
Log:
get files ready for 0.2 release
Modified:
python-stdnum/ChangeLog
python-stdnum/NEWS
python-stdnum/setup.py
Modified: python-stdnum/ChangeLog
==============================================================================
--- python-stdnum/ChangeLog Mon Aug 16 21:45:49 2010 (r20)
+++ python-stdnum/ChangeLog Mon Aug 16 21:50:54 2010 (r21)
@@ -1,3 +1,42 @@
+2010-08-16 19:45 arthur
+
+ * [r20] debian: debian package configuration is now available at
+
http://svn.debian.org/viewsvn/python-modules/packages/python-stdnum/trunk/
+
+2010-08-14 20:47 arthur
+
+ * [r19] setup.cfg, tests, tests/test_bsn.doctest,
+ tests/test_isbn.doctest: add more doctests that are not part of
+ the module documentation
+
+2010-07-27 20:19 arthur
+
+ * [r18] README, stdnum/bsn.py, stdnum/isbn/__init__.py,
+ stdnum/issn.py: rename validate() function to is_valid()
+
+2010-07-27 20:14 arthur
+
+ * [r17] stdnum/isbn/ranges.py: fix typo in output() function
+
+2010-07-27 20:14 arthur
+
+ * [r16] stdnum/isbn/ranges.py: fix range detection to handle lookup
+ errors more gracefully
+
+2010-07-27 20:13 arthur
+
+ * [r15] stdnum/bsn.py, stdnum/isbn/__init__.py, stdnum/issn.py:
+ handle wrong types passed to validate() more gracefully
+
+2010-07-26 20:46 arthur
+
+ * [r14] debian/changelog, debian/source/format, debian/watch: make
+ release 0.1-1
+
+2010-07-25 12:54 arthur
+
+ * [r12] ChangeLog: get files ready for 0.1 release
+
2010-07-25 12:53 arthur
* [r11] debian, debian/changelog, debian/compat, debian/control,
Modified: python-stdnum/NEWS
==============================================================================
--- python-stdnum/NEWS Mon Aug 16 21:45:49 2010 (r20)
+++ python-stdnum/NEWS Mon Aug 16 21:50:54 2010 (r21)
@@ -1 +1,6 @@
-Initial release.
+changes from 0.1 to 0.2
+-----------------------
+
+* rename validate() function to is_valid() for all modules
+* handle wrong types passed to is_valid() more gracefully
+* add more tests and fix some minor bugs
Modified: python-stdnum/setup.py
==============================================================================
--- python-stdnum/setup.py Mon Aug 16 21:45:49 2010 (r20)
+++ python-stdnum/setup.py Mon Aug 16 21:50:54 2010 (r21)
@@ -25,7 +25,7 @@
from setuptools import setup, find_packages
setup(name='python-stdnum',
- version='0.1',
+ version='0.2',
packages=find_packages(),
author='Arthur de Jong',
author_email='arthur@arthurdejong.org',
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits
- python-stdnum commit: r21 - python-stdnum,
Commits of the python-stdnum project