diff --git a/fontParts-0.12.1.zip b/fontParts-0.12.1.zip deleted file mode 100644 index 71db22c..0000000 --- a/fontParts-0.12.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79e535dd2d48702f9bb222b7603953e2b5437970c6731c75c18fe2b3cb79a420 -size 500562 diff --git a/fontparts-0.12.3.zip b/fontparts-0.12.3.zip new file mode 100644 index 0000000..5da17a8 --- /dev/null +++ b/fontparts-0.12.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ccb22a3f5a8516a915373845968fc2ea43a6b9d749dd4d5e60b34dda1f9de +size 501457 diff --git a/python-fontParts.changes b/python-fontParts.changes index 7a5bc8a..a3607a0 100644 --- a/python-fontParts.changes +++ b/python-fontParts.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Nov 10 21:49:50 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-fontParts.spec b/python-fontParts.spec index 1f5cc24..0978d4e 100644 --- a/python-fontParts.spec +++ b/python-fontParts.spec @@ -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