15
0

- update to 0.16.1:

* Drop support Python 3.7
  * Update testing dependencies and cattrs minimum version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=17
This commit is contained in:
2024-11-20 18:33:31 +00:00
committed by Git OBS Bridge
parent bb3287ddd5
commit f194a51d44
4 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ufoLib2
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-ufoLib2
Version: 0.16.0
Version: 0.16.1
Release: 0
Summary: UFO font processing library
License: Apache-2.0
URL: https://github.com/fonttools/ufoLib2
Source: https://files.pythonhosted.org/packages/source/u/ufoLib2/ufoLib2-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/u/ufolib2/ufolib2-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
@@ -57,7 +57,7 @@ BuildArch: noarch
ufoLib2 is a UFO font processing library.
%prep
%setup -q -n ufoLib2-%{version}
%setup -q -n ufolib2-%{version}
%build
%pyproject_wheel