From d9f2213be79610bee53b03afdb04b45cccfdb926e11222adfa12bb2bd8b28f5c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 4 Feb 2025 04:14:52 +0000 Subject: [PATCH] - Update to 1.8.1: * Added default to install editable packages by using direct_url.json, if it exists - Test with all Python versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-virtualenv?expand=0&rev=19 --- pytest-virtualenv-1.8.0.tar.gz | 3 --- pytest-virtualenv-1.8.1.tar.gz | 3 +++ python-pytest-virtualenv.changes | 8 ++++++++ python-pytest-virtualenv.spec | 7 ++----- 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 pytest-virtualenv-1.8.0.tar.gz create mode 100644 pytest-virtualenv-1.8.1.tar.gz diff --git a/pytest-virtualenv-1.8.0.tar.gz b/pytest-virtualenv-1.8.0.tar.gz deleted file mode 100644 index 3ad2fcf..0000000 --- a/pytest-virtualenv-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54991039df31b23e82f59da2d08ab3ab809cf6eecf89905bdf2927a41f97e1c5 -size 18669 diff --git a/pytest-virtualenv-1.8.1.tar.gz b/pytest-virtualenv-1.8.1.tar.gz new file mode 100644 index 0000000..bfd14f7 --- /dev/null +++ b/pytest-virtualenv-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb6d4ad77d198ff19ba4259f78c685b24ec63a528037bc3a488f1c780bc6aa9 +size 18846 diff --git a/python-pytest-virtualenv.changes b/python-pytest-virtualenv.changes index bd7c50a..7e6cff5 100644 --- a/python-pytest-virtualenv.changes +++ b/python-pytest-virtualenv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 4 04:12:46 UTC 2025 - Steve Kowalik + +- Update to 1.8.1: + * Added default to install editable packages by using direct_url.json, + if it exists +- Test with all Python versions. + ------------------------------------------------------------------- Mon Nov 4 11:47:43 UTC 2024 - Daniel Garcia diff --git a/python-pytest-virtualenv.spec b/python-pytest-virtualenv.spec index 0b798d4..2a4ee6c 100644 --- a/python-pytest-virtualenv.spec +++ b/python-pytest-virtualenv.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-virtualenv # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,6 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" -# https://github.com/man-group/pytest-plugins/issues/220 -%define skip_python312 1 -%define skip_python313 1 %define psuffix -test %bcond_without test %else @@ -29,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pytest-virtualenv%{psuffix} -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: Virtualenv fixture for pytest License: MIT