From 3b81be014544de695c01ab0e9a89e8dd6dbdb3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:10:02 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-netaddr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-netaddr.spec b/python-netaddr.spec index ffb6ce0..47dbbf6 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -4,7 +4,7 @@ Name: python-netaddr Version: 0.7.19 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A pure Python network address representation and manipulation library License: BSD @@ -131,6 +131,9 @@ LANG=en_US.UTF-8 py.test-%{python3_version} %endif %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.7.19-9 +- Rebuilt for Python 3.7 + * Thu Feb 22 2018 Iryna Shcherbina - 0.7.19-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)