From a431116b7e1afd18ccd3ea1d72add4b2b603a5cc7f65f8d0ec36d20368cfeeb3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Mar 2024 17:25:21 +0000 Subject: [PATCH] - update to 2.2.0: * This version supports pytest 4.0 to 8.0 on Python 3.7 to 3.12. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-describe?expand=0&rev=11 --- pytest-describe-2.1.0.tar.gz | 3 --- pytest-describe-2.2.0.tar.gz | 3 +++ python-pytest-describe.changes | 7 +++++++ python-pytest-describe.spec | 14 ++++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 pytest-describe-2.1.0.tar.gz create mode 100644 pytest-describe-2.2.0.tar.gz diff --git a/pytest-describe-2.1.0.tar.gz b/pytest-describe-2.1.0.tar.gz deleted file mode 100644 index fcfe590..0000000 --- a/pytest-describe-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0630c95ac4942ab8dcd8e766236f86436b4984896db0c059fc234fef66fe9732 -size 10272 diff --git a/pytest-describe-2.2.0.tar.gz b/pytest-describe-2.2.0.tar.gz new file mode 100644 index 0000000..89bde33 --- /dev/null +++ b/pytest-describe-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bb05eb90f2497d9ca342ef9a0b7fa5bada7e58505aec33f66d661d631955b7 +size 10907 diff --git a/python-pytest-describe.changes b/python-pytest-describe.changes index 56d4a64..752bbb0 100644 --- a/python-pytest-describe.changes +++ b/python-pytest-describe.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 21 17:22:52 UTC 2024 - Dirk Müller + +- update to 2.2.0: + * This version supports pytest 4.0 to 8.0 on Python 3.7 to + 3.12. + ------------------------------------------------------------------- Thu Jul 6 11:23:10 UTC 2023 - ecsos diff --git a/python-pytest-describe.spec b/python-pytest-describe.spec index 9c12567..1d36b76 100644 --- a/python-pytest-describe.spec +++ b/python-pytest-describe.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-describe # -# 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,15 +18,17 @@ %{?sle15_python_module_pythons} Name: python-pytest-describe -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Describe-style plugin for pytest License: MIT Group: Development/Languages/Python URL: https://github.com/pytest-dev/pytest-describe Source: https://files.pythonhosted.org/packages/source/p/pytest-describe/pytest-describe-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module py} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-py @@ -44,19 +46,19 @@ Describe-style plugin for pytest. %setup -q -n pytest-describe-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/pytest_describe -%{python_sitelib}/pytest_describe-%{version}*-info +%{python_sitelib}/pytest_describe-%{version}.dist-info %changelog