From bd39666522e55b8022fd6dea57ab6831f103bcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:29:39 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-schema.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-schema.spec b/python-schema.spec index 7b7ffff..d0ce463 100644 --- a/python-schema.spec +++ b/python-schema.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple data validation library License: MIT @@ -50,6 +50,9 @@ py.test-%{python3_version} -v %{python3_sitelib}/__pycache__/%{modname}.* %changelog +* Thu Oct 03 2019 Miro HronĨok - 0.7.0-2 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Tue Aug 20 2019 Pierre-Yves Chibon - 0.7.0-1 - Upgrade to 0.7.0 - Add missing BR to python-mock