From 8ee1d9bc820ec58f60b5d57660bde7b9c52a68f0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 12:56:04 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-attrs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index a862fa1..f823f57 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global modname attrs %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -10,7 +11,7 @@ Name: python-attrs Version: 21.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -61,6 +62,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Wed Jun 02 2021 Python Maint - 21.2.0-2 +- Bootstrap for Python 3.10 + * Fri May 07 2021 Lumír Balhar - 21.2.0-1 - Update to 21.2.0 Resolves: rhbz#1957660