Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ufoLib2 for openSUSE:Factory checked in at 2024-11-21 15:14:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ufoLib2 (Old) and /work/SRC/openSUSE:Factory/.python-ufoLib2.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ufoLib2" Thu Nov 21 15:14:45 2024 rev:9 rq:1225396 version:0.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ufoLib2/python-ufoLib2.changes 2024-01-04 16:01:52.054316586 +0100 +++ /work/SRC/openSUSE:Factory/.python-ufoLib2.new.28523/python-ufoLib2.changes 2024-11-21 15:15:24.437421838 +0100 @@ -1,0 +2,7 @@ +Wed Nov 20 18:30:05 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 0.16.1: + * Drop support Python 3.7 + * Update testing dependencies and cattrs minimum version + +------------------------------------------------------------------- Old: ---- ufoLib2-0.16.0.tar.gz New: ---- ufolib2-0.16.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ufoLib2.spec ++++++ --- /var/tmp/diff_new_pack.smkSs0/_old 2024-11-21 15:15:24.877440129 +0100 +++ /var/tmp/diff_new_pack.smkSs0/_new 2024-11-21 15:15:24.881440295 +0100 @@ -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 @@ ufoLib2 is a UFO font processing library. %prep -%setup -q -n ufoLib2-%{version} +%setup -q -n ufolib2-%{version} %build %pyproject_wheel