From 0ba25274fc23d988cc5f52b9aeca288df0d87f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 17 Aug 2019 12:12:08 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-attrs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-attrs.spec b/python-attrs.spec index 30cf7aa..4e59f3a 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global modname attrs %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -11,7 +10,7 @@ Name: python-attrs Version: 19.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -93,6 +92,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Sat Aug 17 2019 Miro Hrončok - 19.1.0-4 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 19.1.0-3 - Bootstrap for Python 3.8