diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 3a2534f..0f3af27 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 6 23:22:34 UTC 2020 - Benjamin Greiner + +- Require xonsh for testing of all Python 3 flavors in Tumbleweed + gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Thu Oct 8 04:11:15 UTC 2020 - Steve Kowalik diff --git a/python-virtualenv.spec b/python-virtualenv.spec index c89629e..589f0f9 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-virtualenv%{psuffix} -Version: 20.0.33 +Version: 20.2.1 Release: 0 Summary: Virtual Python Environment builder License: MIT @@ -62,7 +62,11 @@ BuildRequires: %{python_module pytest-mock >= 2.0.0} BuildRequires: %{python_module pytest-timeout >= 1.3.4} BuildRequires: %{python_module virtualenv >= %{version}} BuildRequires: fish +%if 0%{?suse_version} >= 1550 +BuildRequires: %{python_module xonsh >= 0.9.13} +%else BuildRequires: python3-xonsh >= 0.9.13 +%endif BuildRequires: tcsh %endif %python_subpackages diff --git a/virtualenv-20.0.33.tar.gz b/virtualenv-20.0.33.tar.gz deleted file mode 100644 index 0fa557a..0000000 --- a/virtualenv-20.0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5e0d253fe138097c6559c906c528647254f437d1019af9d5a477b09bfa7300f -size 8282602 diff --git a/virtualenv-20.2.1.tar.gz b/virtualenv-20.2.1.tar.gz new file mode 100644 index 0000000..5bbf98d --- /dev/null +++ b/virtualenv-20.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0aac7525e880a429764cefd3aaaff54afb5d9f25c82627563603f5d7de5a6e5 +size 8286055