Update to 16.0.2. Fixes bug #1397615

This commit is contained in:
Kevin Fenzi 2016-11-23 13:21:19 -07:00
parent ff20d52e7e
commit 96adc70a4f
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/pyzmq-14.7.0.tar.gz
/pyzmq-15.3.0.tar.gz
/pyzmq-16.0.1.tar.gz
/pyzmq-16.0.2.tar.gz

View File

@ -11,7 +11,7 @@
%global run_tests 1
Name: python-zmq
Version: 16.0.1
Version: 16.0.2
Release: 1%{?dist}
Summary: Software library for fast, message-based applications
@ -220,6 +220,9 @@ CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace
%changelog
* Wed Nov 23 2016 Kevin Fenzi <kevin@scrye.com> - 16.0.2-1
- Update to 16.0.2. Fixes bug #1397615
* Sun Nov 13 2016 Thomas Spura <tomspur@fedoraproject.org> - 16.0.1-1
- update to 16.0.1
- build twice (for installing and testing in-place)

View File

@ -1 +1 @@
8c59659a347c10ad349e6d8cfa45be03 pyzmq-16.0.1.tar.gz
4cf14a2995742253b2b009541f4436f4 pyzmq-16.0.2.tar.gz