15
0

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
This commit is contained in:
2022-02-16 16:33:00 +00:00
committed by Git OBS Bridge
parent e1b8b4db1e
commit 975ed14e51
4 changed files with 28 additions and 13 deletions

3
fontParts-0.10.2.zip Normal file
View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:558a5f681fcf7ca0bb5a1c68917b5d9b61c77d517833a01ea1667773d13f4012
size 496067

View File

@@ -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 <code@bnavigator.de>

View File

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