Update to 18.1.0. Fixes bug #1742606

epel8
Kevin Fenzi 5 years ago
parent a8c4a41ea7
commit 2984d1f63d

1
.gitignore vendored

@ -19,3 +19,4 @@
/pyzmq-17.0.0.tar.gz
/pyzmq-18.0.1.tar.gz
/pyzmq-18.0.2.tar.gz
/pyzmq-18.1.0.tar.gz

@ -11,8 +11,8 @@
%global run_tests 0
Name: python-zmq
Version: 18.0.2
Release: 4%{?dist}
Version: 18.1.0
Release: 1%{?dist}
Summary: Software library for fast, message-based applications
License: LGPLv3+ and ASL 2.0 and BSD
@ -226,6 +226,9 @@ pathfix.py -pn -i %{__python2} %{buildroot}%{python2_sitearch}
%changelog
* Sun Oct 06 2019 Kevin Fenzi <kevin@scrye.com> - 18.1.0-1
- Update to 18.1.0. Fixes bug #1742606
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 18.0.2-4
- Rebuilt for Python 3.8.0rc1 (#1748018)

@ -1 +1 @@
SHA512 (pyzmq-18.0.2.tar.gz) = 6e16026242e5ccd646cc1020e619e4de2476dbd402c519744bf52753a00483c5bb1378795ee280a5186223be585f7157133266297ac3043c0c0af09cb8bda7ba
SHA512 (pyzmq-18.1.0.tar.gz) = 12e34a16f2833ade2a65a4b0751f94e9b8007a26c50d96084a11f11423cb3269c1e5bfe00ebe375f128c28410546406bc86b27b36f28a9ffc13d33d54c551cda

Loading…
Cancel
Save