Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fixtures for openSUSE:Factory
checked in at 2022-02-03 23:16:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
and /work/SRC/openSUSE:Factory/.python-fixtures.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fixtures"
Thu Feb 3 23:16:05 2022 rev:21 rq:949353 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes
2021-03-21 23:20:26.236740631 +0100
+++
/work/SRC/openSUSE:Factory/.python-fixtures.new.1898/python-fixtures.changes
2022-02-03 23:16:28.572616975 +0100
@@ -1,0 +2,6 @@
+Wed Jan 26 18:55:28 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Add missing BuildRequire on python-setuptools
+ (this was implicitly pulled in only).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fixtures.spec ++++++
--- /var/tmp/diff_new_pack.RLfAey/_old 2022-02-03 23:16:29.008613999 +0100
+++ /var/tmp/diff_new_pack.RLfAey/_new 2022-02-03 23:16:29.012613972 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-fixtures
#
-# 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
@@ -27,11 +27,14 @@
Source:
https://files.pythonhosted.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fixtures-pr36-py39.patch -- gh#testing-cabal/fixtures#46
Patch0: fixtures-pr36-py39.patch
-BuildRequires: %{python_module extras}
+BuildRequires: %{python_module pbr >= 0.11}
+BuildRequires: %{python_module setuptools}
# explicitly wants to test the backport mock
+#TESTS
+BuildRequires: %{python_module extras}
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module pbr >= 0.11}
BuildRequires: %{python_module testtools >= 0.9.22}
+#/TESTS
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-extras