From 0889c98806ac055755916792fa7b38f64634e5e738e6845d46ce6dc11d34e10d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 21:29:54 +0000 Subject: [PATCH] - 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 --- fontParts-0.11.0.zip | 3 --- fontParts-0.12.1.zip | 3 +++ python-fontParts.changes | 19 +++++++++++++++---- python-fontParts.spec | 4 ++-- 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 fontParts-0.11.0.zip create mode 100644 fontParts-0.12.1.zip diff --git a/fontParts-0.11.0.zip b/fontParts-0.11.0.zip deleted file mode 100644 index 2d55804..0000000 --- a/fontParts-0.11.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dedc10085b1c0320cf348b19988f20079700caf5b05efea4bc3f8f935449048 -size 500149 diff --git a/fontParts-0.12.1.zip b/fontParts-0.12.1.zip new file mode 100644 index 0000000..71db22c --- /dev/null +++ b/fontParts-0.12.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e535dd2d48702f9bb222b7603953e2b5437970c6731c75c18fe2b3cb79a420 +size 500562 diff --git a/python-fontParts.changes b/python-fontParts.changes index fd06cd7..a660e44 100644 --- a/python-fontParts.changes +++ b/python-fontParts.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 7 21:29:37 UTC 2023 - Dirk Müller + +- 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 @@ -6,7 +17,7 @@ Wed Dec 14 08:43:29 UTC 2022 - Daniel Garcia ------------------------------------------------------------------- Tue Dec 13 15:27:50 UTC 2022 - Yogalakshmi Arunachalam -- 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 ------------------------------------------------------------------- Wed Sep 28 15:36:02 UTC 2022 - Yogalakshmi Arunachalam -- 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 ------------------------------------------------------------------- Sat Feb 13 10:26:05 UTC 2021 - Dirk Müller -- 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 diff --git a/python-fontParts.spec b/python-fontParts.spec index d6317b1..679d085 100644 --- a/python-fontParts.spec +++ b/python-fontParts.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-fontParts%{psuffix} -Version: 0.11.0 +Version: 0.12.1 Release: 0 Summary: API for interacting with the parts of fonts License: MIT