diff --git a/fontMath-0.6.0.zip b/fontMath-0.6.0.zip deleted file mode 100644 index b9b76fa..0000000 --- a/fontMath-0.6.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a93002bfdcacd16b117b498f6e5ffa5d8fd263ccd8c587d9aa553e965c3ad27 -size 34978 diff --git a/fontMath-0.8.1.zip b/fontMath-0.8.1.zip new file mode 100644 index 0000000..6703669 --- /dev/null +++ b/fontMath-0.8.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d71e8b7eeb33c0ddc25e94c1ae64bf29340aeea443f4327392f2be38175f54 +size 39109 diff --git a/python-fontMath.changes b/python-fontMath.changes index 06c66f4..da73a28 100644 --- a/python-fontMath.changes +++ b/python-fontMath.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Dec 16 10:57:56 UTC 2021 - Ben Greiner + +- 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 + ------------------------------------------------------------------- Tue Mar 23 19:31:42 UTC 2021 - Benjamin Greiner diff --git a/python-fontMath.spec b/python-fontMath.spec index 36da776..9405bc5 100644 --- a/python-fontMath.spec +++ b/python-fontMath.spec @@ -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 @@ A set of objects for performing math operations on font data. %files %{python_files} %doc README.md %license License.txt -%{python_sitelib}/* +%{python_sitelib}/fontMath +%{python_sitelib}/fontMath-%{version}*-info %changelog