From fe776c05bdc2190467de64307daf052c81577edc038915c0320d8b4c90c0fbdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Jan 2024 20:48:53 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=11 --- jaraco.envs-2.4.0.tar.gz | 3 --- jaraco.envs-2.6.0.tar.gz | 3 +++ python-jaraco.envs.spec | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 jaraco.envs-2.4.0.tar.gz create mode 100644 jaraco.envs-2.6.0.tar.gz diff --git a/jaraco.envs-2.4.0.tar.gz b/jaraco.envs-2.4.0.tar.gz deleted file mode 100644 index 1919719..0000000 --- a/jaraco.envs-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d88351e2575d4fd8fd8039715572acee1cd074fbdfc1c017e4c1970b4af44f8 -size 7101 diff --git a/jaraco.envs-2.6.0.tar.gz b/jaraco.envs-2.6.0.tar.gz new file mode 100644 index 0000000..da1b515 --- /dev/null +++ b/jaraco.envs-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809195c406640db256ee01eebf4f6a369dd85759d8178c3921704308dd0360f5 +size 8028 diff --git a/python-jaraco.envs.spec b/python-jaraco.envs.spec index 96d40a6..5dd869e 100644 --- a/python-jaraco.envs.spec +++ b/python-jaraco.envs.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.envs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jaraco.envs -Version: 2.4.0 +Version: 2.6.0 Release: 0 Summary: Classes for Python Virtual Environments License: MIT @@ -59,11 +59,11 @@ sed -i '/tox/d' setup.cfg %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k "not envs.VirtualEnv" %files %{python_files} %license LICENSE -%doc docs/*.rst README.rst CHANGES.rst +%doc docs/*.rst README.rst NEWS.rst %{python_sitelib}/jaraco.envs-%{version}*info %dir %{python_sitelib}/jaraco %{python_sitelib}/jaraco/envs.py* From ab1dc8b298da96e6864c074ff60765dc9f368f2f37989bdf63d199942e7bd45a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Jan 2024 20:49:19 +0000 Subject: [PATCH 2/2] - update to 2.6.0: * Environments now have a default name, '.venv'. * Remove Python 3.7 compatibility from tests. * Require Python 3.8 or later. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=12 --- python-jaraco.envs.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python-jaraco.envs.changes b/python-jaraco.envs.changes index f528bd3..fb6d630 100644 --- a/python-jaraco.envs.changes +++ b/python-jaraco.envs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 13 20:49:12 UTC 2024 - Dirk Müller + +- update to 2.6.0: + * Environments now have a default name, '.venv'. + * Remove Python 3.7 compatibility from tests. + * Require Python 3.8 or later. + ------------------------------------------------------------------- Fri Apr 21 12:27:17 UTC 2023 - Dirk Müller