lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 0.8.1

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 0.8.1



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  c042f0224ee767a2cc2b9493d091c32b190cbeca (commit)
       via  31e5e81e14d4bd0eeaa4b9c43ca82da31421ecf3 (commit)
      from  7fa9822703cfbf8d6b386be2d1ee0d9f975a7779 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=c042f0224ee767a2cc2b9493d091c32b190cbeca

commit c042f0224ee767a2cc2b9493d091c32b190cbeca
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Fri Jun 14 21:23:32 2013 +0200

    Get files ready for 0.8.1 release

diff --git a/ChangeLog b/ChangeLog
index 4570733..0e17d0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-06-14 21:23:16 +0200 Arthur de Jong
+
+       * [31e5e81] Ensure that all used files are included in the sdist
+
+2013-06-09 19:20:36 +0200 Arthur de Jong
+
+       * [7fa9822] Get files ready for 0.8 release
+
 2013-06-09 14:28:41 +0200 Arthur de Jong
 
        * [9597010] Update database files
diff --git a/NEWS b/NEWS
index 93c69d4..3810b0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+changes from 0.8 to 0.8.1
+-------------------------
+
+* include some files that were missing from the source tarball
+
+
 changes from 0.7 to 0.8
 -----------------------
 
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index f3065cd..4742be3 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -96,4 +96,4 @@ Furthermore a number of generic check digit algorithms are 
available:
 
 
 # the version number of the library
-__version__ = '0.8'
+__version__ = '0.8.1'

http://arthurdejong.org/git/python-stdnum/commit/?id=31e5e81e14d4bd0eeaa4b9c43ca82da31421ecf3

commit 31e5e81e14d4bd0eeaa4b9c43ca82da31421ecf3
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Fri Jun 14 21:23:16 2013 +0200

    Ensure that all used files are included in the sdist

diff --git a/MANIFEST.in b/MANIFEST.in
index 5e6753e..e544383 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,3 @@
-include README NEWS ChangeLog COPYING
+include README NEWS ChangeLog COPYING numdb-test.dat *.py
+recursive-include tests *.doctest
+recursive-include docs *.rst *.py
diff --git a/setup.py b/setup.py
index 2968ac4..9419c93 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(name='python-stdnum',
           'Topic :: Text Processing :: General',
           ],
       packages=find_packages(),
-      package_data={'stdnum': ['*.dat']},
+      package_data={'': ['*.dat']},
       install_requires=['distribute'],
       extras_require={
           'VIES':  ['suds'],

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    8 ++++++++
 MANIFEST.in        |    4 +++-
 NEWS               |    6 ++++++
 setup.py           |    2 +-
 stdnum/__init__.py |    2 +-
 5 files changed, 19 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
python-stdnum
-- 
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/