Accepting request 1096211 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096211 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=60
This commit is contained in:
commit
f3a9176be3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 30 15:40:31 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to v20.23.1
|
||||||
|
* update and simplify nushell activation script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 08:32:57 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon May 22 08:32:57 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-virtualenv%{psuffix}
|
Name: python-virtualenv%{psuffix}
|
||||||
Version: 20.23.0
|
Version: 20.23.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -64,6 +64,8 @@ BuildRequires: %{python_module flaky >= 3}
|
|||||||
BuildRequires: %{python_module packaging >= 20.0}
|
BuildRequires: %{python_module packaging >= 20.0}
|
||||||
BuildRequires: %{python_module pytest >= 4.0.0}
|
BuildRequires: %{python_module pytest >= 4.0.0}
|
||||||
BuildRequires: %{python_module pytest-env >= 0.6.2}
|
BuildRequires: %{python_module pytest-env >= 0.6.2}
|
||||||
|
# note: is unmaintained, was upstream-replaced by pytest-freezer, which we don't have in the distribution yet
|
||||||
|
# but they both contain the needed fixture, so this is OK until pytest-freezegun dies for good
|
||||||
BuildRequires: %{python_module pytest-freezegun >= 0.4.1}
|
BuildRequires: %{python_module pytest-freezegun >= 0.4.1}
|
||||||
BuildRequires: %{python_module pytest-mock >= 2.0.0}
|
BuildRequires: %{python_module pytest-mock >= 2.0.0}
|
||||||
BuildRequires: %{python_module pytest-timeout >= 1.3.4}
|
BuildRequires: %{python_module pytest-timeout >= 1.3.4}
|
||||||
|
BIN
virtualenv-20.23.0.tar.gz
(Stored with Git LFS)
BIN
virtualenv-20.23.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
virtualenv-20.23.1.tar.gz
Normal file
3
virtualenv-20.23.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1
|
||||||
|
size 6619074
|
Loading…
Reference in New Issue
Block a user