From b40f39388ac730f427ce8251dad5b02915e0cbb11431cb99896dfb36a7edb803 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 14 Dec 2022 08:41:19 +0000 Subject: [PATCH] Accepting request 1042709 from home:yarunachalam:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1042709 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=14 --- fontParts-0.10.8.zip | 3 --- fontParts-0.11.0.zip | 3 +++ python-fontParts.changes | 8 ++++++++ python-fontParts.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 fontParts-0.10.8.zip create mode 100644 fontParts-0.11.0.zip diff --git a/fontParts-0.10.8.zip b/fontParts-0.10.8.zip deleted file mode 100644 index ab1a4bf..0000000 --- a/fontParts-0.10.8.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f0121bcbab1dd5bb5a2673f42b182a6d403db94dbbfd3a4e5e4d444bde1bc44 -size 499728 diff --git a/fontParts-0.11.0.zip b/fontParts-0.11.0.zip new file mode 100644 index 0000000..2d55804 --- /dev/null +++ b/fontParts-0.11.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dedc10085b1c0320cf348b19988f20079700caf5b05efea4bc3f8f935449048 +size 500149 diff --git a/python-fontParts.changes b/python-fontParts.changes index d8a4410..cfc446d 100644 --- a/python-fontParts.changes +++ b/python-fontParts.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 13 15:27:50 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-fontParts.spec b/python-fontParts.spec index 0bd2dde..b024ef3 100644 --- a/python-fontParts.spec +++ b/python-fontParts.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-fontParts%{psuffix} -Version: 0.10.8 +Version: 0.11.0 Release: 0 Summary: API for interacting with the parts of fonts License: MIT