Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jaraco.packaging for
openSUSE:Factory checked in at 2021-11-21 23:51:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.packaging (Old)
and /work/SRC/openSUSE:Factory/.python-jaraco.packaging.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.packaging"
Sun Nov 21 23:51:38 2021 rev:5 rq:931518 version:8.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jaraco.packaging/python-jaraco.base.changes
2020-04-19 21:39:41.986904622 +0200
+++
/work/SRC/openSUSE:Factory/.python-jaraco.packaging.new.1895/python-jaraco.base.changes
2021-11-21 23:51:47.810327456 +0100
@@ -1,0 +2,5 @@
+Mon Nov 8 11:07:02 UTC 2021 - Dirk M??ller <[email protected]>
+
+- add missing dependency declaration to six
+
+-------------------------------------------------------------------
---
/work/SRC/openSUSE:Factory/python-jaraco.packaging/python-jaraco.packaging.changes
2020-04-19 21:39:42.230905112 +0200
+++
/work/SRC/openSUSE:Factory/.python-jaraco.packaging.new.1895/python-jaraco.packaging.changes
2021-11-21 23:51:47.838327367 +0100
@@ -1,0 +2,5 @@
+Mon Nov 8 11:07:15 UTC 2021 - Dirk M??ller <[email protected]>
+
+- add missing six dependency declaration
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.base.spec ++++++
--- /var/tmp/diff_new_pack.xWTMzK/_old 2021-11-21 23:51:48.358325690 +0100
+++ /var/tmp/diff_new_pack.xWTMzK/_new 2021-11-21 23:51:48.362325677 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.base
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,10 @@
URL: https://github.com/jaraco/jaraco.packaging
Source:
https://files.pythonhosted.org/packages/source/j/jaraco.packaging/jaraco.packaging-%{version}.tar.gz
BuildRequires: %{python_module base}
+BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-six
BuildArch: noarch
%python_subpackages
++++++ python-jaraco.packaging.spec ++++++
--- /var/tmp/diff_new_pack.xWTMzK/_old 2021-11-21 23:51:48.378325625 +0100
+++ /var/tmp/diff_new_pack.xWTMzK/_new 2021-11-21 23:51:48.382325613 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.packaging
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,12 +29,14 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
BuildRequires: %{python_module toml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jaraco.base >= 6.1
+Requires: python-six
Requires(post): update-alternatives
-Requires(preun): update-alternatives
+Requires(preun):update-alternatives
BuildArch: noarch
%python_subpackages