[python-txamqp] upstream bug fix release 0.6.2

Dan Callaghan dcallagh at fedoraproject.org
Mon Mar 9 00:58:05 UTC 2015


commit 00b975f1b382922c44aa94ae87a1a142f8f9cef6
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Mon Mar 9 10:49:45 2015 +1000

    upstream bug fix release 0.6.2

 .gitignore         |  1 +
 python-txamqp.spec | 13 +++++++++----
 sources            |  3 +--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07dcee1..c1d93ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-txamqp_0.3.orig.tar.gz
 /txAMQP-0.6.1.tar.gz
+/txAMQP-0.6.2.tar.gz
diff --git a/python-txamqp.spec b/python-txamqp.spec
index a0c3748..17656e6 100644
--- a/python-txamqp.spec
+++ b/python-txamqp.spec
@@ -3,8 +3,8 @@
 %global upstream_name txamqp
 
 Name:           python-%{upstream_name}
-Version:        0.6.1
-Release:        4%{?dist}
+Version:        0.6.2
+Release:        1%{?dist}
 Summary:        A Python library for communicating with AMQP peers and brokers using Twisted
 
 Group:          Development/Languages
@@ -55,10 +55,9 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-# Request LICENSE in https://bugs.launchpad.net/txamqp/+bug/605699 (nextrelease)
+%doc LICENSE
 %dir %{python_sitelib}/%{upstream_name}
 %{python_sitelib}/%{upstream_name}/*.py*
-%{python_sitelib}/%{upstream_name}/test
 %dir %{python_sitelib}/%{upstream_name}/contrib
 %{python_sitelib}/%{upstream_name}/contrib/*.py*
 %{python_sitelib}/txAMQP-%{version}-*.egg-info
@@ -68,6 +67,12 @@ rm -rf %{buildroot}
 %{python_sitelib}/%{upstream_name}/contrib/thrift
 
 %changelog
+* Mon Mar 09 2015 Dan Callaghan <dcallagh at redhat.com> - 0.6.2-1
+- Fragment body if the content frame exceeds the negotiated max fram length.
+- Use AMQPLAIN by default.
+- Added method callback to catch channel_close errors.
+- Added MANIFEST.in file with LICENSE.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 171ba9f..ad8f766 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-984aa9c7195549c12a0aaae92b6fe503  python-txamqp_0.3.orig.tar.gz
-c082f994d00fca5f3664c80827bf2622  txAMQP-0.6.1.tar.gz
+8c3e9c42d60d06b088d91ed9ba159e13  txAMQP-0.6.2.tar.gz


More information about the scm-commits mailing list