From 746b5e656903d7da2e499f7df183410c7de5e8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 20:38:15 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-pycparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pycparser.spec b/python-pycparser.spec index cf5faa0..7f5ecef 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -5,7 +5,7 @@ Name: python-pycparser Summary: C parser and AST generator written in Python Version: 2.14 -Release: 14%{?dist} +Release: 15%{?dist} License: BSD Group: System Environment/Libraries URL: http://github.com/eliben/pycparser @@ -113,6 +113,9 @@ popd %endif # with_python3 %changelog +* Fri Jun 15 2018 Miro HronĨok - 2.14-15 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 2.14-14 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)