From 93736a7a37c21eb30a062485e74e7957cd2da3a7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 02 2021 08:39:58 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/python-py.spec b/python-py.spec index a8cbdd1..2975204 100644 --- a/python-py.spec +++ b/python-py.spec @@ -1,3 +1,5 @@ +%global _without_docs 1 +%global _without_tests 1 # we have a circular (build) dependency with the (new) pytest package # when generating the docs or running the testsuite %bcond_without docs @@ -16,7 +18,7 @@ Name: python-%{srcname} Version: 1.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT and Public Domain # main package: MIT, except: doc/style.css: Public Domain @@ -116,6 +118,9 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing %changelog +* Wed Jun 02 2021 Python Maint - 1.10.0-3 +- Bootstrap for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild