From 813a02b731a550e1b9926e8781a5449ee9128c23 Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Dec 22 2015 10:02:50 +0000 Subject: Upstream 3.0.32 (RHBZ#1289079) - Fix python3 guards - Bugfix for debug log flooding and redis transport --- diff --git a/.gitignore b/.gitignore index c421943..a246a14 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kombu-3.0.26.tar.gz /kombu-3.0.28.tar.gz /kombu-3.0.29.tar.gz +/kombu-3.0.32.tar.gz diff --git a/python-kombu.spec b/python-kombu.spec index ab48c5a..bd021b7 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -5,8 +5,8 @@ %global srcname kombu Name: python-%{srcname} -Version: 3.0.29 -Release: 5%{?dist} +Version: 3.0.32 +Release: 1%{?dist} Epoch: 1 Summary: An AMQP Messaging Framework for Python @@ -134,6 +134,11 @@ sed -i 's!/usr/bin/python$!/usr/bin/python3!' %{buildroot}/%{python3_sitelib}/ko %endif %changelog +* Tue Dec 22 2015 Haïkel Guémar - 1:3.0.32-1 +- Upstream 3.0.32 (RHBZ#1289079) +- Fix python3 guards +- Bugfix for debug log flooding and redis transport + * Wed Dec 02 2015 Matthias Runge - 1:3.0.29-5 - add requires: python3-anyjson - minor spec cleanup diff --git a/sources b/sources index 94523c8..bf0077b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -892bf89ee247c0d16d2bdd63f1ddf4c5 kombu-3.0.29.tar.gz +8819aa97abb09f5b27f29e35b8ecaeaf kombu-3.0.32.tar.gz