diff --git a/python-virtualenv.changes b/python-virtualenv.changes index c7f5d81..aa9a5c8 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 30 15:40:31 UTC 2023 - Markéta Machová + +- Update to v20.23.1 + * update and simplify nushell activation script + ------------------------------------------------------------------- Mon May 22 08:32:57 UTC 2023 - Steve Kowalik diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 0e5eaa4..815b38e 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-virtualenv%{psuffix} -Version: 20.23.0 +Version: 20.23.1 Release: 0 Summary: Virtual Python Environment builder License: MIT @@ -64,6 +64,8 @@ BuildRequires: %{python_module flaky >= 3} BuildRequires: %{python_module packaging >= 20.0} BuildRequires: %{python_module pytest >= 4.0.0} 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-mock >= 2.0.0} BuildRequires: %{python_module pytest-timeout >= 1.3.4} diff --git a/virtualenv-20.23.0.tar.gz b/virtualenv-20.23.0.tar.gz deleted file mode 100644 index d655a48..0000000 --- a/virtualenv-20.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a85caa554ced0c0afbd0d638e7e2d7b5f92d23478d05d17a76daeac8f279f924 -size 6617594 diff --git a/virtualenv-20.23.1.tar.gz b/virtualenv-20.23.1.tar.gz new file mode 100644 index 0000000..7c77da7 --- /dev/null +++ b/virtualenv-20.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1 +size 6619074