[python-zmq] update to 2.2.0.1 and move to BR zeromq3

tomspur tomspur at fedoraproject.org
Mon Oct 15 08:16:45 UTC 2012


commit 350aaceaa1118e63fb48e06174d2fff0eede4d2a
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Mon Oct 15 10:15:33 2012 +0200

    update to 2.2.0.1 and move to BR zeromq3
    
    Signed-off-by: Thomas Spura <thomas.spura at gmail.com>

 .gitignore      |    1 +
 python-zmq.spec |   11 ++++++++---
 sources         |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e833506..dd85626 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /pyzmq-2.1.9.tar.gz
 /pyzmq-2.1.11.tar.gz
 /pyzmq-2.2.0.tar.gz
+/pyzmq-2.2.0.1.tar.gz
diff --git a/python-zmq.spec b/python-zmq.spec
index 54c9ad0..2f60faa 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -18,8 +18,8 @@
 %global run_tests 1
 
 Name:           python-zmq
-Version:        2.2.0
-Release:        5%{?dist}
+Version:        2.2.0.1
+Release:        1%{?dist}
 Summary:        Software library for fast, message-based applications
 
 Group:          Development/Libraries
@@ -34,7 +34,7 @@ Source0:        http://cloud.github.com/downloads/zeromq/pyzmq/pyzmq-%{version}.
 
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-BuildRequires:  zeromq-devel
+BuildRequires:  zeromq3-devel
 BuildRequires:  python-nose
 BuildRequires:  Cython
 
@@ -134,6 +134,7 @@ rm -rf %{py3dir}
 cp -a . %{py3dir}
 find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
 rm -r %{py3dir}/examples
+2to3 --write --nobackups %{py3dir}/zmq/green
 
 %endif
 
@@ -213,6 +214,10 @@ popd
 
 
 %changelog
+* Thu Apr 26 2012 Thomas Spura <tomspur at fedoraproject.org> - 2.2.0.1-1
+- update to 2.2.0.1
+- move to BR zeromq3
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 2.2.0-5
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 
diff --git a/sources b/sources
index 7f3fa29..6664fa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-100b73973d6fb235b8da6adea403566e  pyzmq-2.2.0.tar.gz
+f2f80709e84c8ac72d6671eee645d804  pyzmq-2.2.0.1.tar.gz


More information about the scm-commits mailing list