From 13685e99de6b1a513d9980813965e1ad709c2f92e7b5c62ebd4f4e207943c037 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 14 Mar 2012 13:26:56 +0000 Subject: [PATCH 1/7] - License tag fixed to BSD-3-Clause. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=30 --- kombu-2.1.1.tar.bz2 | 3 +++ kombu-2.1.1.tar.gz | 3 --- python-kombu.changes | 5 +++++ python-kombu.spec | 11 +++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 kombu-2.1.1.tar.bz2 delete mode 100644 kombu-2.1.1.tar.gz diff --git a/kombu-2.1.1.tar.bz2 b/kombu-2.1.1.tar.bz2 new file mode 100644 index 0000000..c79b15a --- /dev/null +++ b/kombu-2.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd6c0cc97c5a1956f399263bfbbe007094e85c68bb59090742ff5e859d4b308 +size 243987 diff --git a/kombu-2.1.1.tar.gz b/kombu-2.1.1.tar.gz deleted file mode 100644 index 1eb0e5d..0000000 --- a/kombu-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06adac6f2b330b8abe92fa04a44190c0e23b2c3635545afa2b33d7a31d51383c -size 268274 diff --git a/python-kombu.changes b/python-kombu.changes index f3bfc6a..9380c4f 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 14 13:26:04 UTC 2012 - alexandre@exatati.com.br + +- Do not touch files without a submitrequest. + ------------------------------------------------------------------- Sat Mar 10 17:49:39 UTC 2012 - saschpe@gmx.de diff --git a/python-kombu.spec b/python-kombu.spec index 6b30296..1dadc1f 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kombu Version: 2.1.1 @@ -23,7 +25,7 @@ License: BSD-2-Clause Summary: AMQP Messaging Framework for Python Url: http://github.com/ask/kombu/ Group: Development/Languages/Python -Source: kombu-%{version}.tar.gz +Source: kombu-%{version}.tar.bz2 BuildRequires: python-amqplib BuildRequires: python-anyjson BuildRequires: python-devel @@ -36,11 +38,12 @@ Requires: rabbitmq-server Suggests: couchdb Suggests: mongodb BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else +%if 0%{?suse_version} +%py_requires +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif +%endif %description An AMQP messaging framework for Python. From 74c87c3c52720b61d3346fc90439380ebe14f51a0f18bdb807b4d19de3207047 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 14 Mar 2012 14:00:19 +0000 Subject: [PATCH 2/7] - Add BuildRequires python-unittest2 to fix SLE builds. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=31 --- python-kombu.changes | 5 +++++ python-kombu.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-kombu.changes b/python-kombu.changes index 9380c4f..8ec239a 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 14 13:45:07 UTC 2012 - alexandre@exatati.com.br + +- Add BuildRequires python-unittest2 to fix SLE builds. + ------------------------------------------------------------------- Wed Mar 14 13:26:04 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 1dadc1f..b79cad5 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -32,6 +32,7 @@ BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-mock BuildRequires: python-nose-cover3 +BuildRequires: python-unittest2 Requires: python-amqplib Requires: python-anyjson Requires: rabbitmq-server From c4537bdb56059e73a147420a9c4628ad9b8bc86da522b67381d684566aa2f1df Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 20 Mar 2012 17:45:33 +0000 Subject: [PATCH 3/7] - Update to 2.1.3: * Fixes Jython compatibility issues. * Fixes Python 2.5 compatibility issues. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=32 --- kombu-2.1.1.tar.bz2 | 3 --- kombu-2.1.2.tar.bz2 | 3 +++ python-kombu.changes | 7 +++++++ python-kombu.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.1.1.tar.bz2 create mode 100644 kombu-2.1.2.tar.bz2 diff --git a/kombu-2.1.1.tar.bz2 b/kombu-2.1.1.tar.bz2 deleted file mode 100644 index c79b15a..0000000 --- a/kombu-2.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cd6c0cc97c5a1956f399263bfbbe007094e85c68bb59090742ff5e859d4b308 -size 243987 diff --git a/kombu-2.1.2.tar.bz2 b/kombu-2.1.2.tar.bz2 new file mode 100644 index 0000000..ed30672 --- /dev/null +++ b/kombu-2.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ddff0c120006d9e0113e1c0241d87ea86b6c0067ac04a8dfefa0b320924d6d +size 244273 diff --git a/python-kombu.changes b/python-kombu.changes index 8ec239a..80f9285 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 20 17:42:53 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.3: + * Fixes Jython compatibility issues. + * Fixes Python 2.5 compatibility issues. + ------------------------------------------------------------------- Wed Mar 14 13:45:07 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index b79cad5..20569c9 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kombu -Version: 2.1.1 +Version: 2.1.2 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python From 3fcdb03b62c1567b52d73a29d01436d9d44ac5d8b3418e646095bc4c13e748b2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 26 Mar 2012 16:28:05 +0000 Subject: [PATCH 4/7] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=33 --- python-kombu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-kombu.spec b/python-kombu.spec index 20569c9..f814eb5 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -35,7 +35,7 @@ BuildRequires: python-nose-cover3 BuildRequires: python-unittest2 Requires: python-amqplib Requires: python-anyjson -Requires: rabbitmq-server +Recommends: rabbitmq-server Suggests: couchdb Suggests: mongodb BuildRoot: %{_tmppath}/%{name}-%{version}-build From 17271b8000b75d925a71134578f0f88c7edad99199de78cc913674d673998050 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 27 Mar 2012 08:40:08 +0000 Subject: [PATCH 5/7] - Change rabbitmq-server recommends to suggests, OpenStack doesn't like that - Simplified macro usage - Use upstream tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=34 --- kombu-2.1.2.tar.bz2 | 3 --- kombu-2.1.2.tar.gz | 3 +++ python-kombu.changes | 7 +++++++ python-kombu.spec | 16 ++++++---------- 4 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 kombu-2.1.2.tar.bz2 create mode 100644 kombu-2.1.2.tar.gz diff --git a/kombu-2.1.2.tar.bz2 b/kombu-2.1.2.tar.bz2 deleted file mode 100644 index ed30672..0000000 --- a/kombu-2.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00ddff0c120006d9e0113e1c0241d87ea86b6c0067ac04a8dfefa0b320924d6d -size 244273 diff --git a/kombu-2.1.2.tar.gz b/kombu-2.1.2.tar.gz new file mode 100644 index 0000000..83254a9 --- /dev/null +++ b/kombu-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d14608c5ee16af8015abc0365c8ebdc47432ec1b34b8939f56dcb5d98918e74 +size 268769 diff --git a/python-kombu.changes b/python-kombu.changes index 80f9285..b315c10 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 27 08:35:53 UTC 2012 - saschpe@suse.de + +- Change rabbitmq-server recommends to suggests, OpenStack doesn't like that +- Simplified macro usage +- Use upstream tarball + ------------------------------------------------------------------- Tue Mar 20 17:42:53 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index f814eb5..ba0a261 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -11,13 +11,10 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - Name: python-kombu Version: 2.1.2 Release: 0 @@ -25,7 +22,7 @@ License: BSD-2-Clause Summary: AMQP Messaging Framework for Python Url: http://github.com/ask/kombu/ Group: Development/Languages/Python -Source: kombu-%{version}.tar.bz2 +Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz BuildRequires: python-amqplib BuildRequires: python-anyjson BuildRequires: python-devel @@ -35,16 +32,15 @@ BuildRequires: python-nose-cover3 BuildRequires: python-unittest2 Requires: python-amqplib Requires: python-anyjson -Recommends: rabbitmq-server Suggests: couchdb Suggests: mongodb +Suggests: rabbitmq-server BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else BuildArch: noarch %endif -%endif %description An AMQP messaging framework for Python. From a30ab228f7c529489d08a7d0c7cae1762e624706fcb29d5a4b2ccbbf254e7759 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 10 Apr 2012 16:20:15 +0000 Subject: [PATCH 6/7] - Update to 2.1.4: * MongoDB: URL parsing are now delegated to the pymongo library (Fixes Issue #103 and Issue #87). Fix contributed by Flavio Percoco Premoli and James Sullivan * SQS: A bug caused SimpleDB to be used even if sdb persistence was not enabled (Issue #108). Fix contributed by Anand Kumria. * Django: Transaction was committed in the wrong place, causing data cleanup to fail (Issue #115). Fix contributed by Daisuke Fujiwara. * MongoDB: Now supports replica set URLs. Contributed by Flavio Percoco Premoli. * Redis: Now raises a channel error if a queue key that is currently being consumed from disappears. Fix contributed by Stephan Jaekel. * All transport 'channel_errors' lists now includes kombu.exception.StdChannelError. * All kombu exceptions now inherit from a common kombu.exceptions.KombuError. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=35 --- kombu-2.1.2.tar.gz | 3 --- kombu-2.1.4.tar.bz2 | 3 +++ python-kombu.changes | 23 +++++++++++++++++++++++ python-kombu.spec | 6 +++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 kombu-2.1.2.tar.gz create mode 100644 kombu-2.1.4.tar.bz2 diff --git a/kombu-2.1.2.tar.gz b/kombu-2.1.2.tar.gz deleted file mode 100644 index 83254a9..0000000 --- a/kombu-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d14608c5ee16af8015abc0365c8ebdc47432ec1b34b8939f56dcb5d98918e74 -size 268769 diff --git a/kombu-2.1.4.tar.bz2 b/kombu-2.1.4.tar.bz2 new file mode 100644 index 0000000..c6ceb21 --- /dev/null +++ b/kombu-2.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5577f220757749a2b39da26170edfa32d6f3c3481e73ecc109215e83afb135 +size 245408 diff --git a/python-kombu.changes b/python-kombu.changes index b315c10..be2b026 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Apr 3 16:49:46 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.4: + * MongoDB: URL parsing are now delegated to the pymongo library + (Fixes Issue #103 and Issue #87). + Fix contributed by Flavio Percoco Premoli and James Sullivan + * SQS: A bug caused SimpleDB to be used even if sdb persistence + was not enabled (Issue #108). + Fix contributed by Anand Kumria. + * Django: Transaction was committed in the wrong place, causing + data cleanup to fail (Issue #115). + Fix contributed by Daisuke Fujiwara. + * MongoDB: Now supports replica set URLs. + Contributed by Flavio Percoco Premoli. + * Redis: Now raises a channel error if a queue key that is currently + being consumed from disappears. + Fix contributed by Stephan Jaekel. + * All transport 'channel_errors' lists now includes + kombu.exception.StdChannelError. + * All kombu exceptions now inherit from a common + kombu.exceptions.KombuError. + ------------------------------------------------------------------- Tue Mar 27 08:35:53 UTC 2012 - saschpe@suse.de diff --git a/python-kombu.spec b/python-kombu.spec index ba0a261..fb752b1 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -11,18 +11,18 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-kombu -Version: 2.1.2 +Version: 2.1.4 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python Url: http://github.com/ask/kombu/ Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz +Source: kombu-%{version}.tar.bz2 BuildRequires: python-amqplib BuildRequires: python-anyjson BuildRequires: python-devel From 88c90dee03f0becd674cdfaceb670b02aa81e5a08e85f1265feefdddae685737 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 13 Apr 2012 17:39:47 +0000 Subject: [PATCH 7/7] - Update to 2.1.5: * The url parser removed more than the first leading slash (Issue #121). * SQLAlchemy: Can now specify url using + separator Example:: BrokerConnection("sqla+mysql://localhost/db") * Better support for anonymous queues (Issue #116). Contributed by Michael Barrett. * Connection.as_uri now quotes url parts (Issue #117). * Beanstalk: Can now set message TTR as a message property. Contributed by Andrii Kostenko OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=36 --- kombu-2.1.4.tar.bz2 | 3 --- kombu-2.1.5.tar.bz2 | 3 +++ python-kombu.changes | 14 ++++++++++++++ python-kombu.spec | 12 ++++++++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 kombu-2.1.4.tar.bz2 create mode 100644 kombu-2.1.5.tar.bz2 diff --git a/kombu-2.1.4.tar.bz2 b/kombu-2.1.4.tar.bz2 deleted file mode 100644 index c6ceb21..0000000 --- a/kombu-2.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a5577f220757749a2b39da26170edfa32d6f3c3481e73ecc109215e83afb135 -size 245408 diff --git a/kombu-2.1.5.tar.bz2 b/kombu-2.1.5.tar.bz2 new file mode 100644 index 0000000..ec0016a --- /dev/null +++ b/kombu-2.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db51eded72a2853e3d63518ac09c9df56907ebd9dec175f0f803270ea93d8e05 +size 245785 diff --git a/python-kombu.changes b/python-kombu.changes index be2b026..82b3231 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 13 17:37:56 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.5: + * The url parser removed more than the first leading slash (Issue #121). + * SQLAlchemy: Can now specify url using + separator + Example:: + BrokerConnection("sqla+mysql://localhost/db") + * Better support for anonymous queues (Issue #116). + Contributed by Michael Barrett. + * Connection.as_uri now quotes url parts (Issue #117). + * Beanstalk: Can now set message TTR as a message property. + Contributed by Andrii Kostenko + ------------------------------------------------------------------- Tue Apr 3 16:49:46 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index fb752b1..a3e3464 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -15,8 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + Name: python-kombu -Version: 2.1.4 +Version: 2.1.5 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python @@ -36,11 +39,12 @@ Suggests: couchdb Suggests: mongodb Suggests: rabbitmq-server BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else +%if 0%{?suse_version} +%py_requires +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif +%endif %description An AMQP messaging framework for Python.