From 975ed14e51247ac9e9e87d5da475d4d5ab143e653f611c95212ae2a780cd35b9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 16 Feb 2022 16:33:00 +0000 Subject: [PATCH] Accepting request 955267 from home:pgajdos:python - version update to 0.10.2 0.10.1 (released 2021-12-28) --------------------------- - 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 - 2021-12-14: Adds tempLib, #615 (thanks @typemytype!) - Improved docs with #605 and #607. Thanks @driehuis and @arrowtype! OBS-URL: https://build.opensuse.org/request/show/955267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=11 --- fontParts-0.10.2.zip | 3 +++ fontParts-0.9.11.zip | 3 --- python-fontParts.changes | 15 +++++++++++++++ python-fontParts.spec | 20 ++++++++++---------- 4 files changed, 28 insertions(+), 13 deletions(-) create mode 100644 fontParts-0.10.2.zip delete mode 100644 fontParts-0.9.11.zip diff --git a/fontParts-0.10.2.zip b/fontParts-0.10.2.zip new file mode 100644 index 0000000..47b55e2 --- /dev/null +++ b/fontParts-0.10.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a3926e977f82ae19e6823760b59f2338085973da1eaad5badaf969f261a737 +size 496231 diff --git a/fontParts-0.9.11.zip b/fontParts-0.9.11.zip deleted file mode 100644 index 30dcf4c..0000000 --- a/fontParts-0.9.11.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558a5f681fcf7ca0bb5a1c68917b5d9b61c77d517833a01ea1667773d13f4012 -size 496067 diff --git a/python-fontParts.changes b/python-fontParts.changes index 3e93726..5ec3c5f 100644 --- a/python-fontParts.changes +++ b/python-fontParts.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 16 09:50:28 UTC 2022 - pgajdos@suse.com + +- version update to 0.10.2 + 0.10.1 (released 2021-12-28) + --------------------------- + - 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 + - 2021-12-14: Adds tempLib, #615 (thanks @typemytype!) + - Improved docs with #605 and #607. Thanks @driehuis and @arrowtype! + ------------------------------------------------------------------- Thu Dec 16 11:01:52 UTC 2021 - Ben Greiner diff --git a/python-fontParts.spec b/python-fontParts.spec index 30548b1..1cd8b6b 100644 --- a/python-fontParts.spec +++ b/python-fontParts.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-fontParts%{psuffix} -Version: 0.9.11 +Version: 0.10.2 Release: 0 Summary: API for interacting with the parts of fonts License: MIT @@ -40,22 +40,22 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip # install_requires = [FontTools[ufo,lxml,unicode] -Requires: python-FontTools >= 3.32.0 +Requires: python-FontTools >= 4.28.5 Requires: python-fs >= 2.2.0 Requires: python-lxml >= 4.0 %if %python_version_nodots < 39 Requires: python-unicodedata2 %endif -Requires: python-booleanOperations -Requires: python-defcon >= 0.6.0 -Requires: python-fontMath >= 0.4.8 +Requires: python-booleanOperations >= 0.9.0 +Requires: python-defcon >= 0.10.0 +Requires: python-fontMath >= 0.9.1 BuildArch: noarch %if %{with test} # SECTION test requirements -BuildRequires: %{python_module FontTools >= 3.32.0} -BuildRequires: %{python_module booleanOperations} -BuildRequires: %{python_module defcon >= 0.6.0} -BuildRequires: %{python_module fontMath >= 0.4.8} +BuildRequires: %{python_module FontTools >= 4.28.5} +BuildRequires: %{python_module booleanOperations >= 0.9.0} +BuildRequires: %{python_module defcon >= 0.10.0} +BuildRequires: %{python_module fontMath >= 0.9.1} BuildRequires: %{python_module fontPens >= 0.2.4} BuildRequires: %{python_module fs >= 2.2.0} BuildRequires: %{python_module lxml >= 4.0}