Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mutatorMath for openSUSE:Factory checked in at 2025-06-02 22:01:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mutatorMath (Old) and /work/SRC/openSUSE:Factory/.python-mutatorMath.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mutatorMath" Mon Jun 2 22:01:29 2025 rev:5 rq:1281949 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mutatorMath/python-mutatorMath.changes 2021-12-17 23:55:01.687555311 +0100 +++ /work/SRC/openSUSE:Factory/.python-mutatorMath.new.16005/python-mutatorMath.changes 2025-06-02 22:01:34.215733659 +0200 @@ -1,0 +2,5 @@ +Mon Jun 2 14:11:33 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mutatorMath.spec ++++++ --- /var/tmp/diff_new_pack.cDNN86/_old 2025-06-02 22:01:34.671752572 +0200 +++ /var/tmp/diff_new_pack.cDNN86/_new 2025-06-02 22:01:34.671752572 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mutatorMath # -# 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,9 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 Name: python-mutatorMath Version: 3.0.1 Release: 0 @@ -27,19 +24,21 @@ URL: https://github.com/LettError/MutatorMath Source: https://files.pythonhosted.org/packages/source/M/MutatorMath/MutatorMath-%{version}.zip Source99: https://raw.githubusercontent.com/LettError/MutatorMath/master/LICENSE +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -BuildArch: noarch Requires: python-FontTools Requires: python-defcon Requires: python-fontMath # requires fonttools' extras_require[ufo] for the "ufo subpackage", despite not specified by setup.py Requires: python-fs +BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module defcon} BuildRequires: %{python_module FontTools} +BuildRequires: %{python_module defcon} BuildRequires: %{python_module fontMath} BuildRequires: %{python_module fs} # Full stdlib required to avoid resource warnings in test suite. @@ -58,10 +57,10 @@ cp %{SOURCE99} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -71,5 +70,5 @@ %files %{python_files} %license LICENSE %{python_sitelib}/mutatorMath -%{python_sitelib}/MutatorMath-%{version}*-info +%{python_sitelib}/[Mm]utator[Mm]ath-%{version}*-info