diff --git a/python-fontPens.changes b/python-fontPens.changes index 8829f4d..2d7f85e 100644 --- a/python-fontPens.changes +++ b/python-fontPens.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 23 19:27:28 UTC 2021 - Benjamin Greiner + +- reinstate python36 build (python36-FontTools is available) +- skip python2 build for Leap + ------------------------------------------------------------------- Sat Feb 13 09:52:27 UTC 2021 - Dirk Müller diff --git a/python-fontPens.spec b/python-fontPens.spec index 07039b4..890e08e 100644 --- a/python-fontPens.spec +++ b/python-fontPens.spec @@ -16,14 +16,14 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global skip_python36 1 +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-fontPens Version: 0.2.4 Release: 0 Summary: A collection of classes implementing the pen protocol for manipulating glyphs License: BSD-3-Clause -URL: https://github.com/robofab-developers/fontPens +URL: https://github.com/robotools/fontPens Source: https://files.pythonhosted.org/packages/source/f/fontPens/fontPens-%{version}.zip Patch0: fix-fp-issue.patch BuildRequires: %{python_module setuptools}