[Python-modules-commits] [yarl] 07/09: merge patched into master

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Oct 25 09:11:23 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 be7a7feb39e4357a91694394d579860187ec5996
Merge: fe90691 024b5ce
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Oct 25 11:04:44 2017 +0200

    merge patched into master

 CHANGES.rst                                        |  63 +-
 PKG-INFO                                           |  65 +-
 debian/.git-dpm                                    |   6 +-
 ...-do-not-add-changelog-to-long-description.patch |   2 +-
 debian/patches/0002-docs-disable-intersphinx.patch |   2 +-
 ...0003-docs-disable-sidebar_collapse-option.patch |   2 +-
 ...ble-privacy-breach-links-in-documentation.patch |   2 +-
 docs/api.rst                                       |  17 +-
 tests/test_update_query.py                         |  22 +-
 tests/test_url.py                                  |  10 +
 tests/test_url_build.py                            |   8 +
 tests/test_url_update_netloc.py                    |   6 +-
 yarl.egg-info/PKG-INFO                             |  65 +-
 yarl/__init__.py                                   |  25 +-
 yarl/__init__.pyi                                  |  27 +-
 yarl/_quoting.c                                    | 842 +++++++++++++++------
 yarl/_quoting.pyi                                  |   4 +-
 17 files changed, 814 insertions(+), 354 deletions(-)

diff --cc debian/.git-dpm
index 48fcf35,0000000..7e58911
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
- 819e263fc56c87c6268af17769225581230a8495
- 819e263fc56c87c6268af17769225581230a8495
- 39878b79830132ac7dc6d4b5ad138c3d6b3543e1
++024b5ce486807e428ddc5b9d5cbf9ffb86cfc079
++024b5ce486807e428ddc5b9d5cbf9ffb86cfc079
++e408f9248fb467da0cf7adea1f8804f2128f12a4
 +e408f9248fb467da0cf7adea1f8804f2128f12a4
 +yarl_0.13.0.orig.tar.gz
 +57cb103d3cda5516054c71ec9b789f96b9cd63fe
 +136019
 +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 3ae176f,0000000..16cee0b
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 643627175c74bbbd0892306bc1b765e955f6ab97 Mon Sep 17 00:00:00 2001
++From 8007d4a8ba74bde6ff862f20b04f112ea857622d 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 325b1ae,0000000..893008e
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 517ab862b9d2e40883bba6c5b533007813febe82 Mon Sep 17 00:00:00 2001
++From 6d099e6ab30512023172e4c80d228ef86eb4bdda 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 4431bf9,0000000..ba8545a
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 d953539e725f8075ecbdd317868c5059958fa173 Mon Sep 17 00:00:00 2001
++From dd7b7fa24c6474656590da95f18eedbe82e60a1b 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 d44af10,0000000..b3d319c
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 819e263fc56c87c6268af17769225581230a8495 Mon Sep 17 00:00:00 2001
++From 024b5ce486807e428ddc5b9d5cbf9ffb86cfc079 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