Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-tortilla for openSUSE:Factory
checked in at 2023-06-28 21:33:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tortilla (Old)
and /work/SRC/openSUSE:Factory/.python-tortilla.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tortilla"
Wed Jun 28 21:33:30 2023 rev:2 rq:1095756 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tortilla/python-tortilla.changes
2020-01-30 09:41:54.813506569 +0100
+++
/work/SRC/openSUSE:Factory/.python-tortilla.new.13546/python-tortilla.changes
2023-06-28 21:33:42.541983788 +0200
@@ -1,0 +2,5 @@
+Wed Jun 28 07:36:35 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Add missing BuildRequires on six.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tortilla.spec ++++++
--- /var/tmp/diff_new_pack.c1w8u9/_old 2023-06-28 21:33:43.081986977 +0200
+++ /var/tmp/diff_new_pack.c1w8u9/_new 2023-06-28 21:33:43.089987024 +0200
@@ -1,6 +1,7 @@
#
-# spec file for package python-kismet-rest
+# spec file for package python-tortilla
#
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2016-2020, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -12,7 +13,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -33,6 +35,7 @@
BuildRequires: %{python_module httpretty}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
+BuildRequires: %{python_module six}
# /SECTION
Requires: python-colorama
Requires: python-formats