[Python-modules-commits] [fuzzywuzzy] 03/03: New upstream release.
Edward Betts
edward at moszumanska.debian.org
Tue Jan 16 10:25:41 UTC 2018
This is an automated email from the git hooks/post-receive script.
edward pushed a commit to branch debian/master
in repository fuzzywuzzy.
commit 4b4d37e6bb0f8a63db0cc5123a23c0f608defb4b
Author: Edward Betts <edward at 4angle.com>
Date: Tue Jan 16 07:29:46 2018 +0000
New upstream release.
* Update Standards-Version (no changes).
* Update debian/compat to 11.
* Use https in debian/watch.
* Update years in debian/copyright.
* Remove trailing space from debian/changelog entries.
---
debian/changelog | 19 +++++++++++++++----
debian/compat | 2 +-
debian/control | 4 ++--
debian/copyright | 2 +-
debian/watch | 2 +-
5 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c2d27e8..6baea95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+fuzzywuzzy (0.16.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Update Standards-Version (no changes).
+ * Update debian/compat to 11.
+ * Use https in debian/watch.
+ * Update years in debian/copyright.
+ * Remove trailing space from debian/changelog entries.
+
+ -- Edward Betts <edward at 4angle.com> Tue, 16 Jan 2018 07:28:15 +0000
+
fuzzywuzzy (0.15.1-1) unstable; urgency=medium
* New upstream release.
@@ -25,7 +36,7 @@ fuzzywuzzy (0.14.0-1) unstable; urgency=medium
fuzzywuzzy (0.11.1-2) unstable; urgency=medium
- * fix DEP-8 tests to use pycodestyle instead of pep8
+ * fix DEP-8 tests to use pycodestyle instead of pep8
-- Edward Betts <edward at 4angle.com> Wed, 31 Aug 2016 21:25:33 +0100
@@ -59,13 +70,13 @@ fuzzywuzzy (0.8.1-4) unstable; urgency=medium
fuzzywuzzy (0.8.1-3) unstable; urgency=low
- * debian/control: update Build-Depends, pep8 module is now in python-pep8
+ * debian/control: update Build-Depends, pep8 module is now in python-pep8
-- Edward Betts <edward at 4angle.com> Thu, 10 Mar 2016 09:24:33 +0000
fuzzywuzzy (0.8.1-2) unstable; urgency=low
- * debian/rules: fix invalid Vcs-Git URL
+ * debian/rules: fix invalid Vcs-Git URL
-- Edward Betts <edward at 4angle.com> Tue, 23 Feb 2016 07:15:32 +0000
@@ -109,7 +120,7 @@ fuzzywuzzy (0.6.1-1) unstable; urgency=low
* New upstream release.
* Move to unstable. This package depends on python-levenshtein >= 0.12.0,
- which recently moved from experimental to unstable.
+ which recently moved from experimental to unstable.
-- Edward Betts <edward at 4angle.com> Mon, 17 Aug 2015 15:34:39 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 89e43d6..1b05f60 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
Uploaders: Edward Betts <edward at 4angle.com>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-levenshtein (>= 0.12),
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
python3-nose,
python3-pycodestyle,
python3-setuptools
-Standards-Version: 4.1.1
+Standards-Version: 4.1.2
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
diff --git a/debian/copyright b/debian/copyright
index 473fd8f..e6596da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,7 +32,7 @@ Copyright: 2010 Mikko Ohtamaa <info at mfabrik.com>
License: GPL-2+
Files: debian/*
-Copyright: 2015-2016, Edward Betts
+Copyright: 2015-2018, Edward Betts
License: GPL-2+
License: GPL-2+
diff --git a/debian/watch b/debian/watch
index eb0d194..cef9871 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://pypi.debian.net/fuzzywuzzy/fuzzywuzzy-(.+)\.tar\.gz
+https://pypi.debian.net/fuzzywuzzy/fuzzywuzzy-(.+)\.tar\.gz
--
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