From 0ccf054adda89759834c641bbac15327ea52b112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:18:27 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-ruamel-yaml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index f2bafef..acf288a 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -6,7 +6,7 @@ Name: python-%{pname} Version: 0.13.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: YAML 1.2 loader/dumper package for Python License: MIT @@ -106,6 +106,9 @@ PYTHONPATH=$(echo build/lib.*%{python3_version}) py.test-%{python3_version} _tes %endif %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.13.14-4 +- Rebuilt for Python 3.7 + * Fri Feb 09 2018 Iryna Shcherbina - 0.13.14-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)