update to 14.7.0

epel8
Thomas Spura 10 years ago
parent 1a2809fd92
commit 3852705b8b

1
.gitignore vendored

@ -12,3 +12,4 @@
/pyzmq-13.0.2.tar.gz /pyzmq-13.0.2.tar.gz
/pyzmq-14.3.1.tar.gz /pyzmq-14.3.1.tar.gz
/pyzmq-14.4.1.tar.gz /pyzmq-14.4.1.tar.gz
/pyzmq-14.7.0.tar.gz

@ -18,8 +18,8 @@
%global run_tests 1 %global run_tests 1
Name: python-zmq Name: python-zmq
Version: 14.4.1 Version: 14.7.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Software library for fast, message-based applications Summary: Software library for fast, message-based applications
Group: Development/Libraries Group: Development/Libraries
@ -40,6 +40,9 @@ BuildRequires: zeromq-devel
BuildRequires: python-nose BuildRequires: python-nose
BuildRequires: Cython BuildRequires: Cython
# For some tests
BuildRequires: czmq-devel
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -118,7 +121,7 @@ rm -rf bundled
# forcibly regenerate the Cython-generated .c files: # forcibly regenerate the Cython-generated .c files:
#find zmq -name "*.c" -delete #find zmq -name "*.c" -delete
#%{__python} setup.py cython #%%{__python} setup.py cython
# remove shebangs # remove shebangs
for lib in zmq/eventloop/*.py; do for lib in zmq/eventloop/*.py; do
@ -218,6 +221,9 @@ chrpath --delete %{buildroot}%{python_sitearch}%{RPATH}/*.so
%changelog %changelog
* Tue Jun 23 2015 Thomas Spura <tomspur@fedoraproject.org> - 14.7.0-1
- update to 14.7.0
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.4.1-2 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
a6a7fb6950b1bf5333c6795f3edf196c pyzmq-14.4.1.tar.gz 87e3abb33af5794db5ae85c667bbf324 pyzmq-14.7.0.tar.gz

Loading…
Cancel
Save