From abc08cddce951c16cb18def62a908a5681f74beb83d16a6fc5de695775466384 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 28 Sep 2022 16:50:42 +0000 Subject: [PATCH] Accepting request 1006720 from home:yarunachalam:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1006720 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=12 --- fontParts-0.10.2.zip | 3 --- fontParts-0.10.8.zip | 3 +++ python-fontParts.changes | 24 ++++++++++++++++++++++++ python-fontParts.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 fontParts-0.10.2.zip create mode 100644 fontParts-0.10.8.zip diff --git a/fontParts-0.10.2.zip b/fontParts-0.10.2.zip deleted file mode 100644 index 47b55e2..0000000 --- a/fontParts-0.10.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a3926e977f82ae19e6823760b59f2338085973da1eaad5badaf969f261a737 -size 496231 diff --git a/fontParts-0.10.8.zip b/fontParts-0.10.8.zip new file mode 100644 index 0000000..ab1a4bf --- /dev/null +++ b/fontParts-0.10.8.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0121bcbab1dd5bb5a2673f42b182a6d403db94dbbfd3a4e5e4d444bde1bc44 +size 499728 diff --git a/python-fontParts.changes b/python-fontParts.changes index 5ec3c5f..d8a4410 100644 --- a/python-fontParts.changes +++ b/python-fontParts.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Sep 28 15:36:02 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-fontParts.spec b/python-fontParts.spec index 1cd8b6b..0bd2dde 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.2 +Version: 0.10.8 Release: 0 Summary: API for interacting with the parts of fonts License: MIT