Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-metadata for
openSUSE:Factory checked in at 2022-11-30 15:00:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-metadata (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-metadata.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-metadata"
Wed Nov 30 15:00:16 2022 rev:5 rq:1039087 version:2.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-metadata/python-pytest-metadata.changes
2020-06-29 21:18:46.997861593 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-metadata.new.1597/python-pytest-metadata.changes
2022-11-30 15:01:14.577801208 +0100
@@ -1,0 +2,23 @@
+Wed Nov 30 11:13:54 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove python_module macro definition
+- Update to 2.0.4:
+ * Fix deprecated pytest.mark.optionalhook marker.
+- 2.0.3:
+ * Remove py dependency. Thanks to @Czaki for reporting.
+- 2.0.2:
+ * Allow all python versions above 3.7
+- 2.0.1:
+ * Fix issues with switching to pyproject.toml
+ Thanks to @dvzrv and @eltrufas for raising issues and providing fixes.
+- 2.0.0:
+ * Drop support for python 2.7 and 3.6
+ * Add support for python 3.9 and 3.10
+ * Introduce pyproject.toml
+ * Provide metadata via JSON file
+ Thanks to @digitalorder for the PR
+- 1.11.0:
+ * Provide a session fixture to include metadata in Junit XMLs as property
+ tags. Thanks to @sanga for the PR
+
+-------------------------------------------------------------------
Old:
----
pytest-metadata-1.10.0.tar.gz
New:
----
pytest_metadata-2.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-metadata.spec ++++++
--- /var/tmp/diff_new_pack.PLPEU9/_old 2022-11-30 15:01:15.057804025 +0100
+++ /var/tmp/diff_new_pack.PLPEU9/_new 2022-11-30 15:01:15.061804049 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-metadata
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,22 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-metadata
-Version: 1.10.0
+Version: 2.0.4
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 setuptools_scm}
-BuildRequires: %{python_module setuptools}
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-metadata/pytest_metadata-%{version}.tar.gz
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module poetry-core}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pytest >= 2.9.0
+Requires: python-pytest >= 3.0.0
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module pytest >= 2.9.0}
+BuildRequires: %{python_module pytest >= 3.0.0}
# /SECTION
%python_subpackages
@@ -39,13 +39,13 @@
Pytest plugin for test session metadata.
%prep
-%setup -q -n pytest-metadata-%{version}
+%setup -q -n pytest_metadata-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -53,7 +53,8 @@
%files %{python_files}
%license LICENSE
-%doc CHANGES.rst README.rst
-%{python_sitelib}/*
+%doc README.rst
+%{python_sitelib}/pytest_metadata
+%{python_sitelib}/pytest_metadata-%{version}*-info
%changelog