diff --git a/.gitignore b/.gitignore index 6f78d37..def8f9c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kombu-3.0.22.tar.gz /kombu-3.0.23.tar.gz /kombu-3.0.24.tar.gz +/kombu-3.0.26.tar.gz diff --git a/python-kombu.spec b/python-kombu.spec index efc15d9..a4c1792 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -7,10 +7,10 @@ %global srcname kombu Name: python-%{srcname} -Version: 3.0.24 +Version: 3.0.26 Release: 1%{?dist} Epoch: 1 -Summary: AMQP Messaging Framework for Python +Summary: An AMQP Messaging Framework for Python Group: Development/Languages # utils/functional.py contains a header that says Python @@ -136,6 +136,9 @@ chmod +x %{buildroot}/%{python3_sitelib}/kombu/tests/test_serialization.py %{python3_sitelib}/* %changelog +* Thu May 07 2015 Fabian Affolter - 1:3.0.26-1 +- Update to latest upstream version 3.0.26 (rhbz#1214720) + * Fri Nov 21 2014 Fabian Affolter - 1:3.0.24-1 - Update to latest upstream version 3.0.24 (rhbz#1166402) diff --git a/sources b/sources index 38e5c8c..a3afa79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37c8b5084ac83b8a6f5ff9f157cac0e9 kombu-3.0.24.tar.gz +dda05763cd4b72a131fe1ef9ba93d542 kombu-3.0.26.tar.gz