15
0

- update to 0.12.3:

* Update setup.py
  * Update fonttools to 4.54.1
  * Update base.reference doc
  * Fix copyData based on #758
- update to 0.12.2:
  * Replace remaining usage of assertEquals with assertEqual. See
  * Fixes/tweaks to documentation
  * Get guidelines from the mathInfo object directly. See #738
- drop fontParts-pr720-py312tests.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=21
This commit is contained in:
2024-11-10 21:50:23 +00:00
committed by Git OBS Bridge
parent 3190176d3d
commit f2a0087db0
4 changed files with 20 additions and 8 deletions

View File

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

3
fontparts-0.12.3.zip Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 10 21:49:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.12.3:
* Update setup.py
* Update fonttools to 4.54.1
* Update base.reference doc
* Fix copyData based on #758
- update to 0.12.2:
* Replace remaining usage of assertEquals with assertEqual. See
* Fixes/tweaks to documentation
* Get guidelines from the mathInfo object directly. See #738
- drop fontParts-pr720-py312tests.patch: upstream
-------------------------------------------------------------------
Sun Mar 3 18:07:37 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -26,14 +26,12 @@
%endif
Name: python-fontParts%{psuffix}
Version: 0.12.1
Version: 0.12.3
Release: 0
Summary: API for interacting with the parts of fonts
License: MIT
URL: https://github.com/robotools/fontParts
Source: https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-%{version}.zip
# PATCH-FIX-UPSTREAM fontParts-pr720-py312tests.patch gh#robotools/fontParts#720
Patch0: https://github.com/robotools/fontParts/pull/720.patch#/fontParts-pr720-py312tests.patch
Source: https://files.pythonhosted.org/packages/source/f/fontParts/fontparts-%{version}.zip
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
@@ -70,7 +68,7 @@ BuildRequires: %{python_module unicodedata2 if %python-base < 3.9}
An API for interacting with the parts of fonts during the font development process.
%prep
%autosetup -p1 -n fontParts-%{version}
%autosetup -p1 -n fontparts-%{version}
%build
export LANG=C.UTF-8