Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dictpath for openSUSE:Factory
checked in at 2021-11-08 17:24:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dictpath (Old)
and /work/SRC/openSUSE:Factory/.python-dictpath.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dictpath"
Mon Nov 8 17:24:40 2021 rev:2 rq:930137 version:0.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dictpath/python-dictpath.changes
2021-08-23 10:08:31.832221162 +0200
+++
/work/SRC/openSUSE:Factory/.python-dictpath.new.1890/python-dictpath.changes
2021-11-08 17:25:25.308742072 +0100
@@ -1,0 +2,5 @@
+Mon Nov 8 10:32:35 UTC 2021 - Dirk M??ller <[email protected]>
+
+- add missing six declaration
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dictpath.spec ++++++
--- /var/tmp/diff_new_pack.1ZeIhx/_old 2021-11-08 17:25:25.684742318 +0100
+++ /var/tmp/diff_new_pack.1ZeIhx/_new 2021-11-08 17:25:25.688742321 +0100
@@ -26,9 +26,11 @@
# Use the github tarball because it contains the tests
Source:
https://github.com/p1c2u/dictpath/archive/refs/tags/%{version}.tar.gz#/dictpath-%{version}-gh.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
+Requires: python-six
# SECTION test requirements
BuildRequires: %{python_module pytest}
%if %{with python2}