[Python-modules-commits] [python-nameparser] 01/01: update Standards-Version and fix description
Edward Betts
edward at moszumanska.debian.org
Fri Feb 26 09:37:42 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 2c03cfc24d16513dc3c3220480afd483bd2b79dc
Author: Edward Betts <edward at 4angle.com>
Date: Fri Feb 26 09:24:22 2016 +0000
update Standards-Version and fix description
- debian/control: update Standards-Version to 3.9.7
- debian/control: improve description of Python 3 module
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 5ee3b2a..9f6bc24 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-setuptools,
python3-dill
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Homepage: https://github.com/derek73/python-nameparser
Package: python-nameparser
@@ -32,7 +32,7 @@ Description: Python module for parsing human names into their in individual comp
Package: python3-nameparser
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Python module for parsing human names into their in individual components
+Description: Python module for parsing human names into their in individual components (Python 3 version)
The HumanName class splits a name string up into name parts based on placement
in the string and matches against known name pieces like titles. It joins name
pieces on conjunctions and special prefixes to last names like "del". Titles
@@ -44,3 +44,5 @@ Description: Python module for parsing human names into their in individual comp
Unicode is supported, but the parser is not likely to be useful for languages
that to not share the same structure as English names. It's not perfect, but it
gets you pretty far.
+ .
+ This package contains fuzzywuzzy for Python 3.
--
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