Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fontMath for openSUSE:Factory
checked in at 2021-12-17 23:54:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fontMath (Old)
and /work/SRC/openSUSE:Factory/.python-fontMath.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fontMath"
Fri Dec 17 23:54:31 2021 rev:4 rq:941188 version:0.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fontMath/python-fontMath.changes
2021-04-12 17:10:31.582575729 +0200
+++
/work/SRC/openSUSE:Factory/.python-fontMath.new.2520/python-fontMath.changes
2021-12-17 23:54:54.199549112 +0100
@@ -1,0 +2,13 @@
+Thu Dec 16 10:57:56 UTC 2021 - Ben Greiner <[email protected]>
+
+- update to v0.8.1
+ * Fix angle multiplication (#189).
+ * Adds strict to MathGlyph (default is False). Strict means that
+ line segments are not converted to curve segments with (0,0)
+ control points and offcurves stacked on on-curves are not
+ filtered out when extracting. (#235).
+ * Python 3 only. Breaking Py3 over Py2 change is the use of
+ setuptools_scm.
+- drop python flavors <= 3.6: FontTools dropped support
+
+-------------------------------------------------------------------
Old:
----
fontMath-0.6.0.zip
New:
----
fontMath-0.8.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fontMath.spec ++++++
--- /var/tmp/diff_new_pack.sv0sHX/_old 2021-12-17 23:54:54.739549560 +0100
+++ /var/tmp/diff_new_pack.sv0sHX/_new 2021-12-17 23:54:54.747549566 +0100
@@ -16,14 +16,17 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
+%define skip_python36 1
Name: python-fontMath
-Version: 0.6.0
+Version: 0.8.1
Release: 0
Summary: A set of objects for performing math operations on font data
License: MIT
URL: https://github.com/robotools/fontMath
Source:
https://files.pythonhosted.org/packages/source/f/fontMath/fontMath-%{version}.zip
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -55,6 +58,7 @@
%files %{python_files}
%doc README.md
%license License.txt
-%{python_sitelib}/*
+%{python_sitelib}/fontMath
+%{python_sitelib}/fontMath-%{version}*-info
%changelog