forked from pool/python-fontMath
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontMath?expand=0&rev=17
82 lines
3.2 KiB
Plaintext
82 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 26 05:17:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Normalize metadata directory name.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 11 13:01:16 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 0.9.4
|
|
* Fix typo by @schriftgestalt in #323
|
|
* Do not re-cycle the outline in strict mode
|
|
by @simoncozens in #325
|
|
- Adjust upstream source name in spec file
|
|
- Switch package to modern Python Stack on SLE-15
|
|
* Use Python 3.11 on SLE-15 by default
|
|
* Drop support for older Python versions
|
|
- Switch build system from setuptools to pyproject.toml
|
|
* Add python-pip and python-wheel to BuildRequires
|
|
* Replace %python_build with %pyproject_wheel
|
|
* Replace %python_install with %pyproject_install
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 14 08:39:04 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove python_module macro definition
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 13 15:26:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 0.9.3
|
|
* What's Changed
|
|
Pass "strict" flag down to copies, so strict remains strict. By @justvanrossum in #305, as required to fix googlefonts/fontmake#961
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 26 10:50:44 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- version update to 0.9.2
|
|
* Start testing python 3.10 by @benkiel in #269
|
|
* improve FilterRedundantPointPen when starting points are differently set by
|
|
@typemytype in #277
|
|
|
|
-------------------------------------------------------------------
|
|
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
|