From 2883e893e987864d9c85054c3b90839ea66738b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 17 Jun 2018 18:38:00 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-zmq.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zmq.spec b/python-zmq.spec index 24d3e42..340559e 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -12,7 +12,7 @@ Name: python-zmq Version: 17.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Software library for fast, message-based applications Group: Development/Libraries @@ -225,6 +225,9 @@ pathfix.py -pn -i %{__python2} %{buildroot}%{python2_sitearch} %changelog +* Sun Jun 17 2018 Miro Hrončok - 17.0.0-2 +- Rebuilt for Python 3.7 + * Sat May 12 2018 Miro Hrončok - 17.0.0-1 - Update to 17.0.0 (#1538381) - Fix shebangs