Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-json-report for
openSUSE:Factory checked in at 2022-11-30 15:00:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-json-report (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-json-report.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-json-report"
Wed Nov 30 15:00:16 2022 rev:3 rq:1039086 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-json-report/python-pytest-json-report.changes
2021-05-13 22:18:40.647559652 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-json-report.new.1597/python-pytest-json-report.changes
2022-11-30 15:01:13.869797054 +0100
@@ -1,0 +2,22 @@
+Wed Nov 30 10:54:12 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove python_module macro definition
+- Remove version_compatibility.patch
+- Add python-py requirement
+- Use autosetup instead of setup + patch
+- More specific python_sitelib in %files
+- Update to 1.5.0:
+ * deselected count in summary
+ * Supported Python versions are now 3.7 - 3.10
+ * #73: Fix collected count in summary (previously reported number of selected
+ items)
+ * #75: Handle xdist worker crashes gracefully
+- 1.4.1:
+ * Fix #69
+- 1.4.0:
+ * More control over terminal output verbosity (--json-report-verbosity)
+- 1.3.0:
+ * Lower pytest version requirement
+ * Capture user properties (see record_property())
+
+-------------------------------------------------------------------
Old:
----
pytest-json-report-1.2.4.tar.gz
version_compatibility.patch
New:
----
pytest-json-report-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-json-report.spec ++++++
--- /var/tmp/diff_new_pack.ExVYFC/_old 2022-11-30 15:01:14.341799824 +0100
+++ /var/tmp/diff_new_pack.ExVYFC/_new 2022-11-30 15:01:14.345799847 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-json-report
#
-# Copyright (c) 2021 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,25 +16,25 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-json-report
-Version: 1.2.4
+Version: 1.5.0
Release: 0
Summary: A pytest plugin to report test results as JSON files
License: MIT
URL: https://github.com/numirias/pytest-json-report
Source:
https://files.pythonhosted.org/packages/source/p/pytest-json-report/pytest-json-report-%{version}.tar.gz
-Patch1: version_compatibility.patch
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module py}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module pytest-metadata}
BuildRequires: %{python_module pytest-xdist}
+BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
+Requires: python-py
Requires: python-pytest
Requires: python-pytest-metadata
BuildArch: noarch
@@ -44,8 +44,7 @@
A pytest plugin to report test results as JSON files
%prep
-%setup -q -n pytest-json-report-%{version}
-%patch1 -p1
+%autosetup -p1 -n pytest-json-report-%{version}
%build
%python_build
@@ -60,6 +59,7 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_jsonreport
+%{python_sitelib}/pytest_json_report-%{version}*-info
%changelog
++++++ pytest-json-report-1.2.4.tar.gz -> pytest-json-report-1.5.0.tar.gz ++++++
++++ 2673 lines of diff (skipped)