diff --git a/pytest-plus-0.7.0.tar.gz b/pytest-plus-0.7.0.tar.gz deleted file mode 100644 index a878db2..0000000 --- a/pytest-plus-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e958161332d46dab8a2ce5f354e4c5e79508984b66605c5e789bf1220f1c669 -size 13235 diff --git a/pytest_plus-0.8.1.tar.gz b/pytest_plus-0.8.1.tar.gz new file mode 100644 index 0000000..14e9e70 --- /dev/null +++ b/pytest_plus-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02dfb28f1a914e8df3b6e3525df7e94feabc0681ecea626912e8028e9355f02c +size 15444 diff --git a/python-pytest-plus.changes b/python-pytest-plus.changes index d22cdbd..e16e1b7 100644 --- a/python-pytest-plus.changes +++ b/python-pytest-plus.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 29 20:26:07 UTC 2025 - Dirk Müller + +- update to 0.8.1: + * Make log collection more resilient (#42) @ssbarnea +- update to 0.8.0: + * Make checks just a runtime warning (#37) @ssbarnea + * Remove support for py39 and add support for py313 (#39) + @ssbarnea + ------------------------------------------------------------------- Mon Apr 15 09:41:43 UTC 2024 - Dirk Müller diff --git a/python-pytest-plus.spec b/python-pytest-plus.spec index 7f18eb8..2ec3a75 100644 --- a/python-pytest-plus.spec +++ b/python-pytest-plus.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-plus # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-pytest-plus -Version: 0.7.0 +Version: 0.8.1 Release: 0 Summary: Extension for pytest to enforce minimum tests pass License: MIT Group: Development/Languages/Python URL: https://github.com/pycontribs/pytest-plus -Source: https://files.pythonhosted.org/packages/source/p/pytest-plus/pytest-plus-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytest-plus/pytest_plus-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 63.0.0} BuildRequires: %{python_module wheel} @@ -43,7 +43,7 @@ BuildArch: noarch PyTest Plus extends pytest functionality to enforce PYTEST_REQPASS tests passed. %prep -%setup -q -n pytest-plus-%{version} +%setup -q -n pytest_plus-%{version} %build %pyproject_wheel