diff --git a/fontParts-0.9.10.zip b/fontParts-0.9.10.zip deleted file mode 100644 index fd4f07b..0000000 --- a/fontParts-0.9.10.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4898942385e0ea28a721fd8de3232f5db7b6c528840754fa8b703a3617b69243 -size 495801 diff --git a/fontParts-0.9.11.zip b/fontParts-0.9.11.zip new file mode 100644 index 0000000..30dcf4c --- /dev/null +++ b/fontParts-0.9.11.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558a5f681fcf7ca0bb5a1c68917b5d9b61c77d517833a01ea1667773d13f4012 +size 496067 diff --git a/python-fontParts.changes b/python-fontParts.changes index f43fbd8..3e93726 100644 --- a/python-fontParts.changes +++ b/python-fontParts.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 16 11:01:52 UTC 2021 - Ben Greiner + +- Update to 0.9.11 + * Fixes inserting a segment with an open contour, #601 +- Skip python36: FontTools dropped support + ------------------------------------------------------------------- Tue Mar 23 19:29:59 UTC 2021 - Benjamin Greiner diff --git a/python-fontParts.spec b/python-fontParts.spec index 32dc4a0..30548b1 100644 --- a/python-fontParts.spec +++ b/python-fontParts.spec @@ -1,5 +1,5 @@ # -# spec file for package python-fontParts-test +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -26,8 +26,9 @@ %endif %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-fontParts%{psuffix} -Version: 0.9.10 +Version: 0.9.11 Release: 0 Summary: API for interacting with the parts of fonts License: MIT @@ -84,6 +85,7 @@ export LANG=C.UTF-8 # fontParts tests requires fontPens and fontPens' tests require fontParts %check export LANG=C.UTF-8 +export PYTHONDONTWRITEBYTECODE=1 %python_expand PYTHONPATH=./Lib $python Lib/fontParts/fontshell/test.py %endif @@ -91,7 +93,8 @@ export LANG=C.UTF-8 %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/fontParts +%{python_sitelib}/fontParts-%{version}*-info %endif %changelog