- 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
This commit is contained in:
2024-03-21 17:25:21 +00:00
committed by Git OBS Bridge
parent 01865a5567
commit a431116b7e
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0630c95ac4942ab8dcd8e766236f86436b4984896db0c059fc234fef66fe9732
size 10272

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39bb05eb90f2497d9ca342ef9a0b7fa5bada7e58505aec33f66d661d631955b7
size 10907

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 21 17:22:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>

View File

@@ -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