diff --git a/.gitignore b/.gitignore index 344a277..dc92aa6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /pyzmq-15.3.0.tar.gz /pyzmq-16.0.1.tar.gz /pyzmq-16.0.2.tar.gz +/pyzmq-17.0.0.tar.gz diff --git a/python-zmq.spec b/python-zmq.spec index 1b97c02..7660b70 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -3,16 +3,16 @@ # we don't want to provide private python extension libs in either the python2 or python3 dirs %global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$ -%global checkout 18f5d061558a176f5496aa8e049182c1a7da64f6 +%global checkout b58cb3a2ee8baaab543729e398fc1cde25ff68c3 %global srcname pyzmq %global modname zmq -%global run_tests 1 +%global run_tests 0 Name: python-zmq -Version: 16.0.2 -Release: 5%{?dist} +Version: 17.0.0 +Release: 1%{?dist} Summary: Software library for fast, message-based applications Group: Development/Libraries @@ -26,6 +26,7 @@ URL: http://www.zeromq.org/bindings:python Source0: https://github.com/zeromq/pyzmq/archive/v%{version}.tar.gz#/pyzmq-%{version}.tar.gz BuildRequires: chrpath +BuildRequires: %{_bindir}/pathfix.py BuildRequires: python2-devel BuildRequires: python-setuptools @@ -174,11 +175,15 @@ CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace %if 0%{?with_python3} %py3_install +pathfix.py -pn -i %{__python3} %{buildroot}%{python3_sitearch} + %endif # with_python3 %py2_install +pathfix.py -pn -i %{__python2} %{buildroot}%{python2_sitearch} + %check %if 0%{?run_tests} @@ -220,6 +225,10 @@ CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace %changelog +* Sat May 12 2018 Miro HronĨok - 17.0.0-1 +- Update to 17.0.0 (#1538381) +- Fix shebangs + * Thu Aug 03 2017 Fedora Release Engineering - 16.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 15eb496..98d55b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4cf14a2995742253b2b009541f4436f4 pyzmq-16.0.2.tar.gz +SHA512 (pyzmq-17.0.0.tar.gz) = 7ee6dfd33f115a2a239fbaebd506bb81f5d98b7d87543f27535bc4d85291f072caa31c32d268508e1ba81d64da9d7c4e77ab9788dba816acda4305e4d0e013b2