Update to 14.4.1 and rebuild against zeromq-4

This commit is contained in:
Thomas Spura 2014-11-17 10:03:11 +01:00
parent 7a232ed262
commit a0ec17ee96
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/pyzmq-13.0.0.tar.gz
/pyzmq-13.0.2.tar.gz
/pyzmq-14.3.1.tar.gz
/pyzmq-14.4.1.tar.gz

View File

@ -18,7 +18,7 @@
%global run_tests 1
Name: python-zmq
Version: 14.3.1
Version: 14.4.1
Release: 1%{?dist}
Summary: Software library for fast, message-based applications
@ -36,7 +36,7 @@ BuildRequires: chrpath
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: zeromq3-devel
BuildRequires: zeromq-devel
BuildRequires: python-nose
BuildRequires: Cython
@ -48,6 +48,7 @@ BuildRequires: python-tools
BuildRequires: python3-nose
%endif
%description
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
@ -116,8 +117,8 @@ This package contains the testsuite for the python bindings.
rm -rf bundled
# forcibly regenerate the Cython-generated .c files:
find zmq -name "*.c" -delete
%{__python} setup.py cython
#find zmq -name "*.c" -delete
#%{__python} setup.py cython
# remove shebangs
for lib in zmq/eventloop/*.py; do
@ -140,7 +141,6 @@ cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
rm -r %{py3dir}/examples
2to3 --write --nobackups %{py3dir}/zmq/green
%endif
@ -218,6 +218,10 @@ chrpath --delete %{buildroot}%{python_sitearch}%{RPATH}/*.so
%changelog
* Mon Nov 17 2014 Thomas Spura <tomspur@fedoraproject.org> - 14.4.1-1
- update to 14.4.1
- build against zeromq-4
* Wed Aug 27 2014 Thomas Spura <tomspur@fedoraproject.org> - 14.3.1-1
- update to 14.3.1

View File

@ -1 +1 @@
7196b4a6fbf98022f17ffa924be3d68d pyzmq-14.3.1.tar.gz
a6a7fb6950b1bf5333c6795f3edf196c pyzmq-14.4.1.tar.gz