[python-pika/el6/master] updated pika to version 0.9.3

icheishvili icheishvili at fedoraproject.org
Sat Feb 19 22:38:51 UTC 2011


commit 64e5cfcb0938d8c6d72f6d7e8402c78d7ad5d587
Author: Ilia Cheishvili <ilia.cheishvili at gmail.com>
Date:   Sat Feb 19 15:38:54 2011 -0700

    updated pika to version 0.9.3

 .gitignore       |    1 +
 python-pika.spec |   22 ++++++++++++----------
 sources          |    2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c84f2a3..6d47bfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tonyg-pika-v0.5.2-0-gba01f9e.tar.gz
+/tonyg-pika-v0.9.3-0-gfaf4cc0.tar.gz
diff --git a/python-pika.spec b/python-pika.spec
index f0e8f1d..5462eb9 100644
--- a/python-pika.spec
+++ b/python-pika.spec
@@ -1,17 +1,18 @@
 %define short_name pika
 
 Name:           python-%{short_name}
-Version:        0.5.2
+Version:        0.9.3
 Release:        1%{?dist}
-Summary:        AMQP 0-8 and 0-9-1 client library for Python
+Summary:        AMQP 0-9-1 client library for Python
 
 Group:          Development/Libraries
 License:        MPLv1.1 or GPLv2
 URL:            http://github.com/tonyg/pika
-# The tarball comes from here: http://github.com/tonyg/pika/tarball/v0.5.2
+# The tarball comes from here:
+# http://github.com/tonyg/pika/tarball/v%{version}
 # GitHub has layers of redirection and renames that make this a troublesome
 # URL to include directly.
-Source0:        tonyg-%{short_name}-v%{version}-0-gba01f9e.tar.gz
+Source0:        tonyg-%{short_name}-v%{version}-0-gfaf4cc0.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -20,15 +21,13 @@ BuildRequires:  python-devel
 Requires:       python
 
 %description
-Pika is a pure-Python implementation of the AMQP 0-8 protocol (with an
-0-9-1 implementation on a separate git branch, for now) that tries to
-stay fairly independent of the underlying network support library. It
-also tries to stay neutral as to programming style, supporting (where
-possible) both synchronous and asynchronous approaches.
+Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that
+tries to stay fairly independent of the underlying network support
+library.
 
 
 %prep
-%setup -q -n tonyg-%{short_name}-d7e7565
+%setup -q -n tonyg-%{short_name}-faf4cc0
 
 
 %build
@@ -56,6 +55,9 @@ possible) both synchronous and asynchronous approaches.
 %doc examples
 
 %changelog
+* Sat Feb 19 2011 Ilia Cheishvili <ilia.cheishvili at gmail.com> - 0.9.3-1
+- Upgrade to version 0.9.3
+
 * Sat Oct 2 2010 Ilia Cheishvili <ilia.cheishvili at gmail.com> - 0.5.2-1
 - Initial Package
 
diff --git a/sources b/sources
index b370f9d..19dfd98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2facefcd730b09b507fc11912402672e  tonyg-pika-v0.5.2-0-gba01f9e.tar.gz
+2d30e663cc7b9c2a08801b198d10b1b3  tonyg-pika-v0.9.3-0-gfaf4cc0.tar.gz


More information about the scm-commits mailing list