commit python3-kombu for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2017-03-03 17:46:33

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Fri Mar  3 17:46:33 2017 rev:17 rq:461379 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-11-28 15:10:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2017-03-03 17:46:34.647811339 +0100
@@ -1,0 +2,18 @@
+Wed Mar  1 15:48:17 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 4.0.2
+  - Now depends on :mod:`amqp` 2.1.4
+  - Redis: Priority was reversed so, e.g. priority 0 became priority 9.
+- Update to 4.0.1
+  - Now depends on :mod:`amqp` 2.1.3
+  - Producer: Fixed performance degradation when default exchange specified
+  - QPid: Switch to using getattr in qpid.Transport.__del__ (Issue #658)
+  - QPid: Now uses monotonic time for timeouts.
+  - MongoDB: Fixed compatibility with Python 3 (Issue #661).
+  - Consumer: ``__exit__`` now skips cancelling consumer if connection-related
+error raised (Issue #670).
+  - MongoDB: Removes use of natural sort (Issue #638).
+  - Fixed wrong keyword argument ``channel`` error (Issue #652).
+  - Safe argument to ``urllib.quote`` must be bytes on Python 2.x (Issue #645).
+
+---

Old:

  kombu-4.0.0.tar.gz

New:

  kombu-4.0.2.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.KX6gEv/_old  2017-03-03 17:46:35.807647428 +0100
+++ /var/tmp/diff_new_pack.KX6gEv/_new  2017-03-03 17:46:35.811646862 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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,14 +17,14 @@
 
 
 Name:   python3-kombu
-Version:4.0.0
+Version:4.0.2
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/celery/kombu/
 Source: 
https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz
-BuildRequires:  python3-amqp >= 2.0
+BuildRequires:  python3-amqp >= 2.1.4
 BuildRequires:  python3-amqplib
 BuildRequires:  python3-devel
 BuildRequires:  python3-pycurl
@@ -40,7 +40,7 @@
 # BuildRequires:  python3-mock
 # BuildRequires:  python3-nose-cover3
 # BuildRequires:  python3-unittest2 >= 0.5.0
-Requires:   python3-amqp >= 1.0.13
+Requires:   python3-amqp >= 2.1.4
 Requires:   python3-pycurl
 Requires:   python3-simplejson
 Recommends: couchdb
@@ -66,8 +66,7 @@
 # For rpmlint warning: remove shebang from python library:
 sed -i '/^#!/d' ./t/unit/test_serialization.py
 # TODO(saschpe): Stop dropping this test once upstream finalized Py3K support:
-rm t/unit/transport/test_filesystem.py t/unit/utils/test_encoding.py
-2to3 -wvn .
+# rm t/unit/transport/test_filesystem.py t/unit/utils/test_encoding.py
 
 %build
 python3 setup.py build
@@ -76,8 +75,8 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 # Tests are currently incompatible with latest amqp.  Check in next release.
-#%check
-#python3 setup.py test
+# %check
+# python3 setup.py test
 
 %files
 %defattr(-,root,root,-)

++ kombu-4.0.0.tar.gz -> kombu-4.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-4.0.0/Changelog new/kombu-4.0.2/Changelog
--- old/kombu-4.0.0/Changelog   2016-10-29 01:44:11.0 +0200
+++ new/kombu-4.0.2/Changelog   2016-12-16 00:33:36.0 +0100
@@ -4,6 +4,62 @@
  Change history
 
 
+.. _version-4.0.2:
+
+4.0.2
+=
+:release-date: 2016-12-15 03:31 P.M PST
+:release-by: Ask Solem
+
+- Now depends on :mod:`amqp` 2.1.4
+
+This new version takes advantage of TCP Keepalive settings on Linux,
+making it better at detecting closed connections, also in failover
+conditions.
+
+- Redis: Priority was reversed so, e.g. priority 0 became priority 9.
+
+.. _version-4.0.1:
+
+4.0.1
+=
+:release-date: 2016-12-07 06:00 P.M PST
+:release-by: Ask Solem
+
+- Now depends on :mod:`amqp` 2.1.3
+
+This new version takes advantage of the new ``TCP_USER_TIMEOUT`` socket 
option
+on Linux.
+
+- Producer: Fixed performance degradation when default exchange specified
+  (Issue #651).
+
+- QPid: Switch to using getattr in 

commit python3-kombu for openSUSE:Factory

2016-11-28 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-11-28 15:10:31

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-06-19 10:49:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-11-28 15:10:32.0 +0100
@@ -1,0 +2,101 @@
+Sat Nov 26 18:26:16 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated sed, rm commands (path to files changed)
+
+- update to version 4.0.0:
+  * Now depends on :mod:`amqp` 2.0.
+  * No longer depends on :mod:`anyjson`.
+  * Removed transports that are no longer supported in this version:
++ Django ORM transport
++ SQLAlchemy ORM transport
++ Beanstalk transport
++ ZeroMQ transport
++ amqplib transport (use pyamqp).
+  * API Changes
++ Signature of :class:`kombu.Message` now takes body as first
+  argment.
+  * New SQS transport
++ "kombu[sqs]" now depends on :pypi:`pycurl`.
+  * New Consul transport.
+  * New etcd transport.
+  * New Qpid transport.
+  * Redis: Priority 0 is now lowest, 9 is highest.  (**backward
+incompatible**)
+  * Redis: Support for Sentinel
+  * RabbitMQ Queue Extensions
++ "Queue(expires=20.0)"
++ "Queue(message_ttl=30.0)"
++ "Queue(max_length=1000)"
++ "Queue(max_length_bytes=1000)"
++ "Queue(max_priority=10)"
+  * RabbitMQ: "Message.ack" now supports the "multiple" argument.
+  * "amqps://" can now be specified to require SSL (Issue #610).
+  * "Consumer.cancel_by_queue" is now constant time.
+  * "Connection.ensure*" now raises
+:exc:`kombu.exceptions.OperationalError`.
+  * Redis: Fixed SSL support.
+  * New "Queue.consumer_arguments" can be used for the ability to set
+consumer priority via "x-priority".
+  * Queue/Exchange: "no_declare" option added (also enabled for
+internal amq. exchanges) (Issue #565).
+  * JSON serializer now calls "obj.__json__" for unsupported types.
+  * JSON serializer now handles datetimes, Django promise, UUID and
+Decimal.
+  * Beanstalk: Priority 0 is now lowest, 9 is highest.  (**backward
+incompatible**)
+  * Redis: now supports SSL using the "ssl" argument to
+:class:`~kombu.Connection`.
+  * Redis: Fanout exchanges are no longer visible between vhosts, and
+fanout messages can be filtered by patterns.  (**backward
+incompatible**)
+  * Pidbox: Mailbox new arguments: TTL and expiry.
+  * Exchange.delivery_mode now defaults to :const:`None`, and the
+default is instead set by "Producer.publish".
+  * :class:`~kombu.Consumer` now supports a new "prefetch_count"
+argument, which if provided will force the consumer to set an
+initial prefetch count just before starting.
+  * Virtual transports now stores "priority" as a property, not in
+"delivery_info", to be compatible with AMQP.
+  * "reply_to" argument to "Producer.publish" can now be
+:class:`~kombu.Queue` instance.
+  * Connection: There's now a new method
+"Connection.supports_exchange_type(type)" that can be used to
+check if the current transport supports a specific exchange type.
+  * SQS: Consumers can now read json messages not sent by Kombu.
+  * SQS: Will now log the access key used when authentication fails.
+  * Added new :class:`kombu.mixins.ConsumerProducerMixin` for
+consumers that will also publish messages on a separate
+connection.
+  * Messages: Now have a more descriptive "repr".
+  * Async: HTTP client based on curl.
+  * Async: Now uses `poll` instead of `select` where available.
+  * MongoDB: Now supports priorities
+  * Virtual transports now supports multiple queue bindings.
+  * Virtual transports now supports the anon exchange.
+  * Zookeeper: Transport now uses the built-in suport in kazoo to
+handle failover when using a list of server names.
+  * ConsumerMixin.run now passes keyword arguments to .consume.
+  * Deprecations and removals
++ The deprecated method "Consumer.add_queue_from_dict" has been
+  removed.
++ The deprecated function "kombu.serialization.encode" has been
+  removed.
++ The deprecated function "kombu.serialization.decode" has been
+  removed.
++ Removed module "kombu.syn"
+
+- changes from version 3.0.37:
+  * Connection: Return value of ".info()" was no longer JSON
+serializable, leading to "itertools.cycle object not JSON
+serializable" errors (Issue #635).
+
+- changes from version 3.0.36:
+  * Connection: Fixed bug when cloning connection with alternate urls.
+  * Redis: Fixed problem with unix socket connections.
+  * Redis: Fixed compatibility with older redis-py versions (Issue
+#576).
+  * Broadcast now 

commit python3-kombu for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-06-19 10:48:55

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-05-25 21:24:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-06-19 10:49:02.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 13 17:04:15 UTC 2016 - toddrme2...@gmail.com
+
+- Comment out unused test requirements.
+
+---



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.O4HN4B/_old  2016-06-19 10:49:03.0 +0200
+++ /var/tmp/diff_new_pack.O4HN4B/_new  2016-06-19 10:49:03.0 +0200
@@ -26,14 +26,14 @@
 Source: 
https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-# Test requirements:
-BuildRequires:  python3-PyYAML
 BuildRequires:  python3-amqp >= 1.0.13
 BuildRequires:  python3-amqplib
-BuildRequires:  python3-anyjson >= 0.3.3
-BuildRequires:  python3-mock
-BuildRequires:  python3-nose-cover3
-BuildRequires:  python3-unittest2 >= 0.5.0
+# Test requirements:
+# BuildRequires:  python3-PyYAML
+# BuildRequires:  python3-anyjson >= 0.3.3
+# BuildRequires:  python3-mock
+# BuildRequires:  python3-nose-cover3
+# BuildRequires:  python3-unittest2 >= 0.5.0
 Requires:   python3-amqp >= 1.0.13
 Requires:   python3-anyjson >= 0.3.3
 Recommends: couchdb
@@ -68,8 +68,9 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-#python3 setup.py test
+# Tests are currently incompatible with latest amqp.  Check in next release.
+# %check
+# python3 setup.py test
 
 %files
 %defattr(-,root,root,-)




commit python3-kombu for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-05-25 21:24:36

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-04-22 16:23:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-05-25 21:24:37.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:02:30 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.7HUb7q/_old  2016-05-25 21:24:38.0 +0200
+++ /var/tmp/diff_new_pack.7HUb7q/_new  2016-05-25 21:24:38.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/celery/kombu/
-Source: 
http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 # Test requirements:




commit python3-kombu for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-04-22 16:23:31

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-03-17 16:48:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-04-22 16:23:32.0 +0200
@@ -1,0 +2,13 @@
+Sat Mar 26 04:11:29 UTC 2016 - a...@gmx.de
+
+- update to version 3.0.35:
+  * msgpack: msgpack support now requires msgpack-python > 0.4.7.
+  * Redis: TimeoutError was no longer handled as a recoverable error.
+  * Redis: Adds the ability to set more Redis connection options using
+"Connection(transport_options={...})".
++ "socket_connect_timeout"
++ "socket_keepalive" (requires :mod:`redis-py` > 2.10)
++ "socket_keepalive_options" (requires :mod:`redis-py` > 2.10)
+  * msgpack: Fixes support for binary/unicode data
+
+---

Old:

  kombu-3.0.34.tar.gz

New:

  kombu-3.0.35.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.xlzfiZ/_old  2016-04-22 16:23:33.0 +0200
+++ /var/tmp/diff_new_pack.xlzfiZ/_new  2016-04-22 16:23:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-kombu
-Version:3.0.34
+Version:3.0.35
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.34.tar.gz -> kombu-3.0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.34/Changelog new/kombu-3.0.35/Changelog
--- old/kombu-3.0.34/Changelog  2016-03-04 02:29:37.0 +0100
+++ new/kombu-3.0.35/Changelog  2016-03-22 20:09:59.0 +0100
@@ -4,6 +4,26 @@
  Change history
 
 
+.. _version-3.0.35:
+
+3.0.35
+==
+:release-date: 2016-03-22 11:22 P.M PST
+:release-by: Ask Solem
+
+- msgpack: msgpack support now requires msgpack-python > 0.4.7.
+
+- Redis: TimeoutError was no longer handled as a recoverable error.
+
+- Redis: Adds the ability to set more Redis connection options
+  using ``Connection(transport_options={...})``.
+
+- ``socket_connect_timeout``
+- ``socket_keepalive`` (requires :mod:`redis-py` > 2.10)
+- ``socket_keepalive_options`` (requires :mod:`redis-py` > 2.10)
+
+- msgpack: Fixes support for binary/unicode data
+
 .. _version-3.0.34:
 
 3.0.34
@@ -235,7 +255,8 @@
 
 Contributed by Joshua Harlow.
 
-- Redis: Now properly handles ``TimeoutError raised by py-redis.
+- Redis: Now properly handles :exc:`redis.exceptions.TimeoutError`
+  raised by :mod:`redis`.
 
 Contributed by markow.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.34/PKG-INFO new/kombu-3.0.35/PKG-INFO
--- old/kombu-3.0.34/PKG-INFO   2016-03-04 02:56:23.0 +0100
+++ new/kombu-3.0.35/PKG-INFO   2016-03-22 20:15:13.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: kombu
-Version: 3.0.34
+Version: 3.0.35
 Summary: Messaging library for Python
 Home-page: http://kombu.readthedocs.org
 Author: Ask Solem
@@ -12,7 +12,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.34
+:Version: 3.0.35
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.34/README.rst new/kombu-3.0.35/README.rst
--- old/kombu-3.0.34/README.rst 2016-03-04 02:30:07.0 +0100
+++ new/kombu-3.0.35/README.rst 2016-03-22 20:09:59.0 +0100
@@ -4,7 +4,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.34
+:Version: 3.0.35
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.34/docs/changelog.rst 
new/kombu-3.0.35/docs/changelog.rst
--- old/kombu-3.0.34/docs/changelog.rst 2016-03-04 02:29:37.0 +0100
+++ new/kombu-3.0.35/docs/changelog.rst 2016-03-22 20:09:59.0 +0100
@@ -4,6 +4,26 @@
  Change history
 
 
+.. _version-3.0.35:
+
+3.0.35
+==
+:release-date: 2016-03-22 11:22 P.M PST
+:release-by: Ask Solem
+
+- msgpack: msgpack support now requires msgpack-python > 0.4.7.
+
+- Redis: TimeoutError was no longer handled as a recoverable error.
+
+- Redis: Adds the ability to set more Redis connection options
+  using 

commit python3-kombu for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-03-17 16:35:04

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-03-07 13:30:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-03-17 16:48:18.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 15:20:08 UTC 2016 - toddrme2...@gmail.com
+
+- Remove unneeded python3-PyMongo buildrequires.
+  It was preventing building on big-endian architectures.
+
+---



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.9kkhih/_old  2016-03-17 16:48:19.0 +0100
+++ /var/tmp/diff_new_pack.9kkhih/_new  2016-03-17 16:48:19.0 +0100
@@ -33,7 +33,6 @@
 BuildRequires:  python3-anyjson >= 0.3.3
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose-cover3
-BuildRequires:  python3-pymongo
 BuildRequires:  python3-unittest2 >= 0.5.0
 Requires:   python3-amqp >= 1.0.13
 Requires:   python3-anyjson >= 0.3.3




commit python3-kombu for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-03-07 13:28:41

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-01-30 11:31:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-03-07 13:30:03.0 +0100
@@ -1,0 +2,11 @@
+Sat Mar  5 16:28:06 UTC 2016 - a...@gmx.de
+
+- update to version 3.0.34:
+  * Qpid: Adds async error handling.  Contributed by Brian Bouterse.
+  * Qpid: Delivery tag is now a UUID4 (Issue #563).  Fix contributed
+by Brian Bouterse.
+  * Redis: Connection.as_uri() returned malformed URLs when the
+"redis+socket" scheme was ised (Issue celery/celery#2995).
+  * msgpack: Use binary encoding instead of utf-8 (Issue #570).
+
+---

Old:

  kombu-3.0.33.tar.gz

New:

  kombu-3.0.34.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.5PsU2x/_old  2016-03-07 13:30:04.0 +0100
+++ /var/tmp/diff_new_pack.5PsU2x/_new  2016-03-07 13:30:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-kombu
-Version:3.0.33
+Version:3.0.34
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.33.tar.gz -> kombu-3.0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.33/Changelog new/kombu-3.0.34/Changelog
--- old/kombu-3.0.33/Changelog  2016-01-09 03:36:24.0 +0100
+++ new/kombu-3.0.34/Changelog  2016-03-04 02:29:37.0 +0100
@@ -4,6 +4,26 @@
  Change history
 
 
+.. _version-3.0.34:
+
+3.0.34
+==
+:release-date: 2016-03-03 05:30 P.M PST
+:release-by: Ask Solem
+
+- Qpid: Adds async error handling.
+
+Contributed by Brian Bouterse.
+
+- Qpid: Delivery tag is now a UUID4 (Issue #563).
+
+Fix contributed by Brian Bouterse.
+
+- Redis: Connection.as_uri() returned malformed URLs when the
+  ``redis+socket`` scheme was ised (Issue celery/celery#2995).
+
+- msgpack: Use binary encoding instead of utf-8 (Issue #570).
+
 .. _version-3.0.33:
 
 3.0.33
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.33/LICENSE new/kombu-3.0.34/LICENSE
--- old/kombu-3.0.33/LICENSE2016-01-08 23:35:32.0 +0100
+++ new/kombu-3.0.34/LICENSE2016-03-04 02:28:42.0 +0100
@@ -1,7 +1,6 @@
-Copyright (c) 2015 Ask Solem & contributors.  All rights reserved.
+Copyright (c) 2015-2016 Ask Solem & contributors.  All rights reserved.
 Copyright (c) 2012-2014 GoPivotal, Inc.  All rights reserved.
-Copyright (c) 2009-2012, Ask Solem & contributors.
-All rights reserved.
+Copyright (c) 2009-2012, Ask Solem & contributors.  All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.33/PKG-INFO new/kombu-3.0.34/PKG-INFO
--- old/kombu-3.0.33/PKG-INFO   2016-01-09 03:38:13.0 +0100
+++ new/kombu-3.0.34/PKG-INFO   2016-03-04 02:56:23.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: kombu
-Version: 3.0.33
+Version: 3.0.34
 Summary: Messaging library for Python
 Home-page: http://kombu.readthedocs.org
 Author: Ask Solem
@@ -12,7 +12,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.33
+:Version: 3.0.34
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.33/README.rst new/kombu-3.0.34/README.rst
--- old/kombu-3.0.33/README.rst 2016-01-09 03:12:59.0 +0100
+++ new/kombu-3.0.34/README.rst 2016-03-04 02:30:07.0 +0100
@@ -4,7 +4,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.33
+:Version: 3.0.34
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.33/docs/changelog.rst 
new/kombu-3.0.34/docs/changelog.rst
--- old/kombu-3.0.33/docs/changelog.rst 2016-01-09 03:36:24.0 +0100
+++ new/kombu-3.0.34/docs/changelog.rst 2016-03-04 02:29:37.0 +0100
@@ -4,6 +4,26 @@
  Change history
 
 
+.. 

commit python3-kombu for openSUSE:Factory

2016-01-30 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-01-30 11:31:22

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2015-11-02 12:55:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-01-30 11:31:23.0 +0100
@@ -1,0 +2,36 @@
+Wed Jan 27 04:42:10 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 3.0.33:
+  * Now depends on :mod:`amqp` 1.4.9.
+  * Redis: Fixed problem with auxilliary connections causing the main
+consumer connection to be closed (Issue #550).
+  * Qpid: No longer uses threads to operate, to ensure compatibility
+with all environments (Issue #531).
+
+- changes from version 3.0.32:
+  * Redis: Fixed bug introduced in 3.0.31 where the redis transport
+always connects to localhost, regardless of host setting.
+
+- changes from version 3.0.31:
+  * Redis: Fixed bug introduced in 3.0.30 where socket was prematurely
+disconnected.
+  * Hub: Removed debug logging message: "Deregistered fd..." (Issue
+#549).
+
+- changes from version 3.0.30:
+  * Fixes compatiblity with uuid in Python 2.7.11 and 3.5.1. Fix
+contributed by Kai Groner.
+  * Redis transport: Attempt at fixing problem with hanging consumer
+disconnected from server.
+  * Event loop: Attempt at fixing issue with 100% CPU when using the
+Redis transport,
+  * Database transport: Fixed oracle compatiblity. An "ORA-00907:
+missing right parenthesis" error could manifest when using an
+Oracle database with the database transport.  Fix contributed by
+Deepak N.
+  * Documentation fixes Contributed by Tommaso Barbugli.
+
+---

Old:

  kombu-3.0.29.tar.gz

New:

  kombu-3.0.33.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.IiprJn/_old  2016-01-30 11:31:24.0 +0100
+++ /var/tmp/diff_new_pack.IiprJn/_new  2016-01-30 11:31:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-kombu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   python3-kombu
-Version:3.0.29
+Version:3.0.33
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.29.tar.gz -> kombu-3.0.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.29/AUTHORS new/kombu-3.0.33/AUTHORS
--- old/kombu-3.0.29/AUTHORS2015-10-26 18:58:25.0 +0100
+++ new/kombu-3.0.33/AUTHORS2016-01-08 23:35:32.0 +0100
@@ -49,10 +49,13 @@
 Franck Cuny 
 Germán M. Bravo 
 Gregory Haskins 
+Hank John 
+haridsv
 Hong Minhee 
 Ian Eure 
 Ian Struble 
 Ionel Maries Cristian 
+iSlava 
 James Saryerwinnie 
 James Turk 
 Jason Cater 
@@ -66,6 +69,8 @@
 John Watson 
 Jonathan Halcrow 
 Joseph Crosland 
+Joshua Harlow 
+Kai Groner 
 Keith Fitzgerald 
 Kevin McCarthy 
 Kevin McDonald 
@@ -74,8 +79,10 @@
 Mahendra M 
 Marcin Lulek (ergo) 
 Mark Lavin 
+markow 
 Matt Wise 
 Maxime Rouyrre 
+mdk 
 Mher Movsisyan 
 Michael Barrett 
 Michael Nelson 
@@ -123,6 +130,3 @@
 Vincent Driessen 
 Zach Smith 
 Zhao Xiaohong 
-haridsv
-iSlava 
-markow 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.29/Changelog new/kombu-3.0.33/Changelog
--- old/kombu-3.0.29/Changelog  2015-10-26 19:10:33.0 +0100
+++ new/kombu-3.0.33/Changelog  2016-01-09 03:36:24.0 +0100
@@ -4,6 

commit python3-kombu for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2015-11-02 12:55:02

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2015-10-20 00:06:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2015-11-02 12:55:05.0 +0100
@@ -1,0 +2,13 @@
+Thu Oct 29 15:34:13 UTC 2015 - a...@gmx.de
+
+- update to version 3.0.29:
+  * Fixed serialization issue for "bindings.as_dict()" (Issue #453).
+Fix contributed by Sergey Tikhonov.
+  * Json serializer wrongly treated bytes as "ascii", not "utf-8"
+(Issue #532).
+  * MongoDB: Now supports pymongo 3.x.
+Contributed by Len Buckens.
+  * SQS: Tests passing on Python 3.
+Fix contributed by Felix Yan
+
+---

Old:

  kombu-3.0.28.tar.gz

New:

  kombu-3.0.29.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.bMOpZv/_old  2015-11-02 12:55:06.0 +0100
+++ /var/tmp/diff_new_pack.bMOpZv/_new  2015-11-02 12:55:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-kombu
-Version:3.0.28
+Version:3.0.29
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.28.tar.gz -> kombu-3.0.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/AUTHORS new/kombu-3.0.29/AUTHORS
--- old/kombu-3.0.28/AUTHORS2015-10-09 23:52:37.0 +0200
+++ new/kombu-3.0.29/AUTHORS2015-10-26 18:58:25.0 +0100
@@ -42,6 +42,7 @@
 Eric Wang 
 Fabrice Rabaute 
 Felix Schwarz 
+Felix Yan 
 Fernando Jorge Mota 
 Flavio [FlaPer87] Percoco Premoli 
 Florian Munz 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/Changelog new/kombu-3.0.29/Changelog
--- old/kombu-3.0.28/Changelog  2015-10-12 20:57:52.0 +0200
+++ new/kombu-3.0.29/Changelog  2015-10-26 19:10:33.0 +0100
@@ -4,11 +4,43 @@
  Change history
 
 
+.. _version-3.0.29:
+
+3.0.29
+==
+:release-date: 2015-10-26 11:10 A.M PDT
+:release-by: Ask Solem
+
+- Fixed serialization issue for ``bindings.as_dict()`` (Issue #453).
+
+Fix contributed by Sergey Tikhonov.
+
+- Json serializer wrongly treated bytes as ``ascii``, not ``utf-8``
+  (Issue #532).
+
+- MongoDB: Now supports pymongo 3.x.
+
+Contributed by Len Buckens.
+
+- SQS: Tests passing on Python 3.
+
+Fix contributed by Felix Yan
+
 .. _version-3.0.28:
 
 3.0.28
 ==
-:release-date: 2015-10-12 12:00 PM PDT
+:release-date: 2015-10-12 12:00 P.M PDT
+:release-by: Ask Solem
+
+:.. admonition:: Django transport migrations.
+
+If you're using Django 1.8 and have already created the
+kombu_transport_django tables, you have to run a fake initial migration:
+
+.. code-block:: pycon
+
+python manage.py migrate kombu_transport_django --fake-initial
 
 - No longer compatible with South by default.
 
@@ -30,7 +62,7 @@
 
 3.0.27
 ==
-:release-date: 2015-10-09 3:10 PM PDT
+:release-date: 2015-10-09 3:10 P.M PDT
 :release-by: Ask Solem
 
 - Now depends on :mod:`amqp` 1.4.7.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/PKG-INFO new/kombu-3.0.29/PKG-INFO
--- old/kombu-3.0.28/PKG-INFO   2015-10-12 21:38:35.0 +0200
+++ new/kombu-3.0.29/PKG-INFO   2015-10-26 19:13:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: kombu
-Version: 3.0.28
+Version: 3.0.29
 Summary: Messaging library for Python
 Home-page: http://kombu.readthedocs.org
 Author: Ask Solem
@@ -12,7 +12,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.28
+:Version: 3.0.29
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/README.rst new/kombu-3.0.29/README.rst
--- old/kombu-3.0.28/README.rst 2015-10-12 21:37:59.0 +0200
+++ new/kombu-3.0.29/README.rst 2015-10-26 19:10:16.0 +0100
@@ -4,7 +4,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.28
+:Version: 3.0.29
 
 `Kombu` is a messaging library for 

commit python3-kombu for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2015-10-19 22:53:02

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2015-04-25 21:50:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2015-10-20 00:06:53.0 +0200
@@ -1,0 +2,33 @@
+Sat Oct 17 23:00:03 UTC 2015 - a...@gmx.de
+
+- update to version 3.0.28:
+  * No longer compatible with South by default.
+  * Keep old South migrations in "kombu.south.migrations".
+  * Now works with Redis < 2.10 again.
+
+- changes from version 3.0.27:
+  * Now depends on :mod:`amqp` 1.4.7.
+  * Fixed libSystem import error on some OS X 10.11 (El Capitan)
+installations.  Fix contributed by Eric Wang.
+  * Now compatible with Django 1.9.
+  * Django: Adds migrations for the database transport.
+  * Redis: Now depends on py-redis 2.10.0 or later (Issue #468).
+  * QPid: Can now connect as localhost (Issue #519).  Fix contributed
+by Brian Bouterse.
+  * QPid: Adds support for "login_method" (Issue #502, Issue #499).
+Contributed by Brian Bouterse.
+  * QPid: Now reads SASL mechanism from broker string (Issue #498).
+Fix contributed by Brian Bouterse.
+  * QPid: Monitor thread now properly terminated on session close
+(Issue #485).  Fix contributed by Brian Bouterse.
+  * QPid: Fixed file descriptor leak (Issue #476).  Fix contributed by
+Jeff Ortel
+  * Docs: Fixed wrong order for entrypoint arguments (Issue #473).
+  * ConsumerMixin: Connection error logs now include traceback (Issue
+#480).
+  * BaseTransport now raises RecoverableConnectionError when
+disconnected (Issue #507).
+  * Consumer: Adds "tag_prefix" option to modify how consumer tags are
+generated (Issue #509).
+
+---

Old:

  kombu-3.0.26.tar.gz

New:

  kombu-3.0.28.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.4UTVH6/_old  2015-10-20 00:06:54.0 +0200
+++ /var/tmp/diff_new_pack.4UTVH6/_new  2015-10-20 00:06:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-kombu
-Version:3.0.26
+Version:3.0.28
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.26.tar.gz -> kombu-3.0.28.tar.gz ++
 2118 lines of diff (skipped)




commit python3-kombu for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2015-04-25 21:50:53

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is python3-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2015-01-23 15:46:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2015-04-25 21:50:54.0 +0200
@@ -1,0 +2,38 @@
+Sat Apr 25 18:07:30 UTC 2015 - a...@gmx.de
+
+- update to version 3.0.26:
+  * Fixed compatibility with py-redis versions before 2.10.3 (Issue
+#470).
+
+- changes from version 3.0.25:
+  * pyamqp/librabbitmq now uses 5671 as default port when SSL is
+enabled (Issue #459).
+  * Redis: Now supports passwords in redis+socket://:pass@host:port
+URLs (Issue #460).
+  * Producer.publish now defines the expiration property in
+support of the `RabbitMQ per-message TTL extension`_.  Contributed
+by Anastasis Andronidis.
+  * Connection transport attribute now set correctly for all
+transports.  Contributed by Alex Koshelev.
+  * qpid: Fixed bug where the connectionw as not being closed
+properly.  Contributed by Brian Bouterse.
+  * :class:`~kombu.entity.bindings` is now JSON serializable (Issue
+#453).  Contributed by Sergey Tikhonov.
+  * Fixed typo in error when yaml is not installed (said msgpack).
+Contributed by Joshua Harlow.
+  * Redis: Now properly handles TimeoutError raised by py-redis.
+Contributed by markow.
+  * qpid: Adds additional string to check for when connecting to qpid.
+When we connect to qpid, we need to ensure that we skip to the
+next SASL mechanism if the current mechanism fails. Otherwise, we
+will keep retrying the connection with a non-working mech.
+Contributed by Chris Duryee.
+  * qpid: Handle NotFound exceptions.  Contributed by Brian
+Bouterse.
+  * :class:`Queue.__repr__` now makes sure return value is not unicode
+(Issue #440).
+  * qpid: Queue.purge incorrectly raised :exc:`AttributeErrror` if
+the does not exist (Issue #439).  Contributed by Brian Bouterse.
+  * Linux: Now ignores permission errors on epoll unregister.
+
+---

Old:

  kombu-3.0.24.tar.gz

New:

  kombu-3.0.26.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.ZYwq9G/_old  2015-04-25 21:50:55.0 +0200
+++ /var/tmp/diff_new_pack.ZYwq9G/_new  2015-04-25 21:50:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-kombu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python3-kombu
-Version:3.0.24
+Version:3.0.26
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.24.tar.gz - kombu-3.0.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.24/AUTHORS new/kombu-3.0.26/AUTHORS
--- old/kombu-3.0.24/AUTHORS2014-11-18 00:57:06.0 +0100
+++ new/kombu-3.0.26/AUTHORS2015-04-22 14:25:31.0 +0200
@@ -8,6 +8,7 @@
 Adam Wentz
 Alex Koshelev daeva...@gmail.com
 Alexandre Bourget alexandre.bour...@savoirfairelinux.com
+Anastasis Andronidis anastasi...@yahoo.gr
 Andrew Watts
 Andrey Antukh n...@niwi.be
 Andrii Kostenko and...@kostenko.name
@@ -100,6 +101,7 @@
 Sean Bleier seble...@gmail.com
 Sean Creeley sean.cree...@gmail.com
 Seb Insua sebastian.in...@saffrondigital.com
+Sergey Tikhonov zimb...@gmail.com
 Shane Caraveo sh...@caraveo.com
 Steeve Morin steeve.mo...@gmail.com
 Stefan Eletzhofer s...@nexiles.de
@@ -120,3 +122,4 @@
 Zhao Xiaohong mrlua...@gmail.com
 haridsv
 iSlava sig.c...@gmail.com
+markow mar...@red-sky.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.24/Changelog new/kombu-3.0.26/Changelog
--- old/kombu-3.0.24/Changelog  2014-11-18 00:57:06.0 +0100
+++ new/kombu-3.0.26/Changelog  2015-04-22 20:12:33.0 +0200
@@ -4,6 +4,77 @@
  Change history
 
 
+.. _version-3.0.26
+
+3.0.26
+==
+:release-date: 2015-04-22 06:00 P.M UTC
+:release-by: Ask Solem
+
+- Fixed compatibility with py-redis versions before 2.10.3 (Issue #470).
+
+.. _version-3.0.25:
+
+3.0.25
+==
+:release-date: 2015-04-21 02:00 P.M UTC
+:release-by: Ask Solem
+
+- 

commit python3-kombu for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2015-01-23 15:46:39

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is python3-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2015-01-10 23:05:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2015-01-23 15:46:41.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 10  00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * remove ifs for opensuse version =1220
+
+---



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.GHKh3M/_old  2015-01-23 15:46:42.0 +0100
+++ /var/tmp/diff_new_pack.GHKh3M/_new  2015-01-23 15:46:42.0 +0100
@@ -24,9 +24,6 @@
 Group:  Development/Languages/Python
 Url:http://github.com/celery/kombu/
 Source: 
http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
-%if 0%{?suse_version} == 1220
-BuildRequires:  python3
-%endif
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 # Test requirements:
@@ -72,11 +69,8 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%if 0%{?suse_version}  1220
-
 %check
 #python3 setup.py test
-%endif
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-kombu for openSUSE:Factory

2015-01-10 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2015-01-10 23:05:27

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is python3-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2014-07-10 08:17:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2015-01-10 23:05:29.0 +0100
@@ -1,0 +2,54 @@
+Sat Jan 10 00:34:30 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * update url
+
+- update to version 3.0.24:
+  * The 'Qpid http://qpid.apache.org/' broker is supported for
+Python 2.x environments. The Qpid transport includes full SSL
+support within Kombu. See the 'kombu.transport.qpid' docs for more
+info.  Contributed by Brian Bouterse and Chris Duryee through
+support from Red Hat.
+  * Dependencies: extra[librabbitmq] now requires librabbitmq 1.6.0
+  * Docstrings for '~kombu.utils.limit.TokenBucket' did not match
+implementation.  Fix contributed by Jesse Dhillon.
+  * '~kombu.common.oid_from' accidentally called uuid.getnode() but
+did not use the return value.  Fix contributed by Alexander
+Todorov.
+  * Redis: Now ignores errors when cosing the underlying connection.
+  * Redis: Restoring messages will now use a single connection.
+  * kombu.five.monotonic: Can now be imported even if ctypes is not
+available for some reason (e.g. App Engine)
+  * Documentation: Improved example to use the declare argument to
+Producer (Issue #423).
+  * Django: Fixed app_label for older Django versions ( 1.7).
+(Issue #414).
+
+- changes from version 3.0.23:
+  * Django: Fixed bug in the Django 1.7 compatibility improvements
+related to autocommit handling.  Contributed by Radek Czajka.
+  * Django: The Django transport models would not be created on syncdb
+after app label rename (Issue #406).
+
+- changes from version 3.0.22:
+  * kombu.async: Min. delay between waiting for timer was always
+increased to one second.
+  * Fixed bug in itermessages where message is received after the with
+statement exits the block.  Fixed by Rumyana Neykova
+  * Connection.autoretry: Now works with functions missing wrapped
+attributes (__module__, __name__, __doc__). Fixes #392.
+Contributed by johtso.
+  * Django: Now sets custom app label for kombu.transport.django to
+work with recent changes in Django 1.7.
+  * SimpleQueue removed messages from the wrong end of buffer (Issue
+#380).
+  * Tests: Now using unittest.mock if available (Issue #381).
+
+- changes from version 3.0.21:
+  * Fixed remaining bug in maybe_declare for auto_delete
+exchanges.  Fix contributed by Roger Hu.
+  * MongoDB: Creating a channel now properly evaluates a connection
+(Issue #363).  Fix contributed by Len Buckens.
+
+---

Old:

  kombu-3.0.20.tar.gz

New:

  kombu-3.0.24.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.0HpFEb/_old  2015-01-10 23:05:29.0 +0100
+++ /var/tmp/diff_new_pack.0HpFEb/_new  2015-01-10 23:05:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-kombu
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,12 +17,12 @@
 
 
 Name:   python3-kombu
-Version:3.0.20
+Version:3.0.24
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/ask/kombu/
+Url:http://github.com/celery/kombu/
 Source: 
http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
 %if 0%{?suse_version} == 1220
 BuildRequires:  python3

++ kombu-3.0.20.tar.gz - kombu-3.0.24.tar.gz ++
 4945 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-kombu for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2014-07-10 08:16:50

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is python3-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2013-10-24 14:11:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2014-07-10 08:17:12.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun 25 11:48:37 UTC 2014 - i...@marguerite.su
+
+- update version 3.0.20
+  * Reverts change in 3.0.17 where ``maybe_declare`` caches
+the declaration of auto_delete queues and exchanges.
+  * Redis: Fixed race condition when using gevent and the 
+channel is closed.
+- temporary disable checks. needed more packages update
+
+---

Old:

  kombu-2.5.14.tar.gz

New:

  kombu-3.0.20.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.lZpt5L/_old  2014-07-10 08:17:13.0 +0200
+++ /var/tmp/diff_new_pack.lZpt5L/_new  2014-07-10 08:17:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-kombu
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,30 +17,26 @@
 
 
 Name:   python3-kombu
-Version:2.5.14
+Version:3.0.20
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/ask/kombu/
 Source: 
http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
-BuildRequires:  python3-devel
 %if 0%{?suse_version} == 1220
 BuildRequires:  python3
-#BuildRequires:  python3-2to3
 %endif
+BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 # Test requirements:
 BuildRequires:  python3-PyYAML
 BuildRequires:  python3-amqp = 1.0.13
 BuildRequires:  python3-amqplib
 BuildRequires:  python3-anyjson = 0.3.3
-#BuildRequires:  python3-boto
-#BuildRequires:  python3-couchdb
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose-cover3
 BuildRequires:  python3-pymongo
-#BuildRequires:  python3-redis
 BuildRequires:  python3-unittest2 = 0.5.0
 Requires:   python3-amqp = 1.0.13
 Requires:   python3-anyjson = 0.3.3
@@ -66,10 +62,8 @@
 %setup -q -n kombu-%{version}
 # For rpmlint warning: remove shebang from python library:
 sed -i '/^#!/d' ./kombu/tests/test_serialization.py
-# NOTE(saschpe): We have a newer python-amqp, but this shouldn't be an issue:
-sed -i -e s|amqp=1.0.13,1.1.0|amqp=1.0.13| requirements/default.txt 
kombu.egg-info/requires.txt
 # TODO(saschpe): Stop dropping this test once upstream finalized Py3K support:
-rm kombu/tests/transport/test_filesystem.py 
kombu/tests/utilities/test_encoding.py
+rm kombu/tests/transport/test_filesystem.py kombu/tests/utils/test_encoding.py
 2to3 -wvn .
 
 %build
@@ -79,13 +73,15 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %if 0%{?suse_version}  1220
+
 %check
-python3 setup.py test
+#python3 setup.py test
 %endif
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS Changelog FAQ README THANKS TODO LICENSE
-%{python3_sitelib}/*
+%doc AUTHORS Changelog FAQ README.rst THANKS TODO LICENSE
+%{python3_sitelib}/kombu
+%{python3_sitelib}/kombu-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++ kombu-2.5.14.tar.gz - kombu-3.0.20.tar.gz ++
 20319 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-kombu for openSUSE:Factory

2013-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2013-10-24 14:11:58

Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
 and  /work/SRC/openSUSE:Factory/.python3-kombu.new (New)


Package is python3-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2013-09-26 14:47:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2013-10-24 14:11:59.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 23 09:13:09 UTC 2013 - toddrme2...@gmail.com
+
+- Disable non-working tests on openSUSE 12.2
+
+---



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.mdRg2p/_old  2013-10-24 14:11:59.0 +0200
+++ /var/tmp/diff_new_pack.mdRg2p/_new  2013-10-24 14:11:59.0 +0200
@@ -78,8 +78,10 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if 0%{?suse_version}  1220
 %check
 python3 setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org