[Python-modules-commits] [yarl] 06/07: merge patched into master
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Nov 7 21:51:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository yarl.
commit 81c8d76964513b8f003266d91b608245adee1f78
Merge: 18df92e c11084a
Author: Piotr Ożarowski <piotr at debian.org>
Date: Mon Nov 7 22:47:59 2016 +0100
merge patched into master
CHANGES.rst | 11 +
PKG-INFO | 17 +-
README.rst | 4 +
debian/.git-dpm | 6 +-
...-do-not-add-changelog-to-long-description.patch | 4 +-
debian/patches/0002-docs-disable-intersphinx.patch | 2 +-
...0003-docs-disable-sidebar_collapse-option.patch | 2 +-
setup.cfg | 4 +-
setup.py | 4 +-
tests/test_quoting.py | 32 +
tests/test_url.py | 28 +-
yarl.egg-info/PKG-INFO | 17 +-
yarl/__init__.py | 89 +-
yarl/_quoting.c | 1060 ++++++++++++--------
yarl/_quoting.pyx | 29 +-
yarl/quoting.py | 20 +-
16 files changed, 846 insertions(+), 483 deletions(-)
diff --cc debian/.git-dpm
index 8398f10,0000000..9c034e2
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 42b98554dc04a54dc2f9345909097fa94c2b2abe
- 42b98554dc04a54dc2f9345909097fa94c2b2abe
- 816789f28de874763af9c62857db5fd169d6c5b4
++c11084a1fa4876b3e2e14704de5a2c5904b684dd
++c11084a1fa4876b3e2e14704de5a2c5904b684dd
++bab09dac17a4a328b1229158dd5aff4d04799945
+bab09dac17a4a328b1229158dd5aff4d04799945
+yarl_0.7.0.orig.tar.gz
+c2fdca32be6c3ce8090d2150842b9733f83f08cf
+117786
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/patches/0001-do-not-add-changelog-to-long-description.patch
index f910902,0000000..9e2caa7
mode 100644,000000..100644
--- a/debian/patches/0001-do-not-add-changelog-to-long-description.patch
+++ b/debian/patches/0001-do-not-add-changelog-to-long-description.patch
@@@ -1,26 -1,0 +1,26 @@@
- From 746f591c5628de98a014df37cbc66a19decac16c Mon Sep 17 00:00:00 2001
++From e179705bc47862ae7561c59fd5e49597910ad87d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <ozarow at gmail.com>
+Date: Sun, 6 Nov 2016 22:11:09 +0100
+Subject: do not add changelog to long description
+
+it contains non-ascii characters (and thus FTBFS) and we install it via
+separate file anyway
+---
+ setup.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
- index 5dc1da2..c580e88 100644
++index 7885ec9..595f52d 100644
+--- a/setup.py
++++ b/setup.py
+@@ -70,8 +70,8 @@ args = dict(
+ name='yarl',
+ version=version,
+ description=("Yet another URL library"),
+- long_description='\n\n'.join([read('README.rst'),
+- read('CHANGES.rst')]),
++ #long_description='\n\n'.join([read('README.rst'),
++ # read('CHANGES.rst')]),
+ classifiers=[
+ 'License :: OSI Approved :: Apache Software License',
+ 'Intended Audience :: Developers',
diff --cc debian/patches/0002-docs-disable-intersphinx.patch
index ae3606c,0000000..03d13a5
mode 100644,000000..100644
--- a/debian/patches/0002-docs-disable-intersphinx.patch
+++ b/debian/patches/0002-docs-disable-intersphinx.patch
@@@ -1,22 -1,0 +1,22 @@@
- From 6b8032106334e5f07be63c7951ce8b1530fa7677 Mon Sep 17 00:00:00 2001
++From 5ef473d27b5a709c8dab1a0e2eac897b7fb9340b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <ozarow at gmail.com>
+Date: Sun, 6 Nov 2016 22:12:57 +0100
+Subject: docs: disable intersphinx
+
+---
+ docs/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index b53d5a4..4599902 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -50,7 +50,7 @@ with _version_path.open() as fp:
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+ # ones.
+ extensions = [
+- 'sphinx.ext.intersphinx',
++ #'sphinx.ext.intersphinx',
+ 'sphinx.ext.coverage',
+ 'sphinx.ext.doctest',
+ 'sphinx.ext.viewcode',
diff --cc debian/patches/0003-docs-disable-sidebar_collapse-option.patch
index 918397f,0000000..b8dcaf1
mode 100644,000000..100644
--- a/debian/patches/0003-docs-disable-sidebar_collapse-option.patch
+++ b/debian/patches/0003-docs-disable-sidebar_collapse-option.patch
@@@ -1,23 -1,0 +1,23 @@@
- From 42b98554dc04a54dc2f9345909097fa94c2b2abe Mon Sep 17 00:00:00 2001
++From c11084a1fa4876b3e2e14704de5a2c5904b684dd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <ozarow at gmail.com>
+Date: Sun, 6 Nov 2016 22:14:54 +0100
+Subject: docs: disable sidebar_collapse option
+
+theme packaged in Debian doesn't have this option
+---
+ docs/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index 4599902..3de0fb6 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -168,7 +168,7 @@ html_theme_options = {
+ 'body_text': '#482C0A',
+ 'sidebar_text': '#49443E',
+ 'sidebar_header': '#4B4032',
+- 'sidebar_collapse': False,
++ #'sidebar_collapse': False,
+ }
+
+ # Theme options are theme-specific and customize the look and feel of a theme
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/yarl.git
More information about the Python-modules-commits
mailing list