From b3bf86a100a5aa0f0e346b2bf9c94bd054310d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:29:22 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- 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 657f147..2a415fd 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -5,7 +5,7 @@ Name: python-%{pname} Version: 0.16.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: YAML 1.2 loader/dumper package for Python License: MIT @@ -66,6 +66,9 @@ PYTHONPATH=$(echo build/lib) py.test-%{python3_version} _test/test_*.py %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu Oct 03 2019 Miro HronĨok - 0.16.5-3 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Fri Aug 30 2019 Chandan Kumar - 0.16.5-2 - Added ruamel-yaml-clib as Requires