From 5736d176148328e5a970848e0df718a9e1ece1616bd75f0060e8c72f678e9b00 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 1 Dec 2013 21:22:48 +0000
Subject: [PATCH] Accepting request 209063 from
home:appleonkel:branches:devel:languages:python
Update to 3.0.6
OBS-URL: https://build.opensuse.org/request/show/209063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=90
---
kombu-2.5.14.tar.gz | 3 ---
kombu-3.0.6.tar.gz | 3 +++
python-kombu.changes | 15 +++++++++++++++
python-kombu.spec | 4 ++--
4 files changed, 20 insertions(+), 5 deletions(-)
delete mode 100644 kombu-2.5.14.tar.gz
create mode 100644 kombu-3.0.6.tar.gz
diff --git a/kombu-2.5.14.tar.gz b/kombu-2.5.14.tar.gz
deleted file mode 100644
index 552042d..0000000
--- a/kombu-2.5.14.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2a480d8d676f584f6b7a399514f5effa96ced2ce7b37ff975f2c8d16e154e5b4
-size 307139
diff --git a/kombu-3.0.6.tar.gz b/kombu-3.0.6.tar.gz
new file mode 100644
index 0000000..bbf9d75
--- /dev/null
+++ b/kombu-3.0.6.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:325ebedb769c1ce3fbc92c563b88ef5e18dc64c308fc42b954258491719b4a0d
+size 330477
diff --git a/python-kombu.changes b/python-kombu.changes
index 6a5baad..d0fa527 100644
--- a/python-kombu.changes
+++ b/python-kombu.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Sun Dec 1 15:55:53 UTC 2013 - oliver.bengs@opensuse.org
+
+- update to 3.0.6:
+ * Timer: No longer attempts to hash keyword arguments
+ * Async: Did not account for the long type for file descriptors
+ * Redis: Bad pub/sub payloads no longer crashes the consumer.
+ * Redis: Unix socket URLs can now specify a virtual host by including it as a query parameter.
+ * Now depends on amqp 3.0.3.
+ * Redis: Fixed Python 3 compatibility problem
+ * MongoDB: Fixed problem with URL parsing when authentication used
+ * pyamqp: Fixed small issue when publishing the message and the property dictionary was set to None.
+ * Fixed problem in repr(LaxBoundedSemaphore)
+ * Tests now passing on Python 3.3.
+
-------------------------------------------------------------------
Mon Sep 16 14:32:40 UTC 2013 - speilicke@suse.com
diff --git a/python-kombu.spec b/python-kombu.spec
index 30d2a59..7d670f7 100644
--- a/python-kombu.spec
+++ b/python-kombu.spec
@@ -17,7 +17,7 @@
Name: python-kombu
-Version: 2.5.14
+Version: 3.0.6
Release: 0
Summary: AMQP Messaging Framework for Python
License: BSD-3-Clause
@@ -88,7 +88,7 @@ python setup.py test
%files
%defattr(-,root,root,-)
-%doc AUTHORS Changelog FAQ README THANKS TODO LICENSE
+%doc AUTHORS Changelog FAQ README.rst THANKS TODO LICENSE
%{python_sitelib}/*
%changelog