Update to 18.0.1. Fixes bug #1601128
This commit is contained in:
parent
652bfda805
commit
08942759f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/pyzmq-16.0.1.tar.gz
|
||||
/pyzmq-16.0.2.tar.gz
|
||||
/pyzmq-17.0.0.tar.gz
|
||||
/pyzmq-18.0.1.tar.gz
|
||||
|
@ -11,8 +11,8 @@
|
||||
%global run_tests 0
|
||||
|
||||
Name: python-zmq
|
||||
Version: 17.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 18.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Software library for fast, message-based applications
|
||||
|
||||
License: LGPLv3+ and ASL 2.0 and BSD
|
||||
@ -220,6 +220,9 @@ pathfix.py -pn -i %{__python2} %{buildroot}%{python2_sitearch}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2019 Kevin Fenzi <kevin@scrye.com> - 18.0.1-1
|
||||
- Update to 18.0.1. Fixes bug #1601128
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 17.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyzmq-17.0.0.tar.gz) = 7ee6dfd33f115a2a239fbaebd506bb81f5d98b7d87543f27535bc4d85291f072caa31c32d268508e1ba81d64da9d7c4e77ab9788dba816acda4305e4d0e013b2
|
||||
SHA512 (pyzmq-18.0.1.tar.gz) = 55449e910c52057b624ea6288ec5c2e47013fd0abfbdeb7ceb360b2b3bc5081ca88e834ddd575d1aa995c20d7dc7b7d913e1a3deaecc34cda252ba27acd41bc8
|
||||
|
Loading…
Reference in New Issue
Block a user