From 06d906a3af323485f3ef232df0d2a4790bb97ac4 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Dec 20 2022 20:13:36 +0000 Subject: No longer need to patch virtualenv version on F38+ --- diff --git a/hatch.spec b/hatch.spec index 8db4e59..e133c4b 100644 --- a/hatch.spec +++ b/hatch.spec @@ -78,28 +78,6 @@ Features: %prep %autosetup -n %{archivename} -# Loosen the minimum supported version of virtualenv. Upstream wants 20.16.2, -# but, as of this writing, Fedora hasn’t updated past 20.15.1 because the -# changes in subsequent releases would not had any effect on the RPM package: -# -# python-virtualenv-20.16.0 is available -# https://bugzilla.redhat.com/show_bug.cgi?id=2110822 -# “The new version has new versions of embedded wheels and no longer supports -# Python 2. Neither is a reason for the upgrade.” -# -# python-virtualenv-20.16.1 is available -# https://bugzilla.redhat.com/show_bug.cgi?id=2111286 -# “Features - 20.16.1↵Update Nushell activation scripts to version 0.67↵but -# we don't have nushell in Fedora.” -# -# python-virtualenv-20.16.2 is available -# https://bugzilla.redhat.com/show_bug.cgi?id=2111703 -# “The latest version updates only the embedded pip, nothing else.” -# -# python-virtualenv-20.16.3 is available -# https://bugzilla.redhat.com/show_bug.cgi?id=2115427 -# “Only embedded wheels have been updated.” -sed -r -i 's/(virtualenv>=20\.)(16\.2)/\115\.1/' pyproject.toml %generate_buildrequires