From fe776c05bdc2190467de64307daf052c81577edc038915c0320d8b4c90c0fbdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Jan 2024 20:48:53 +0000 Subject: [PATCH] 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*