15
0
Files
python-fontMath/python-fontMath.changes

41 lines
1.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Feb 16 10:13:09 UTC 2022 - pgajdos@suse.com
- version update to 0.9.1
* Scheduled weekly dependency update for week 52 by @pyup-bot in #267
* Drops fonttools.misc.py23 by @benkiel in #246
* Drop support for Python 3.6 by @benkiel in #268
-------------------------------------------------------------------
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>
- reinstate python36 build (python36-FontTools is available)
-------------------------------------------------------------------
Sat Feb 13 09:51:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python36 (no FontTools as it requires scipy)
-------------------------------------------------------------------
Tue May 26 07:54:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix FontTools dependency
-------------------------------------------------------------------
Wed May 20 09:47:00 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Initial release of python-fontMath