15
0

Accepting request 940855 from home:bnavigator:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/940855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontMath?expand=0&rev=8
This commit is contained in:
2021-12-17 10:42:28 +00:00
committed by Git OBS Bridge
parent b760d79419
commit 36ae2e5da3
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a93002bfdcacd16b117b498f6e5ffa5d8fd263ccd8c587d9aa553e965c3ad27
size 34978

3
fontMath-0.8.1.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39d71e8b7eeb33c0ddc25e94c1ae64bf29340aeea443f4327392f2be38175f54
size 39109

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 16 10:57:56 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@@ -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