#2 Update to 17.0.0 (#1538381), fix shebangs
Merged 5 years ago by jcline. Opened 5 years ago by churchyard.
rpms/ churchyard/python-zmq 17  into  master

file modified
+1
@@ -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

file modified
+13 -4
@@ -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:        7%{?dist}

+ Version:        17.0.0

+ Release:        1%{?dist}

  Summary:        Software library for fast, message-based applications

  

  Group:          Development/Libraries
@@ -26,6 +26,7 @@ 

  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:  python2-setuptools
@@ -174,11 +175,15 @@ 

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

  

  

  %changelog

+ * Sat May 12 2018 Miro Hrončok <mhroncok@redhat.com> - 17.0.0-1

+ - Update to 17.0.0 (#1538381)

+ - Fix shebangs

+ 

  * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 16.0.2-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- 4cf14a2995742253b2b009541f4436f4  pyzmq-16.0.2.tar.gz

+ SHA512 (pyzmq-17.0.0.tar.gz) = 7ee6dfd33f115a2a239fbaebd506bb81f5d98b7d87543f27535bc4d85291f072caa31c32d268508e1ba81d64da9d7c4e77ab9788dba816acda4305e4d0e013b2

no initial comment

Note that I accidentally built python-notebook that depends on this (in rawhide). I would rather not revert it and do epoch and all that madness, so I'd like to get this merged and built soon.

Regardless the major version number bump, this seems backward compatible from the changelog:

https://pyzmq.readthedocs.io/en/latest/changelog.html#id1

Pull-Request has been merged by jcline

5 years ago

Looks good, I've built it for Rawhide. Did you want stable Fedora releases to get an update? It does look to be backwards compatible.

I was pushing notebook to f28 and unpushed it. I can do a paired bodhi update to f28 if agreed upon.

I've filed updates for F28 and F27 so you should be all set. I don't expect they'll get the required karma, so assuming they don't cause problems I'll push them next week.