Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testtools for
openSUSE:Factory checked in at 2024-05-09 12:07:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testtools (Old)
and /work/SRC/openSUSE:Factory/.python-testtools.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testtools"
Thu May 9 12:07:49 2024 rev:34 rq:1172636 version:2.7.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testtools/python-testtools.changes
2024-01-05 22:58:36.748128751 +0100
+++
/work/SRC/openSUSE:Factory/.python-testtools.new.1880/python-testtools.changes
2024-05-09 12:08:12.134592206 +0200
@@ -1,0 +2,7 @@
+Wed May 8 06:42:24 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Drop the now unneeded rpmlintrc.
+- Clean up BuildRequires and Requires to match reality.
+- Add missing _multibuild file.
+
+-------------------------------------------------------------------
Old:
----
python-testtools.rpmlintrc
New:
----
_multibuild
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testtools.spec ++++++
--- /var/tmp/diff_new_pack.XBLGgV/_old 2024-05-09 12:08:12.982623028 +0200
+++ /var/tmp/diff_new_pack.XBLGgV/_new 2024-05-09 12:08:12.982623028 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-testtools
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,25 +30,23 @@
Release: 0
Summary: Extensions to the Python Standard Library Unit Testing
Framework
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/testing-cabal/testtools
Source0:
https://files.pythonhosted.org/packages/source/t/testtools/testtools-%{version}.tar.gz
-Source99: python-testtools.rpmlintrc
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Twisted
-Requires: python-pbr >= 0.11
-Requires: python-python-mimeparse
-Requires: python-traceback2
+%if %python_version_nodots > 311
+Requires: python-setuptools
+%endif
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module fixtures}
-BuildRequires: %{python_module python-mimeparse}
+BuildRequires: %{python_module testresources}
BuildRequires: %{python_module testscenarios}
-BuildRequires: %{python_module traceback2}
+BuildRequires: %{python_module testtools = %{version}}
%endif
Recommends: python-fixtures >= 2.0
%python_subpackages
++++++ _multibuild ++++++
<multibuild>
<package>test</package>
</multibuild>