[Python-modules-commits] [yarl] 07/09: merge patched into master
Piotr Ożarowski
piotr at moszumanska.debian.org
Wed Dec 20 10:59:59 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 b2770fd01003baa9b0b2f64ee715eb1d35cde063
Merge: e432404 5c11042
Author: Piotr Ożarowski <piotr at debian.org>
Date: Wed Dec 20 11:55:09 2017 +0100
merge patched into master
CHANGES.rst | 6 ++++++
PKG-INFO | 8 +++++++-
debian/.git-dpm | 6 +++---
.../patches/0001-do-not-add-changelog-to-long-description.patch | 2 +-
debian/patches/0002-docs-disable-intersphinx.patch | 2 +-
debian/patches/0003-docs-disable-sidebar_collapse-option.patch | 2 +-
.../0004-disable-privacy-breach-links-in-documentation.patch | 2 +-
tests/test_update_query.py | 4 +++-
yarl.egg-info/PKG-INFO | 8 +++++++-
yarl/__init__.py | 6 +++---
10 files changed, 33 insertions(+), 13 deletions(-)
diff --cc debian/.git-dpm
index 6c3e969,0000000..c9b51d3
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
- edc4e4d7bf7ea9f4343be8efe7e2b3e8a9f36cbc
- edc4e4d7bf7ea9f4343be8efe7e2b3e8a9f36cbc
- cdf0cb6c02f578a77a7b02ac763295ca80e5c7ac
++5c11042534d7e4a428589c7f085f163ef9c7d7b8
++5c11042534d7e4a428589c7f085f163ef9c7d7b8
++4e0762268a6c79f22c656e8bcda79f8cdc44c2c0
+4e0762268a6c79f22c656e8bcda79f8cdc44c2c0
+yarl_0.16.0.orig.tar.gz
+271c373afa12c32d0c404ad83f77fd268e360d2f
+136005
+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 feedbaf,0000000..c25b520
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 f6eb9686aa154e011fa102fbdc43ddcd91d29193 Mon Sep 17 00:00:00 2001
++From cffe119dcdf53e0b538ce39aafa169ea00d2f9b7 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 594b935,0000000..6626c99
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 ccf9756196dbed3898b46a0b51318bb355e78e0b Mon Sep 17 00:00:00 2001
++From 267717c27fda15e08209ec9160ffa2137cf6d6fc 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 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 a08fcf8,0000000..08ff9ae
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 7d67d593cadf6af2f7e9269f638f2c07f645386a Mon Sep 17 00:00:00 2001
++From 8419046ba7abb27f0621d2bb504372500c084886 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 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 0790f60,0000000..5509e9a
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 edc4e4d7bf7ea9f4343be8efe7e2b3e8a9f36cbc Mon Sep 17 00:00:00 2001
++From 5c11042534d7e4a428589c7f085f163ef9c7d7b8 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 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