[python-kombu] update to 2.5.15

Matthias Runge mrunge at fedoraproject.org
Mon Oct 14 10:52:25 UTC 2013


commit b3d2736c759b83ec38ed1add059f57a2e0fd60ba
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Oct 14 12:52:02 2013 +0200

    update to 2.5.15

 .gitignore        |    1 +
 python-kombu.spec |   20 ++++++++++++--------
 sources           |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a44bb6e..505fd36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /kombu-2.5.12.tar.gz
 /kombu-2.5.13.tar.gz
 /kombu-2.5.14.tar.gz
+/kombu-2.5.15.tar.gz
diff --git a/python-kombu.spec b/python-kombu.spec
index e9804c1..d558905 100644
--- a/python-kombu.spec
+++ b/python-kombu.spec
@@ -7,7 +7,7 @@
 %global srcname kombu
 
 Name:           python-%{srcname}
-Version:        2.5.14
+Version:        2.5.15
 Release:        1%{?dist}
 Summary:        AMQP Messaging Framework for Python
 
@@ -113,14 +113,14 @@ popd
 #rm -f htmldocs/.buildinfo
 
 # sadly, tests don't succeed, yet
-#%%check
-#%%{__python} setup.py test
-#
-#%%if 0%%{?with_python3}
-#pushd %%{py3dir}
-#%%{__python3} setup.py test
+%check
+%{__python} setup.py test
+# tests with py3 are failing currently
+#%if 0%{?with_python3}
+#pushd %{py3dir}
+#%{__python3} setup.py test
 #popd
-#%%endif # with_python3
+#%endif # with_python3
 
 %files
 %doc AUTHORS Changelog FAQ LICENSE READ* THANKS TODO examples/
@@ -134,6 +134,10 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Oct 14 2013 Matthias Runge <mrunge at redhat.com> - 2.5.15-1
+- updated to 2.5.15 (rhbz#1016271)
+- enable checks for python2
+
 * Sun Aug 25 2013 Fabian Affolter <mail at fabian-affolter.ch> - 2.5.14-1
 - Updated to latest upstream version 2.5.14 (rhbz#1000696)
 
diff --git a/sources b/sources
index fd99104..7d0258c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72281e32ea18c644c840325c6ca1d0ce  kombu-2.5.14.tar.gz
+429127bb9c7d9e02cab6e57675bbc9b3  kombu-2.5.15.tar.gz


More information about the scm-commits mailing list