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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dedc10085b1c0320cf348b19988f20079700caf5b05efea4bc3f8f935449048
size 500149

3
fontParts-0.12.1.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79e535dd2d48702f9bb222b7603953e2b5437970c6731c75c18fe2b3cb79a420
size 500562

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>

View File

@@ -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