diff --git a/.gitignore b/.gitignore index f898eea..51e174f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /pyzmq-13.0.2.tar.gz /pyzmq-14.3.1.tar.gz /pyzmq-14.4.1.tar.gz +/pyzmq-14.7.0.tar.gz diff --git a/python-zmq.spec b/python-zmq.spec index 430e300..087979b 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -18,8 +18,8 @@ %global run_tests 1 Name: python-zmq -Version: 14.4.1 -Release: 2%{?dist} +Version: 14.7.0 +Release: 1%{?dist} Summary: Software library for fast, message-based applications Group: Development/Libraries @@ -40,6 +40,9 @@ BuildRequires: zeromq-devel BuildRequires: python-nose BuildRequires: Cython +# For some tests +BuildRequires: czmq-devel + %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -118,7 +121,7 @@ rm -rf bundled # forcibly regenerate the Cython-generated .c files: #find zmq -name "*.c" -delete -#%{__python} setup.py cython +#%%{__python} setup.py cython # remove shebangs for lib in zmq/eventloop/*.py; do @@ -218,6 +221,9 @@ chrpath --delete %{buildroot}%{python_sitearch}%{RPATH}/*.so %changelog +* Tue Jun 23 2015 Thomas Spura - 14.7.0-1 +- update to 14.7.0 + * Thu Jun 18 2015 Fedora Release Engineering - 14.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 2e2e0d9..6c740c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6a7fb6950b1bf5333c6795f3edf196c pyzmq-14.4.1.tar.gz +87e3abb33af5794db5ae85c667bbf324 pyzmq-14.7.0.tar.gz