From c04bf8d88e8d5442f40f7801f27a9ba258108183fee2f1c53bea1508104c4108 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 16 Feb 2022 16:32:13 +0000 Subject: [PATCH] Accepting request 955248 from home:pgajdos:python - version update to 0.9.1 * Scheduled weekly dependency update for week 52 by @pyup-bot in #267 * Drops fonttools.misc.py23 by @benkiel in #246 * Drop support for Python 3.6 by @benkiel in #268 OBS-URL: https://build.opensuse.org/request/show/955248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontMath?expand=0&rev=9 --- fontMath-0.8.1.zip | 3 --- fontMath-0.9.1.zip | 3 +++ python-fontMath.changes | 8 ++++++++ python-fontMath.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 fontMath-0.8.1.zip create mode 100644 fontMath-0.9.1.zip diff --git a/fontMath-0.8.1.zip b/fontMath-0.8.1.zip deleted file mode 100644 index 6703669..0000000 --- a/fontMath-0.8.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d71e8b7eeb33c0ddc25e94c1ae64bf29340aeea443f4327392f2be38175f54 -size 39109 diff --git a/fontMath-0.9.1.zip b/fontMath-0.9.1.zip new file mode 100644 index 0000000..e456ab2 --- /dev/null +++ b/fontMath-0.9.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5e76e135409f49b15809d0ce94dfd00850f893f86d4d6a336808dbbf292700 +size 39475 diff --git a/python-fontMath.changes b/python-fontMath.changes index da73a28..f45f5d6 100644 --- a/python-fontMath.changes +++ b/python-fontMath.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 16 10:13:09 UTC 2022 - pgajdos@suse.com + +- version update to 0.9.1 + * Scheduled weekly dependency update for week 52 by @pyup-bot in #267 + * Drops fonttools.misc.py23 by @benkiel in #246 + * Drop support for Python 3.6 by @benkiel in #268 + ------------------------------------------------------------------- Thu Dec 16 10:57:56 UTC 2021 - Ben Greiner diff --git a/python-fontMath.spec b/python-fontMath.spec index 9405bc5..1c1b020 100644 --- a/python-fontMath.spec +++ b/python-fontMath.spec @@ -1,7 +1,7 @@ # # spec file for package python-fontMath # -# 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 @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-fontMath -Version: 0.8.1 +Version: 0.9.1 Release: 0 Summary: A set of objects for performing math operations on font data License: MIT @@ -31,10 +31,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -Requires: python-FontTools >= 3.32.0 +Requires: python-FontTools >= 4.28.5 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module FontTools >= 3.32.0} +BuildRequires: %{python_module FontTools >= 4.28.5} BuildRequires: %{python_module pytest >= 3.0.3} # /SECTION %python_subpackages