diff --git a/pytest-describe-2.2.0.tar.gz b/pytest-describe-2.2.0.tar.gz deleted file mode 100644 index 89bde33..0000000 --- a/pytest-describe-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39bb05eb90f2497d9ca342ef9a0b7fa5bada7e58505aec33f66d661d631955b7 -size 10907 diff --git a/pytest_describe-3.1.0.tar.gz b/pytest_describe-3.1.0.tar.gz new file mode 100644 index 0000000..5163627 --- /dev/null +++ b/pytest_describe-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096017a0efd7beab7114c8fb7ced3a0cfd3a6d8a37e89578ea3d7b190bec6871 +size 9180 diff --git a/python-pytest-describe.changes b/python-pytest-describe.changes index c333964..9147066 100644 --- a/python-pytest-describe.changes +++ b/python-pytest-describe.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 17 04:23:10 UTC 2025 - Steve Kowalik + +- Update to 3.1.0: + * This version supports pytest 6.0 to 9.0 on Python 3.9 to 3.14. +- Build system switched to uv-build. + ------------------------------------------------------------------- Tue Jul 1 02:59:27 UTC 2025 - Steve Kowalik diff --git a/python-pytest-describe.spec b/python-pytest-describe.spec index d74514b..07f6083 100644 --- a/python-pytest-describe.spec +++ b/python-pytest-describe.spec @@ -18,21 +18,21 @@ %{?sle15_python_module_pythons} Name: python-pytest-describe -Version: 2.2.0 +Version: 3.1.0 Release: 0 Summary: Describe-style plugin for pytest License: MIT URL: https://github.com/pytest-dev/pytest-describe -Source: https://files.pythonhosted.org/packages/source/p/pytest-describe/pytest-describe-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytest-describe/pytest_describe-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} +BuildRequires: %{python_module uv-build >= 0.9.4} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 4.0 +Requires: python-pytest >= 6.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest >= 4.0} +BuildRequires: %{python_module pytest >= 6.0} # /SECTION %python_subpackages @@ -40,7 +40,7 @@ BuildRequires: %{python_module pytest >= 4.0} Describe-style plugin for pytest. %prep -%setup -q -n pytest-describe-%{version} +%setup -q -n pytest_describe-%{version} %build %pyproject_wheel @@ -50,8 +50,7 @@ Describe-style plugin for pytest. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Broken with pytest 8.4 -%pytest -k 'not test_fixture' +%pytest %files %{python_files} %doc README.md