[Python-modules-commits] [yarl] 07/08: merge patched into master
Piotr Ożarowski
piotr at moszumanska.debian.org
Fri Jun 30 13:09:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository yarl.
commit 4837b2ab8706a85e495cc94a55b155f64aa09774
Merge: 05305d6 3a37b3f
Author: Piotr Ożarowski <piotr at debian.org>
Date: Fri Jun 30 15:02:52 2017 +0200
merge patched into master
CHANGES.rst | 7 +
LICENSE | 2 +-
PKG-INFO | 9 +-
debian/.git-dpm | 6 +-
...-do-not-add-changelog-to-long-description.patch | 2 +-
debian/patches/0002-docs-disable-intersphinx.patch | 4 +-
...0003-docs-disable-sidebar_collapse-option.patch | 4 +-
...ble-privacy-breach-links-in-documentation.patch | 4 +-
docs/api.rst | 2 +-
docs/conf.py | 2 +-
setup.cfg | 3 +-
tests/test_normalize_path.py | 21 +
tests/test_pickle.py | 29 ++
tests/test_url.py | 481 +++------------------
tests/test_url_build.py | 124 ++++++
tests/test_url_cmp_and_hash.py | 89 ++++
tests/test_url_query.py | 72 +++
tests/test_url_update_netloc.py | 155 +++++++
yarl.egg-info/PKG-INFO | 9 +-
yarl.egg-info/SOURCES.txt | 6 +
yarl/__init__.py | 69 ++-
yarl/__init__.pyi | 1 +
yarl/_quoting.c | 2 +-
23 files changed, 639 insertions(+), 464 deletions(-)
diff --cc debian/.git-dpm
index e3d5f16,0000000..171c250
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
- 177308c15c23f2644bc0ef40b46e0242f7b5c85c
- 177308c15c23f2644bc0ef40b46e0242f7b5c85c
- 33967f05b1739049ccfff67ed06a1a8d2c0fa2a6
++3a37b3f3cd79376944817f090c0a295d32a48c11
++3a37b3f3cd79376944817f090c0a295d32a48c11
++c0e15ae13eb375021d634686ae021a73d284c471
+c0e15ae13eb375021d634686ae021a73d284c471
+yarl_0.11.0.orig.tar.gz
+8a54b5cfdcfb96d2c1e7df0e3a073cf3eab9441b
+132203
+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 717ad83,0000000..56ca142
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 2a4f07e122b37db25d918e18d3ba30a563a9f031 Mon Sep 17 00:00:00 2001
++From daa5e5f5bd9ae96531173afc1ed06bd0f898e816 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 4ab4004..272be95 100644
+--- a/setup.py
++++ b/setup.py
+@@ -75,8 +75,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 6e77262,0000000..899680e
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 6424e6ad01903560e5bdb95e73953a7dcd46ba15 Mon Sep 17 00:00:00 2001
++From b3b409ac375f1ff3681c47a5f4a6531e817af734 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
++index 196c4ad..aba4128 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 1833024,0000000..59216c2
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 e449195279f3870e3e47fc5575b1cc32b9ee2dee Mon Sep 17 00:00:00 2001
++From 3ea4dc4f753b1dac7a94c32c6dcf1c4aa902e734 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
++index aba4128..c27f4a7 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
diff --cc debian/patches/0004-disable-privacy-breach-links-in-documentation.patch
index 5f142c0,0000000..52344fc
mode 100644,000000..100644
--- a/debian/patches/0004-disable-privacy-breach-links-in-documentation.patch
+++ b/debian/patches/0004-disable-privacy-breach-links-in-documentation.patch
@@@ -1,34 -1,0 +1,34 @@@
- From 177308c15c23f2644bc0ef40b46e0242f7b5c85c Mon Sep 17 00:00:00 2001
++From 3a37b3f3cd79376944817f090c0a295d32a48c11 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr at debian.org>
+Date: Tue, 20 Jun 2017 20:13:42 +0200
+Subject: disable privacy breach links in documentation
+
+---
+ docs/conf.py | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
- index 3de0fb6..e177904 100644
++index c27f4a7..afd4f69 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -155,13 +155,13 @@ html_theme = 'alabaster'
+ html_theme_options = {
+ 'logo': 'yarl-icon-128x128.png',
+ 'description': 'Yet another URL library',
+- 'github_user': 'aio-libs',
+- 'github_repo': 'yarl',
+- 'github_button': True,
+- 'github_type': 'star',
+- 'github_banner': True,
+- 'travis_button': True,
+- 'codecov_button': True,
++# 'github_user': 'aio-libs',
++# 'github_repo': 'yarl',
++# 'github_button': True,
++# 'github_type': 'star',
++# 'github_banner': True,
++# 'travis_button': True,
++# 'codecov_button': True,
+ 'pre_bg': '#FFF6E5',
+ 'note_bg': '#E5ECD1',
+ 'note_border': '#BFCF8C',
--
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