[Python-modules-commits] [fuzzywuzzy] 04/05: New upstream release.

Edward Betts edward at moszumanska.debian.org
Mon Jul 4 10:43:27 UTC 2016


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

edward pushed a commit to branch master
in repository fuzzywuzzy.

commit 445434e0e4ce8346402c1f4b5af4e8d0b49962b4
Author: Edward Betts <edward at 4angle.com>
Date:   Mon Jul 4 09:02:30 2016 +0100

    New upstream release.
    
      * Update Standards-Version (no changes).
      * Minor change to package description.
---
 debian/changelog | 8 ++++++++
 debian/control   | 8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 783854a..1559f58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fuzzywuzzy (0.11.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Update Standards-Version (no changes).
+  * Minor change to package description.
+
+ -- Edward Betts <edward at 4angle.com>  Mon, 04 Jul 2016 08:03:56 +0100
+
 fuzzywuzzy (0.10.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index d77b755..8350911 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,17 @@ Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-pep8,
                python-all,
                python-levenshtein (>= 0.12),
                python-nose,
+               python-pep8,
                python-setuptools,
                python3-all,
                python3-levenshtein (>= 0.12),
                python3-nose,
                python3-pep8,
                python3-setuptools
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://github.com/seatgeek/fuzzywuzzy
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/fuzzywuzzy.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/fuzzywuzzy.git
@@ -24,7 +24,7 @@ Package: python-fuzzywuzzy
 Architecture: all
 Depends: python-levenshtein (>= 0.12), ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
-Description: Fuzzy string matching in Python
+Description: Python module for fuzzy string matching
  Various methods for fuzzy matching of strings in Python, including:
  .
    - String similarity: Gives a measure of string similarity between 0 and 100.
@@ -41,7 +41,7 @@ Description: Fuzzy string matching in Python
 Package: python3-fuzzywuzzy
 Architecture: all
 Depends: python3-levenshtein (>= 0.12), ${misc:Depends}, ${python3:Depends}
-Description: Fuzzy string matching in Python (Python 3 version)
+Description: Python 3 module for fuzzy string matching
  Various methods for fuzzy matching of strings in Python, including:
  .
    - String similarity: Gives a measure of string similarity between 0 and 100.

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



More information about the Python-modules-commits mailing list