Accepting request 853544 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/853544 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=90
This commit is contained in:
parent
2f63be0b17
commit
55ed82cebc
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 6 23:22:34 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
Thu Oct 8 04:11:15 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-virtualenv%{psuffix}
|
Name: python-virtualenv%{psuffix}
|
||||||
Version: 20.0.33
|
Version: 20.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
License: MIT
|
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 pytest-timeout >= 1.3.4}
|
||||||
BuildRequires: %{python_module virtualenv >= %{version}}
|
BuildRequires: %{python_module virtualenv >= %{version}}
|
||||||
BuildRequires: fish
|
BuildRequires: fish
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
BuildRequires: %{python_module xonsh >= 0.9.13}
|
||||||
|
%else
|
||||||
BuildRequires: python3-xonsh >= 0.9.13
|
BuildRequires: python3-xonsh >= 0.9.13
|
||||||
|
%endif
|
||||||
BuildRequires: tcsh
|
BuildRequires: tcsh
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5e0d253fe138097c6559c906c528647254f437d1019af9d5a477b09bfa7300f
|
|
||||||
size 8282602
|
|
3
virtualenv-20.2.1.tar.gz
Normal file
3
virtualenv-20.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0aac7525e880a429764cefd3aaaff54afb5d9f25c82627563603f5d7de5a6e5
|
||||||
|
size 8286055
|
Loading…
Reference in New Issue
Block a user