|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: python-virtualenv
|
|
|
|
Name: python-virtualenv
|
|
|
|
Version: 20.13.3
|
|
|
|
Version: 20.13.3
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -33,6 +33,7 @@ BuildRequires: python3-towncrier
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with tests
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: fish
|
|
|
|
BuildRequires: fish
|
|
|
|
|
|
|
|
BuildRequires: tcsh
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: python3-flaky
|
|
|
|
BuildRequires: python3-flaky
|
|
|
|
BuildRequires: python3-packaging
|
|
|
|
BuildRequires: python3-packaging
|
|
|
@ -158,6 +159,9 @@ rm -r tmp_path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Mar 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20.13.3-3
|
|
|
|
|
|
|
|
- BR tcsh so we can test csh activation scripts
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 14 2022 Lumír Balhar <lbalhar@redhat.com> - 20.13.3-2
|
|
|
|
* Mon Mar 14 2022 Lumír Balhar <lbalhar@redhat.com> - 20.13.3-2
|
|
|
|
- Add explicit error when embed version of wheels is requested
|
|
|
|
- Add explicit error when embed version of wheels is requested
|
|
|
|
Resolves: rhbz#2053948
|
|
|
|
Resolves: rhbz#2053948
|
|
|
|