- update to 3.0.0:

* Group CLI options
  * Switch to Hatch
  * Use `pytest.stash` internally instead of `_metadata`
  * Simplify code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-metadata?expand=0&rev=17
This commit is contained in:
2023-07-24 19:09:39 +00:00
committed by Git OBS Bridge
parent bce5582148
commit 7e51ee584f
4 changed files with 14 additions and 4 deletions
+9
View File
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 24 19:09:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.0:
* Group CLI options
* Switch to Hatch
* Use `pytest.stash` internally instead of `_metadata`
* Simplify code
-------------------------------------------------------------------
Tue May 9 13:10:34 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
+2 -1
View File
@@ -18,12 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-pytest-metadata
Version: 2.0.4
Version: 3.0.0
Release: 0
Summary: Pytest plugin for test session metadata
License: MPL-2.0
URL: https://github.com/pytest-dev/pytest-metadata
Source: https://files.pythonhosted.org/packages/source/p/pytest-metadata/pytest_metadata-%{version}.tar.gz
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module wheel}
Binary file not shown.
Binary file not shown.