[Python-modules-commits] [python-nameparser] 01/03: Import python-nameparser_0.3.16.orig.tar.gz

Edward Betts edward at moszumanska.debian.org
Sun Apr 3 14:03:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

edward pushed a commit to branch master
in repository python-nameparser.

commit b8377fd06495b9f68781a1f188e2d3dfbbaf9e1a
Author: Edward Betts <edward at 4angle.com>
Date:   Sun Apr 3 14:55:51 2016 +0100

    Import python-nameparser_0.3.16.orig.tar.gz
---
 LICENSE                      | 2 +-
 PKG-INFO                     | 4 ++--
 README.rst                   | 2 +-
 nameparser.egg-info/PKG-INFO | 4 ++--
 nameparser/__init__.py       | 2 +-
 tests.py                     | 1 +
 6 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/LICENSE b/LICENSE
index f8454f6..e7865f7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -3,7 +3,7 @@ http://derekgulbranson.com/
 
 -----
 
-LGPL
+LGPL-2.1+
 http://www.opensource.org/licenses/lgpl-license.html
 
 This library is free software; you can redistribute it and/or modify it under the
diff --git a/PKG-INFO b/PKG-INFO
index 895bf93..19ddc1a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: nameparser
-Version: 0.3.15
+Version: 0.3.16
 Summary: A simple Python module for parsing human names into their individual components.
 Home-page: https://github.com/derek73/python-nameparser
 Author: Derek Gulbranson
@@ -108,7 +108,7 @@ Description: Name Parser
         Customization
         -------------
         
-        Your project may need a bit of adjustments for your dataset. You can
+        Your project may need some adjustment for your dataset. You can
         do this in your own pre- or post-processing, by `customizing the configured pre-defined 
         sets`_ of titles, prefixes, etc., or by subclassing the `HumanName` class. See the 
         `full documentation`_ for more information.
diff --git a/README.rst b/README.rst
index 2a78248..6422810 100644
--- a/README.rst
+++ b/README.rst
@@ -100,7 +100,7 @@ and "post-nominal" would probably be better names.)
 Customization
 -------------
 
-Your project may need a bit of adjustments for your dataset. You can
+Your project may need some adjustment for your dataset. You can
 do this in your own pre- or post-processing, by `customizing the configured pre-defined 
 sets`_ of titles, prefixes, etc., or by subclassing the `HumanName` class. See the 
 `full documentation`_ for more information.
diff --git a/nameparser.egg-info/PKG-INFO b/nameparser.egg-info/PKG-INFO
index 895bf93..19ddc1a 100644
--- a/nameparser.egg-info/PKG-INFO
+++ b/nameparser.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: nameparser
-Version: 0.3.15
+Version: 0.3.16
 Summary: A simple Python module for parsing human names into their individual components.
 Home-page: https://github.com/derek73/python-nameparser
 Author: Derek Gulbranson
@@ -108,7 +108,7 @@ Description: Name Parser
         Customization
         -------------
         
-        Your project may need a bit of adjustments for your dataset. You can
+        Your project may need some adjustment for your dataset. You can
         do this in your own pre- or post-processing, by `customizing the configured pre-defined 
         sets`_ of titles, prefixes, etc., or by subclassing the `HumanName` class. See the 
         `full documentation`_ for more information.
diff --git a/nameparser/__init__.py b/nameparser/__init__.py
index 8ed2fef..9e05702 100644
--- a/nameparser/__init__.py
+++ b/nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 3, 15)
+VERSION = (0, 3, 16)
 __version__ = '.'.join(map(str, VERSION))
 __author__ = "Derek Gulbranson"
 __author_email__ = 'derek73 at gmail.com'
diff --git a/tests.py b/tests.py
index 680e5dc..0ca9677 100644
--- a/tests.py
+++ b/tests.py
@@ -77,6 +77,7 @@ class HumanNamePythonTests(HumanNameTestBase):
         hn = HumanName("John Doe")
         self.m(len(hn), 2, hn)
 
+    @unittest.skipUnless(dill,"requires python-dill module to test pickling")
     def test_config_pickle(self):
         C = Constants()
         self.assertTrue(dill.pickles(C))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-nameparser.git



More information about the Python-modules-commits mailing list