Hello community, here is the log from the commit of package python-kombu for openSUSE:Factory checked in at 2017-04-13 10:45:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kombu (Old) and /work/SRC/openSUSE:Factory/.python-kombu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kombu" Thu Apr 13 10:45:09 2017 rev:49 rq:482376 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes 2016-11-24 21:23:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes 2017-04-13 10:45:10.876483776 +0200 @@ -1,0 +2,17 @@ +Thu Mar 16 08:24:12 UTC 2017 - [email protected] + +- update to 4.0.2: + - Now depends on :mod:`amqp` 2.0. + The new py-amqp version have been refactored for better performance, + using modern Python socket conventions, and API consistency. + - No longer depends on :mod:`anyjson`. + Kombu will now only choose between :pypi:`simplejson` and the built-in + :mod:`json`. + - Removed transports that are no longer supported in this version: + - Django ORM transport + - SQLAlchemy ORM transport + - Beanstalk transport + - ZeroMQ transport + - amqplib transport (use pyamqp). + +------------------------------------------------------------------- Old: ---- kombu-3.0.35.tar.gz New: ---- kombu-4.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kombu.spec ++++++ --- /var/tmp/diff_new_pack.0ZTODA/_old 2017-04-13 10:45:11.388411381 +0200 +++ /var/tmp/diff_new_pack.0ZTODA/_new 2017-04-13 10:45:11.392410815 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-kombu # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,33 +17,28 @@ Name: python-kombu -Version: 3.0.35 +Version: 4.0.2 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/celery/kombu -Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz +Source: https://pypi.io/packages/source/k/kombu/kombu-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools # Test requirements: BuildRequires: python-PyYAML -BuildRequires: python-amqp >= 1.4.9 -BuildRequires: python-anyjson >= 0.3.3 +BuildRequires: python-amqp >= 2.0 BuildRequires: python-boto +BuildRequires: python-case BuildRequires: python-mock BuildRequires: python-msgpack-python BuildRequires: python-nose-cover3 +BuildRequires: python-pytest +BuildRequires: python-pytz BuildRequires: python-redis BuildRequires: python-unittest2 >= 0.5.0 -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -BuildRequires: python-importlib -BuildRequires: python-ordereddict -Requires: python-importlib -Requires: python-ordereddict -%endif -Requires: python-amqp >= 1.4.9 -Requires: python-anyjson >= 0.3.3 +Requires: python-amqp %if 0%{?suse_version} Suggests: couchdb Suggests: mongodb @@ -70,8 +65,6 @@ %prep %setup -q -n kombu-%{version} -# For rpmlint warning: remove shebang from python library: -sed -i '/^#!/d' ./kombu/tests/test_serialization.py %build python setup.py build @@ -84,7 +77,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS Changelog FAQ README.rst THANKS TODO LICENSE +%doc Changelog FAQ README.rst THANKS TODO LICENSE %{python_sitelib}/* %changelog ++++++ kombu-3.0.35.tar.gz -> kombu-4.0.2.tar.gz ++++++ ++++ 53880 lines of diff (skipped)
