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

icheishvili icheishvili at fedoraproject.org
Sat Feb 19 22:29:00 UTC 2011


commit 94df7ac21b1c41397a3131ab631890bbd945067e
Author: Ilia Cheishvili <ilia.cheishvili at gmail.com>
Date:   Sat Feb 19 15:28:51 2011 -0700

    updated pika to version 0.9.3

 .gitignore       |    1 +
 python-pika.spec |   24 +++++++++++++-----------
 sources          |    1 +
 3 files changed, 15 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 ac40bef..b3a8401 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
-Release:        2%{?dist}
-Summary:        AMQP 0-8 and 0-9-1 client library for Python
+Version:        0.9.3
+Release:        1%{?dist}
+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
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b370f9d..d638819 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 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