From 7079acd1b2b074f627148bb0fc255381897f6aa3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 19:33:29 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-virtualenv.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 8ccde26..3c44180 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,7 +1,6 @@ -%global _without_tests 1 Name: python-virtualenv Version: 20.4.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -40,7 +39,7 @@ BuildRequires: python3-pytest BuildRequires: python3-pytest-mock BuildRequires: python3-pytest-randomly BuildRequires: python3-pytest-timeout -BuildRequires: xonsh +#BuildRequires: xonsh -- not ready for Python 3.10, optional test dependency %endif # RPM installed wheels @@ -151,6 +150,9 @@ rm -r tmp_path %changelog +* Fri Jun 04 2021 Python Maint - 20.4.7-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 20.4.7-2 - Bootstrap for Python 3.10