15
0

- 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.
- Update to version 0.11.0
- version update to 0.10.8
- skip python 36 (no FontTools as that requries scipy)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=17
This commit is contained in:
2023-12-07 21:29:54 +00:00
committed by Git OBS Bridge
parent 2bbe6b3036
commit 0889c98806
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>
@@ -6,7 +17,7 @@ Wed Dec 14 08:43:29 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
-------------------------------------------------------------------
Tue Dec 13 15:27:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.11.0
- 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
@@ -14,7 +25,7 @@ Tue Dec 13 15:27:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
-------------------------------------------------------------------
Wed Sep 28 15:36:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- version update to 0.10.8
- version update to 0.10.8
* add contour.setStartPoint + test by @typemytype in #668
- version update to 0.10.7
@@ -43,7 +54,7 @@ Wed Feb 16 09:50:28 UTC 2022 - pgajdos@suse.com
---------------------------
- 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
@@ -93,7 +104,7 @@ Tue Mar 23 19:29:59 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Sat Feb 13 10:26:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python 36 (no FontTools as that requries scipy)
- skip python 36 (no FontTools as that requries scipy)
-------------------------------------------------------------------
Wed May 20 10:27:38 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>