Package: python-amqp / 1.4.9-1

Metadata

Package Version Patches format
python-amqp 1.4.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove github hosted logo from documentation.patch | (download)

docs/conf.py | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 remove github-hosted logo from documentation

0002 Removes deprecation warning.patch | (download)

amqp/channel.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 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
0003 Drop dependency on sphinxcontrib.issuetracker.patch | (download)

docs/conf.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 drop dependency on sphinxcontrib.issuetracker

0004 Fixed Python 3 syntax error.patch | (download)

amqp/utils.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixed python 3 syntax error

 Note: no need to forward this upstream as the code in this file has gone from
 the master branch.