[Python-modules-commits] [guessit] 07/07: Add DEP3 headers and rename patch

Etienne Millon emillon-guest at moszumanska.debian.org
Sun Nov 13 19:32:32 UTC 2016


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

emillon-guest pushed a commit to branch master
in repository guessit.

commit 959c280bb3ce62dc470e84f0dd3673a04765580a
Author: Etienne Millon <me at emillon.org>
Date:   Sun Nov 13 20:18:10 2016 +0100

    Add DEP3 headers and rename patch
---
 debian/changelog                                         |  2 +-
 ...-Update-dateutil-patch.patch => dateutil_2.5.3.patch} | 16 ++++++++++++----
 debian/patches/series                                    |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f323be9..7ce6b0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 guessit (0.11.0-2) UNRELEASED; urgency=medium
 
-  * Fix failing tests (Closes: #838644)
+  * Fix compatibility with python-dateutil>=2.5.3 (Closes: #838644)
   * Remove lintian override for source-if-missing, not emitted anymore
   * Bump Standards-Version to 3.9.8 (no changes)
 
diff --git a/debian/patches/0002-Update-dateutil-patch.patch b/debian/patches/dateutil_2.5.3.patch
similarity index 86%
rename from debian/patches/0002-Update-dateutil-patch.patch
rename to debian/patches/dateutil_2.5.3.patch
index 0a40680..475b78d 100644
--- a/debian/patches/0002-Update-dateutil-patch.patch
+++ b/debian/patches/dateutil_2.5.3.patch
@@ -1,7 +1,15 @@
-From 74976ece23da7d7e627aa8287a2c32861bf11e78 Mon Sep 17 00:00:00 2001
-From: Etienne Millon <me at emillon.org>
-Date: Mon, 7 Nov 2016 22:18:14 +0100
-Subject: Update dateutil patch
+From 484f308a8e2d7e6f23740d5052b7f6f26cc1d4f7 Mon Sep 17 00:00:00 2001
+From: Toilal <toilal.dev at gmail.com>
+Date: Thu, 8 Sep 2016 21:47:39 +0200
+Subject: [PATCH] Remove python-dateutils dependency version constraint
+
+Fix compatibility with python-dateutil>=2.5.3.
+
+This is a backport of an upstream commit, see
+<https://github.com/guessit-io/guessit/pull/333>.
+
+Origin: commit:484f308a8e2d7e6f23740d5052b7f6f26cc1d4f7
+Bug-Debian: https://bugs.debian.org/838644
 
 ---
  guessit/date.py | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
diff --git a/debian/patches/series b/debian/patches/series
index 7e14f8c..9498dbe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 test_hash.patch
-0002-Update-dateutil-patch.patch
+dateutil_2.5.3.patch

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



More information about the Python-modules-commits mailing list