Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-booleanOperations for
openSUSE:Factory checked in at 2021-12-19 17:23:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-booleanOperations (Old)
and /work/SRC/openSUSE:Factory/.python-booleanOperations.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-booleanOperations"
Sun Dec 19 17:23:18 2021 rev:3 rq:941448 version:0.9.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-booleanOperations/python-booleanOperations.changes
2020-06-10 00:45:43.502530717 +0200
+++
/work/SRC/openSUSE:Factory/.python-booleanOperations.new.2520/python-booleanOperations.changes
2021-12-19 17:23:23.375782545 +0100
@@ -1,0 +2,5 @@
+Thu Dec 16 10:45:31 UTC 2021 - Ben Greiner <[email protected]>
+
+- Skip python flavors <= 3.6: No FontTools available
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-booleanOperations.spec ++++++
--- /var/tmp/diff_new_pack.VMWSBf/_old 2021-12-19 17:23:24.467783350 +0100
+++ /var/tmp/diff_new_pack.VMWSBf/_new 2021-12-19 17:23:24.471783353 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package python-booleanOperations
+# spec file
#
-# 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -25,6 +24,9 @@
%define psuffix %{nil}
%bcond_with test
%endif
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
+%define skip_python36 1
Name: python-booleanOperations%{psuffix}
Version: 0.9.0
Release: 0
@@ -74,7 +76,8 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/booleanOperations
+%{python_sitelib}/booleanOperations-%{version}*-info
%endif
%changelog