Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ufoProcessor for
openSUSE:Factory checked in at 2025-06-12 15:53:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ufoProcessor (Old)
and /work/SRC/openSUSE:Factory/.python-ufoProcessor.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ufoProcessor"
Thu Jun 12 15:53:32 2025 rev:4 rq:1284978 version:1.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ufoProcessor/python-ufoProcessor.changes
2021-03-17 20:20:17.931345726 +0100
+++
/work/SRC/openSUSE:Factory/.python-ufoProcessor.new.19631/python-ufoProcessor.changes
2025-06-12 15:55:24.146513416 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 05:07:20 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ufoProcessor.spec ++++++
--- /var/tmp/diff_new_pack.uildv7/_old 2025-06-12 15:55:24.846542386 +0200
+++ /var/tmp/diff_new_pack.uildv7/_new 2025-06-12 15:55:24.850542551 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ufoProcessor
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python36 1
Name: python-ufoProcessor
Version: 1.9.0
@@ -25,8 +24,10 @@
License: MIT
URL: https://github.com/LettError/ufoProcessor
Source:
https://files.pythonhosted.org/packages/source/u/ufoProcessor/ufoProcessor-%{version}.zip
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
@@ -59,10 +60,10 @@
%setup -q -n ufoProcessor-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -71,5 +72,6 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/ufoProcessor
+%{python_sitelib}/ufo[Pp]rocessor-%{version}.dist-info