update to new version

This commit is contained in:
Thomas Spura 2011-03-23 19:10:28 +01:00
parent b9823d17c7
commit bc2b5f7054
3 changed files with 20 additions and 15 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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} \
%{__python} setup.py test
rm -r %{buildroot}%{python_sitearch}/zmq/tests
%if 0%{?with_python3}
# there is no python3-nose yet
pushd %{py3dir}
%if 0%{?run_tests}
rm zmq/__*
PYTHONPATH=%{buildroot}%{python_sitearch} \
%{__python} setup.py test
rm -r %{buildroot}%{python_sitearch}/zmq/tests
%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 <tomspur@fedoraproject.org> - 2.1.1-1
- update to new version (#682201)
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
472f43b8a409aabe093e204c9abea7a8 pyzmq-2.0.10.1.tar.gz
f1d52b8bdf1f5f1e34b2c545da87a1e0 pyzmq-2.1.1.tar.gz