Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-verbose-parametrize
for openSUSE:Factory checked in at 2022-03-11 21:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-verbose-parametrize (Old)
and
/work/SRC/openSUSE:Factory/.python-pytest-verbose-parametrize.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-verbose-parametrize"
Fri Mar 11 21:41:17 2022 rev:5 rq:960961 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-verbose-parametrize/python-pytest-verbose-parametrize.changes
2022-01-10 23:54:27.168849013 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-verbose-parametrize.new.25692/python-pytest-verbose-parametrize.changes
2022-03-11 21:41:27.950079797 +0100
@@ -1,0 +2,5 @@
+Fri Mar 11 03:54:45 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Remove unneeded BuildRequires on mock.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-verbose-parametrize.spec ++++++
--- /var/tmp/diff_new_pack.0vwoRF/_old 2022-03-11 21:41:28.538080249 +0100
+++ /var/tmp/diff_new_pack.0vwoRF/_new 2022-03-11 21:41:28.542080252 +0100
@@ -22,7 +22,6 @@
Release: 0
Summary: More descriptive output for parametrized pytest tests
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/manahl/pytest-plugins
Source:
https://files.pythonhosted.org/packages/source/p/pytest-verbose-parametrize/pytest-verbose-parametrize-%{version}.tar.gz
# PATCH-FIX-UPSTREAM Iterable-collections.patch
gh#man-group/pytest-plugins#197 [email protected]
@@ -38,7 +37,6 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module coverage}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-virtualenv}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
@@ -49,8 +47,7 @@
More descriptive output for parametrized py.test tests.
%prep
-%setup -q -n pytest-verbose-parametrize-%{version}
-%autopatch -p1
+%autosetup -p1 -n pytest-verbose-parametrize-%{version}
# we can't do integration tests as py2 and py3 can be different versions
# and the script simply calls $bindir/pytest