Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-amqp for openSUSE:Factory checked in at 2022-01-05 13:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-amqp (Old) and /work/SRC/openSUSE:Factory/.python-amqp.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-amqp" Wed Jan 5 13:39:23 2022 rev:39 rq:943597 version:5.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes 2021-12-21 18:40:18.321856269 +0100 +++ /work/SRC/openSUSE:Factory/.python-amqp.new.1896/python-amqp.changes 2022-01-05 13:39:40.913522243 +0100 @@ -1,0 +2,6 @@ +Mon Jan 3 12:29:53 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 5.0.9: + - Append to _used_channel_ids in _used_channel_ids + +------------------------------------------------------------------- Old: ---- amqp-5.0.8.tar.gz New: ---- amqp-5.0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-amqp.spec ++++++ --- /var/tmp/diff_new_pack.w9t6Pd/_old 2022-01-05 13:39:41.517522718 +0100 +++ /var/tmp/diff_new_pack.w9t6Pd/_new 2022-01-05 13:39:41.521522721 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-amqp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-amqp -Version: 5.0.8 +Version: 5.0.9 Release: 0 Summary: Low-level AMQP client for Python (fork of amqplib) License: LGPL-2.1-or-later ++++++ amqp-5.0.8.tar.gz -> amqp-5.0.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/Changelog new/amqp-5.0.9/Changelog --- old/amqp-5.0.8/Changelog 2021-12-19 06:01:33.000000000 +0100 +++ new/amqp-5.0.9/Changelog 2021-12-20 05:48:13.000000000 +0100 @@ -6,6 +6,16 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES +.. _version-5.0.9: + +5.0.9 +===== +:release-date: 2021-12-20 11:00 A.M. UTC+6:00 +:release-by: Asif Saif Uddin + +- Append to _used_channel_ids in _used_channel_ids + + .. _version-5.0.8: 5.0.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/PKG-INFO new/amqp-5.0.9/PKG-INFO --- old/amqp-5.0.8/PKG-INFO 2021-12-19 06:06:23.980194600 +0100 +++ new/amqp-5.0.9/PKG-INFO 2021-12-20 05:51:47.183409500 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: amqp -Version: 5.0.8 +Version: 5.0.9 Summary: Low-level AMQP client for Python (fork of amqplib). Home-page: http://github.com/celery/py-amqp Author: Barry Pederson @@ -33,7 +33,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 5.0.8 +:Version: 5.0.9 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/README.rst new/amqp-5.0.9/README.rst --- old/amqp-5.0.8/README.rst 2021-12-19 06:03:38.000000000 +0100 +++ new/amqp-5.0.9/README.rst 2021-12-20 05:50:13.000000000 +0100 @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 5.0.8 +:Version: 5.0.9 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/amqp/__init__.py new/amqp-5.0.9/amqp/__init__.py --- old/amqp-5.0.8/amqp/__init__.py 2021-12-19 06:02:34.000000000 +0100 +++ new/amqp-5.0.9/amqp/__init__.py 2021-12-20 05:49:38.000000000 +0100 @@ -4,7 +4,7 @@ import re from collections import namedtuple -__version__ = '5.0.8' +__version__ = '5.0.9' __author__ = 'Barry Pederson' __maintainer__ = 'Asif Saif Uddin, Matus Valo' __contact__ = 'pya...@celeryproject.org' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/amqp/connection.py new/amqp-5.0.9/amqp/connection.py --- old/amqp-5.0.8/amqp/connection.py 2021-12-17 04:55:58.000000000 +0100 +++ new/amqp-5.0.9/amqp/connection.py 2021-12-20 05:37:58.000000000 +0100 @@ -484,6 +484,7 @@ def _get_free_channel_id(self): for channel_id in range(1, self.channel_max): if channel_id not in self._used_channel_ids: + self._used_channel_ids.append(channel_id) return channel_id raise ResourceError( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/amqp.egg-info/PKG-INFO new/amqp-5.0.9/amqp.egg-info/PKG-INFO --- old/amqp-5.0.8/amqp.egg-info/PKG-INFO 2021-12-19 06:06:23.000000000 +0100 +++ new/amqp-5.0.9/amqp.egg-info/PKG-INFO 2021-12-20 05:51:47.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: amqp -Version: 5.0.8 +Version: 5.0.9 Summary: Low-level AMQP client for Python (fork of amqplib). Home-page: http://github.com/celery/py-amqp Author: Barry Pederson @@ -33,7 +33,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 5.0.8 +:Version: 5.0.9 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/docs/includes/introduction.txt new/amqp-5.0.9/docs/includes/introduction.txt --- old/amqp-5.0.8/docs/includes/introduction.txt 2021-12-19 06:03:07.000000000 +0100 +++ new/amqp-5.0.9/docs/includes/introduction.txt 2021-12-20 05:50:00.000000000 +0100 @@ -1,4 +1,4 @@ -:Version: 5.0.8 +:Version: 5.0.9 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-5.0.8/t/unit/test_connection.py new/amqp-5.0.9/t/unit/test_connection.py --- old/amqp-5.0.8/t/unit/test_connection.py 2021-12-17 04:55:58.000000000 +0100 +++ new/amqp-5.0.9/t/unit/test_connection.py 2021-12-20 05:37:58.000000000 +0100 @@ -350,6 +350,7 @@ def test_get_free_channel_id(self): assert self.conn._get_free_channel_id() == 1 + assert self.conn._get_free_channel_id() == 2 def test_get_free_channel_id__raises_IndexError(self): self.conn._used_channel_ids = array('H', range(1, self.conn.channel_max))