[Python-modules-commits] [python-ramlfications] 01/02: add DEP-3 headers to patches

Paolo Greppi paolog-guest at moszumanska.debian.org
Wed May 24 16:44:17 UTC 2017


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

paolog-guest pushed a commit to branch master
in repository python-ramlfications.

commit 2477e996de1dc37ffccbfacb97509d98b60c542a
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Wed May 24 18:26:18 2017 +0200

    add DEP-3 headers to patches
---
 debian/patches/0000-markdown2.diff     | 13 +++++++++++++
 debian/patches/0001-test_newlines.diff |  6 ++++++
 debian/patches/0002-skip_tests.diff    |  4 ++++
 3 files changed, 23 insertions(+)

diff --git a/debian/patches/0000-markdown2.diff b/debian/patches/0000-markdown2.diff
index cc68766..d14f2e0 100644
--- a/debian/patches/0000-markdown2.diff
+++ b/debian/patches/0000-markdown2.diff
@@ -1,3 +1,16 @@
+Description: Use markdown rather than markdown2 Python library
+ The former (https://pypi.python.org/pypi/Markdown,
+ https://github.com/waylan/Python-Markdown) is packaged in Debian, the
+ latter (https://pypi.python.org/pypi/markdown2,
+ https://github.com/trentm/python-markdown2) is not.
+ .
+ The APIs for the two implementations are identical.
+ .
+ Upstream has been notified and has not responded yet.
+Forwarded: https://github.com/spotify/ramlfications/issues/119
+Author: Paolo Greppi <paolo.greppi at libpf.com>
+Last-Update: 2017-05-24
+
 Index: python-ramlfications/ramlfications/parameters.py
 ===================================================================
 --- python-ramlfications.orig/ramlfications/parameters.py
diff --git a/debian/patches/0001-test_newlines.diff b/debian/patches/0001-test_newlines.diff
index ce06cec..bbf147d 100644
--- a/debian/patches/0001-test_newlines.diff
+++ b/debian/patches/0001-test_newlines.diff
@@ -1,3 +1,9 @@
+Description: Patch tests for markdown
+ Using markdown rather than markdown2 Python library causes minor
+ discrepances.
+Author: Paolo Greppi <paolo.greppi at libpf.com>
+Last-Update: 2017-05-24
+
 Index: python-ramlfications/tests/test_parser.py
 ===================================================================
 --- python-ramlfications.orig/tests/test_parser.py
diff --git a/debian/patches/0002-skip_tests.diff b/debian/patches/0002-skip_tests.diff
index 4579e01..d490c13 100644
--- a/debian/patches/0002-skip_tests.diff
+++ b/debian/patches/0002-skip_tests.diff
@@ -1,3 +1,7 @@
+Description: Skip a few failing tests.
+Author: Paolo Greppi <paolo.greppi at libpf.com>
+Last-Update: 2017-05-24
+
 Index: python-ramlfications/tests/test_loader.py
 ===================================================================
 --- python-ramlfications.orig/tests/test_loader.py

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



More information about the Python-modules-commits mailing list