Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-vatnumber for
openSUSE:Factory checked in at 2021-07-14 23:59:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vatnumber (Old)
and /work/SRC/openSUSE:Factory/.python-vatnumber.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vatnumber"
Wed Jul 14 23:59:01 2021 rev:2 rq:906338 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vatnumber/python-vatnumber.changes
2020-06-09 00:05:17.089422773 +0200
+++
/work/SRC/openSUSE:Factory/.python-vatnumber.new.2625/python-vatnumber.changes
2021-07-14 23:59:26.573313732 +0200
@@ -1,0 +2,6 @@
+Wed Jul 14 10:30:17 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Skip build for python 3.6: the required dependency 'zeep' does
+ not built for 3.6.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vatnumber.spec ++++++
--- /var/tmp/diff_new_pack.UWddqE/_old 2021-07-14 23:59:26.985310715 +0200
+++ /var/tmp/diff_new_pack.UWddqE/_new 2021-07-14 23:59:26.989310686 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-vatnumber
#
-# 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
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python36 1
Name: python-vatnumber
Version: 1.2
Release: 0
@@ -25,9 +26,9 @@
Group: Development/Languages/Python
URL: https://code.google.com/p/vatnumber/
Source:
https://files.pythonhosted.org/packages/source/v/vatnumber/vatnumber-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module modernize}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zeep}
BuildRequires: fdupes
BuildRequires: python-rpm-macros