From 422623c052d2d8b030883e4d7a1e6a64702698a5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 00:24:50 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-virtualenv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index b764177..58f6d84 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,7 @@ +%global _without_tests 1 Name: python-virtualenv Version: 20.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -151,6 +152,9 @@ PIP_CERT=/etc/pki/tls/certs/ca-bundle.crt \ %{_bindir}/virtualenv %changelog +* Tue Jun 13 2023 Python Maint - 20.21.1-2 +- Bootstrap for Python 3.12 + * Fri Apr 28 2023 Miro HronĨok - 20.21.1-1 - Update to 20.21.1 - Backport from 20.23.0: Don't install setuptools and wheel to Python 3.12+ environments