From bc2b5f7054c17ff3123073a7f71a56a15efeffcc Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Mar 23 2011 18:10:28 +0000 Subject: update to new version --- diff --git a/.gitignore b/.gitignore index d997b47..10de3a6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /pyzmq-2.0.8.tar.gz /pyzmq-2.0.10.tar.gz /pyzmq-2.0.10.1.tar.gz +/pyzmq-2.1.1.tar.gz diff --git a/python-zmq.spec b/python-zmq.spec index c271374..8e17801 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -12,9 +12,11 @@ %global srcname pyzmq +%global run_tests 0 + Name: python-zmq -Version: 2.0.10.1 -Release: 2%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Software library for fast, message-based applications Group: Development/Libraries @@ -127,22 +129,21 @@ popd %check -rm zmq/__* -PYTHONPATH=%{buildroot}%{python_sitearch} \ +%if 0%{?run_tests} + rm zmq/__* + PYTHONPATH=%{buildroot}%{python_sitearch} \ %{__python} setup.py test -rm -r %{buildroot}%{python_sitearch}/zmq/tests + rm -r %{buildroot}%{python_sitearch}/zmq/tests -%if 0%{?with_python3} -# there is no python3-nose yet -pushd %{py3dir} + %if 0%{?with_python3} + # there is no python3-nose yet + pushd %{py3dir} rm zmq/__* - #pushd zmq - #PYTHONPATH=%{buildroot}%{python3_sitearch} nosetests - #popd #PYTHONPATH=%{buildroot}%{python3_sitearch} \ # %{__python3} setup.py test rm -r %{buildroot}%{python3_sitearch}/zmq/tests -popd + popd + %endif %endif @@ -164,6 +165,9 @@ popd %changelog +* Wed Mar 23 2011 Thomas Spura - 2.1.1-1 +- update to new version (#682201) + * Wed Feb 09 2011 Fedora Release Engineering - 2.0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index f76c02b..c41111e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -472f43b8a409aabe093e204c9abea7a8 pyzmq-2.0.10.1.tar.gz +f1d52b8bdf1f5f1e34b2c545da87a1e0 pyzmq-2.1.1.tar.gz