[Python-modules-commits] [python-amqp] 06/15: Initialize git-dpm

Michael Fladischer fladi at moszumanska.debian.org
Sat Dec 19 17:55:10 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 dfc31b0bf1ed5894bce93927aa4ffb02e337b938
Merge: eacc1e6 94fb7e9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Dec 18 10:19:41 2015 +0100

    Initialize git-dpm

 debian/.git-dpm                                                   | 8 ++++++++
 ...ch => 0001-Remove-github-hosted-logo-from-documentation.patch} | 4 +---
 ...ation-warning.patch => 0002-Removes-deprecation-warning.patch} | 8 +++-----
 ...h => 0003-Drop-dependency-on-sphinxcontrib.issuetracker.patch} | 4 +---
 ...or-in-python3.patch => 0004-Fixed-Python-3-syntax-error.patch} | 4 +---
 debian/patches/series                                             | 8 ++++----
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --cc debian/.git-dpm
index 0000000,0000000..017c74c
new file mode 100644
--- /dev/null
+++ b/debian/.git-dpm
@@@ -1,0 -1,0 +1,8 @@@
++# see git-dpm(1) from git-dpm package
++94fb7e9045aff10baf0c4204de600231531f1d7c
++94fb7e9045aff10baf0c4204de600231531f1d7c
++63088b9493dac227e7f5fdd73e4c4f6b2cc8f8c4
++63088b9493dac227e7f5fdd73e4c4f6b2cc8f8c4
++python-amqp_1.4.7.orig.tar.gz
++2c5ed167ee90b4937182688d9f6b03cb91cbebcc
++79189
diff --cc debian/patches/0001-Remove-github-hosted-logo-from-documentation.patch
index d705025,0000000..1182053
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,29 -1,0 +1,27 @@@
- From a45e8e4de438dadbf0d7d16199c7dcd89c799770 Mon Sep 17 00:00:00 2001
++From a78aa92b58915de75b329e0a5ee9307af95292d2 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
- 
- Patch-Name: remove_logo.patch
 +---
 + 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 76c6766,0000000..fe89761
mode 100644,000000..100644
--- a/debian/patches/0002-Removes-deprecation-warning.patch
+++ b/debian/patches/0002-Removes-deprecation-warning.patch
@@@ -1,31 -1,0 +1,29 @@@
- From 88c452b5df8eb971c8022cdab9d0c22a884d30e3 Mon Sep 17 00:00:00 2001
++From 647bcd43c120245a14d945ba4b98f9e44b6b321e 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
- 
- Patch-Name: remove-deprecation-warning.patch
 +---
 + amqp/channel.py | 3 ---
 + 1 file changed, 3 deletions(-)
 +
 +diff --git a/amqp/channel.py b/amqp/channel.py
- index 05eb09a..69ee6c1 100644
++index ff6a4ae..0d4897e 100644
 +--- a/amqp/channel.py
 ++++ b/amqp/channel.py
- @@ -612,9 +612,6 @@ class Channel(AbstractChannel):
++@@ -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 3bf57eb,0000000..4dc66d1
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,26 -1,0 +1,24 @@@
- From 6c4fd816e51fd8044065cfdfe6cbe0048c2e7424 Mon Sep 17 00:00:00 2001
++From fb33142ab016dc43bcf89187f92cf3b47024367d 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
- 
- Patch-Name: drop_issuetracker.patch
 +---
 + 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 0e14c8d,0000000..ee16d86
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,28 -1,0 +1,26 @@@
- From 870974818ad55e03961fd15ee2ee9a445d2d90e9 Mon Sep 17 00:00:00 2001
++From 94fb7e9045aff10baf0c4204de600231531f1d7c 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
- 
- Patch-Name: fix-syntax-error-in-python3.patch
 +---
 + 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:
diff --cc debian/patches/series
index 73a2066,0000000..b7e636f
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,4 -1,0 +1,4 @@@
- remove_logo.patch
- remove-deprecation-warning.patch
- drop_issuetracker.patch
- fix-syntax-error-in-python3.patch
++0001-Remove-github-hosted-logo-from-documentation.patch
++0002-Removes-deprecation-warning.patch
++0003-Drop-dependency-on-sphinxcontrib.issuetracker.patch
++0004-Fixed-Python-3-syntax-error.patch

-- 
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