- update to 0.13.3 * Mark base.kerning docstrings raw to avoid SyntaxWarning * Upgrade BaseDict normalization * Fix guideline normalization when value is None * Fix getting color and name in _fromMathGlyph` * Fix bug in copyData * insertGlyph will return the inserted glyph object * Fixed python syntax warning errors due to doc strings * Fix .fromMathGlyph for the issue of a guideline color coming from defcon OBS-URL: https://build.opensuse.org/request/show/1317790 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=26
153 lines
5.8 KiB
Plaintext
153 lines
5.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 14 12:36:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- update to 0.13.3
|
|
* Mark base.kerning docstrings raw to avoid SyntaxWarning
|
|
* Upgrade BaseDict normalization
|
|
* Fix guideline normalization when value is None
|
|
* Fix getting color and name in _fromMathGlyph`
|
|
* Fix bug in copyData
|
|
* insertGlyph will return the inserted glyph object
|
|
* Fixed python syntax warning errors due to doc strings
|
|
* Fix .fromMathGlyph for the issue of a guideline color coming from defcon
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 26 05:21:50 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Normalize metadata directory name.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 10 21:49:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.12.3:
|
|
* Update setup.py
|
|
* Update fonttools to 4.54.1
|
|
* Update base.reference doc
|
|
* Fix copyData based on #758
|
|
- update to 0.12.2:
|
|
* Replace remaining usage of assertEquals with assertEqual. See
|
|
* Fixes/tweaks to documentation
|
|
* Get guidelines from the mathInfo object directly. See #738
|
|
- drop fontParts-pr720-py312tests.patch: upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 3 18:07:37 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Build PEP517 wheel
|
|
- Clean old flavor directives
|
|
- Add fontParts-pr720-py312tests.patch gh#robotools/fontParts#720
|
|
for python312 compatibility
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 21:29:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.12.1:
|
|
* Tweak to logic of `setStartSegment`
|
|
- update to 0.12.0:
|
|
* Fixes to `setStartSegment` so that it keeps the start point
|
|
on-curve and prevents setting a setting a start segment on an
|
|
open contour (issues #709 and #412). Thanks @typesupply!
|
|
* Fixes to docs and test setup. Boring things.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 14 08:43:29 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove python_module macro definition
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 13 15:27:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 0.11.0
|
|
* Expose the mathGlyph options. Thanks @typesupply! See #672
|
|
* Set defaultLayer to "public.default" when its available. Fixes issue #674. Thanks @typemytype! See #675.
|
|
* Add info.update to the info object. Thanks @typesupply! See #676
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 28 15:36:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- version update to 0.10.8
|
|
* add contour.setStartPoint + test by @typemytype in #668
|
|
|
|
- version update to 0.10.7
|
|
* Update fonttools to 4.34.4 by @pyup-bot in #659
|
|
* Update setuptools_scm to 7.0.5 by @pyup-bot in #660
|
|
* move the code example above the list by @typemytype in #661
|
|
|
|
- version update to 0.10.6
|
|
* Implement OpenFonts. by @typesupply in #651
|
|
|
|
- version update to 0.10.5
|
|
* Add implementation for glyph.autoContourOrder() by @roberto-arista in #646
|
|
|
|
- version update to 0.10.4
|
|
* copy and change the glyph.name when ever the name is not the same by @typemytype in #634
|
|
|
|
- version update to 0.10.3
|
|
* fix doc strings for getCharacterMapping and getReverseComponentMapping by @arialcrime in #626
|
|
* force change the default layer name to the source defaultLayerName by @typemytype in #630
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 16 09:50:28 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 0.10.2
|
|
0.10.1 (released 2021-12-28)
|
|
---------------------------
|
|
- Update to use Collections.abc.Hashable by @benkiel in #622
|
|
- Start testing Python 3.10 by @benkiel in #619
|
|
|
|
0.10.0 (released 2021-12-28)
|
|
---------------------------
|
|
- 2021-12-28: Drops support for Python 3.6
|
|
- 2021-12-14: Adds tempLib, #615 (thanks @typemytype!)
|
|
- Improved docs with #605 and #607. Thanks @driehuis and @arrowtype!
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 16 11:01:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.9.11
|
|
* Fixes inserting a segment with an open contour, #601
|
|
- Skip python36: FontTools dropped support
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 23 19:29:59 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.9.10
|
|
* Update to Defcon 0.8.0
|
|
- Release 0.9.9
|
|
* Fixed import of version.
|
|
- Release 0.9.8
|
|
* Add support for quadratic curves with no on-curve points in
|
|
Contour and Segment.
|
|
- Release 0.9.7
|
|
* Change to github actions for CI and release.
|
|
* fontShell returns None when referenced file name doesn't exist
|
|
for an Image
|
|
- Release 0.9.6
|
|
* fontShell has changed() implemented now
|
|
- Release 0.9.5
|
|
* Fix for contours not getting updated in fontShell
|
|
* Fix for error message in normalizeKerningKey
|
|
- Release 0.9.4
|
|
* Fixed release build
|
|
- Release 0.9.3
|
|
* All rounding uses otRound. #536, fixes #533.
|
|
* Allow contour.segment to be empty (#480).
|
|
* Image file names now get a png file extension (#482).
|
|
* Fixed error in setting contour index (#488).
|
|
* Fixed error in PointPositionMixin (#486, fixed by #491)
|
|
* Added option to turn off normalizer tests
|
|
* Test fixes and updates. #512.
|
|
* various: Documentation updates and corrections
|
|
- reinstate python36 build (python36-FontTools is available)
|
|
- skip python2 for Leap
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 13 10:26:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip python 36 (no FontTools as that requries scipy)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 20 10:27:38 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Initial release of python-fontParts
|