|
|
@ -1,7 +1,6 @@
|
|
|
|
%global _without_tests 1
|
|
|
|
|
|
|
|
Name: python-virtualenv
|
|
|
|
Name: python-virtualenv
|
|
|
|
Version: 20.4.7
|
|
|
|
Version: 20.4.7
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -40,7 +39,7 @@ BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-pytest-mock
|
|
|
|
BuildRequires: python3-pytest-mock
|
|
|
|
BuildRequires: python3-pytest-randomly
|
|
|
|
BuildRequires: python3-pytest-randomly
|
|
|
|
BuildRequires: python3-pytest-timeout
|
|
|
|
BuildRequires: python3-pytest-timeout
|
|
|
|
BuildRequires: xonsh
|
|
|
|
#BuildRequires: xonsh -- not ready for Python 3.10, optional test dependency
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# RPM installed wheels
|
|
|
|
# RPM installed wheels
|
|
|
@ -151,6 +150,9 @@ rm -r tmp_path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 20.4.7-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 20.4.7-2
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 20.4.7-2
|
|
|
|
- Bootstrap for Python 3.10
|
|
|
|
- Bootstrap for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|