[Python-modules-commits] [python-amqp] 13/15: merge patched into master

Michael Fladischer fladi at moszumanska.debian.org
Sat Dec 19 17:55:12 UTC 2015


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

fladi pushed a commit to branch master
in repository python-amqp.

commit 670dd74e401186872846fdea740e5eb6043c4a4d
Merge: 20ea171 ea44383
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Dec 18 10:20:48 2015 +0100

    merge patched into master

 Changelog                                                    | 12 ++++++++++++
 PKG-INFO                                                     |  4 ++--
 README.rst                                                   |  2 +-
 amqp.egg-info/PKG-INFO                                       |  4 ++--
 amqp/__init__.py                                             |  2 +-
 amqp/abstract_channel.py                                     |  4 ++--
 amqp/connection.py                                           |  9 +++++----
 debian/.git-dpm                                              |  6 +++---
 .../0001-Remove-github-hosted-logo-from-documentation.patch  |  2 +-
 debian/patches/0002-Removes-deprecation-warning.patch        |  2 +-
 .../0003-Drop-dependency-on-sphinxcontrib.issuetracker.patch |  2 +-
 debian/patches/0004-Fixed-Python-3-syntax-error.patch        |  2 +-
 docs/changelog.rst                                           | 12 ++++++++++++
 13 files changed, 44 insertions(+), 19 deletions(-)

diff --cc debian/.git-dpm
index 7305add,0000000..69ab7d1
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- 94fb7e9045aff10baf0c4204de600231531f1d7c
- 94fb7e9045aff10baf0c4204de600231531f1d7c
- 63088b9493dac227e7f5fdd73e4c4f6b2cc8f8c4
++ea44383e4cde788f2bfa127ab4e7e76bca73a0f9
++ea44383e4cde788f2bfa127ab4e7e76bca73a0f9
++8abdd0d0e51d9386b644c51df8804f7a7cebb1ce
 +8abdd0d0e51d9386b644c51df8804f7a7cebb1ce
 +python-amqp_1.4.8.orig.tar.gz
 +3783b8bdb0cb554893183ea3448fd37cd4d46b42
 +79249
diff --cc debian/patches/0001-Remove-github-hosted-logo-from-documentation.patch
index 1182053,0000000..f2e8a19
mode 100644,000000..100644
--- a/debian/patches/0001-Remove-github-hosted-logo-from-documentation.patch
+++ b/debian/patches/0001-Remove-github-hosted-logo-from-documentation.patch
@@@ -1,27 -1,0 +1,27 @@@
- From a78aa92b58915de75b329e0a5ee9307af95292d2 Mon Sep 17 00:00:00 2001
++From c4188397dd66b3cab27a1e9ce7fcefb9577baff6 Mon Sep 17 00:00:00 2001
 +From: Michael Fladischer <fladi at debian.org>
 +Date: Thu, 8 Oct 2015 11:06:34 -0700
 +Subject: Remove github-hosted logo from documentation
 +
 +Last-Update: 2014-04-08
 +Forwarded: not-needed
 +---
 + docs/conf.py | 5 ++---
 + 1 file changed, 2 insertions(+), 3 deletions(-)
 +
 +diff --git a/docs/conf.py b/docs/conf.py
 +index 1191395..623efea 100644
 +--- a/docs/conf.py
 ++++ b/docs/conf.py
 +@@ -77,9 +77,8 @@ latex_documents = [
 + html_theme = "celery"
 + html_theme_path = ["_theme"]
 + html_sidebars = {
 +-    'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
 +-    '**': ['sidebarlogo.html', 'relations.html',
 +-           'sourcelink.html', 'searchbox.html'],
 ++    'index': ['sourcelink.html', 'searchbox.html'],
 ++    '**': ['relations.html', 'sourcelink.html', 'searchbox.html'],
 + }
 + 
 + ### Issuetracker
diff --cc debian/patches/0002-Removes-deprecation-warning.patch
index fe89761,0000000..386f237
mode 100644,000000..100644
--- a/debian/patches/0002-Removes-deprecation-warning.patch
+++ b/debian/patches/0002-Removes-deprecation-warning.patch
@@@ -1,29 -1,0 +1,29 @@@
- From 647bcd43c120245a14d945ba4b98f9e44b6b321e Mon Sep 17 00:00:00 2001
++From 976d0deecb8ddbdae7b14f66e1590f1063d21165 Mon Sep 17 00:00:00 2001
 +From: Thomas Goirand <zigo at debian.org>
 +Date: Thu, 8 Oct 2015 11:06:35 -0700
 +Subject: Removes deprecation warning
 +
 + The depraction warning is flooding Nova logs. As it's too late to fix Nova,
 + best way forward is to just remove the depraction warning, which this patch
 + does.
 +Bug-Debian: https://bugs.debian.org/774966
 +Forwarded: not-needed
 +Last-Update: 2014-01-17
 +---
 + amqp/channel.py | 3 ---
 + 1 file changed, 3 deletions(-)
 +
 +diff --git a/amqp/channel.py b/amqp/channel.py
 +index ff6a4ae..0d4897e 100644
 +--- a/amqp/channel.py
 ++++ b/amqp/channel.py
 +@@ -614,9 +614,6 @@ class Channel(AbstractChannel):
 +         args.write_table(arguments)
 +         self._send_method((40, 10), args)
 + 
 +-        if auto_delete:
 +-            warn(VDeprecationWarning(EXCHANGE_AUTODELETE_DEPRECATED))
 +-
 +         if not nowait:
 +             return self.wait(allowed_methods=[
 +                 (40, 11),  # Channel.exchange_declare_ok
diff --cc debian/patches/0003-Drop-dependency-on-sphinxcontrib.issuetracker.patch
index 4dc66d1,0000000..9f42611
mode 100644,000000..100644
--- a/debian/patches/0003-Drop-dependency-on-sphinxcontrib.issuetracker.patch
+++ b/debian/patches/0003-Drop-dependency-on-sphinxcontrib.issuetracker.patch
@@@ -1,24 -1,0 +1,24 @@@
- From fb33142ab016dc43bcf89187f92cf3b47024367d Mon Sep 17 00:00:00 2001
++From e369ff4666491ef0f4fbae77bf025390124780ef Mon Sep 17 00:00:00 2001
 +From: Michael Fladischer <fladi at debian.org>
 +Date: Thu, 8 Oct 2015 11:06:36 -0700
 +Subject: Drop dependency on sphinxcontrib.issuetracker
 +
 +Last-Update: 2015-04-02
 +---
 + docs/conf.py | 3 +--
 + 1 file changed, 1 insertion(+), 2 deletions(-)
 +
 +diff --git a/docs/conf.py b/docs/conf.py
 +index 623efea..567f509 100644
 +--- a/docs/conf.py
 ++++ b/docs/conf.py
 +@@ -18,8 +18,7 @@ import amqp
 + extensions = ['sphinx.ext.autodoc',
 +               'sphinx.ext.coverage',
 +               'sphinx.ext.pngmath',
 +-              'sphinx.ext.intersphinx',
 +-              'sphinxcontrib.issuetracker']
 ++              'sphinx.ext.intersphinx']
 + 
 + html_show_sphinx = False
 + 
diff --cc debian/patches/0004-Fixed-Python-3-syntax-error.patch
index ee16d86,0000000..a0ca921
mode 100644,000000..100644
--- a/debian/patches/0004-Fixed-Python-3-syntax-error.patch
+++ b/debian/patches/0004-Fixed-Python-3-syntax-error.patch
@@@ -1,26 -1,0 +1,26 @@@
- From 94fb7e9045aff10baf0c4204de600231531f1d7c Mon Sep 17 00:00:00 2001
++From ea44383e4cde788f2bfa127ab4e7e76bca73a0f9 Mon Sep 17 00:00:00 2001
 +From: Thomas Goirand <zigo at debian.org>
 +Date: Thu, 8 Oct 2015 11:06:37 -0700
 +Subject: Fixed Python 3 syntax error
 +
 + Note: no need to forward this upstream as the code in this file has gone from
 + the master branch.
 +Forwarded: no
 +Last-Update: 2015-06-19
 +---
 + amqp/utils.py | 2 +-
 + 1 file changed, 1 insertion(+), 1 deletion(-)
 +
 +diff --git a/amqp/utils.py b/amqp/utils.py
 +index 900d2aa..bd74011 100644
 +--- a/amqp/utils.py
 ++++ b/amqp/utils.py
 +@@ -35,7 +35,7 @@ class promise(object):
 +     def __call__(self, *args, **kwargs):
 +         try:
 +             self.value = self.fun(
 +-                *self.args + args if self.args else args,
 ++                *(self.args + args if self.args else args),
 +                 **dict(self.kwargs, **kwargs) if self.kwargs else kwargs
 +             )
 +         except Exception as exc:

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



More information about the Python-modules-commits mailing list