Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pure-eval for
openSUSE:Factory checked in at 2025-06-11 16:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pure-eval (Old)
and /work/SRC/openSUSE:Factory/.python-pure-eval.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pure-eval"
Wed Jun 11 16:19:02 2025 rev:5 rq:1284629 version:0.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pure-eval/python-pure-eval.changes
2024-07-28 17:19:06.931006458 +0200
+++
/work/SRC/openSUSE:Factory/.python-pure-eval.new.19631/python-pure-eval.changes
2025-06-11 16:19:39.859300841 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 05:52:33 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- Explicitly list files and directories in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pure-eval.spec ++++++
--- /var/tmp/diff_new_pack.tuWd6m/_old 2025-06-11 16:19:41.739379203 +0200
+++ /var/tmp/diff_new_pack.tuWd6m/_new 2025-06-11 16:19:41.751379703 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pure-eval
#
-# Copyright (c) 2024 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-%{**}}
%{?sle15_python_module_pythons}
Name: python-pure-eval
Version: 0.2.3
@@ -25,6 +24,7 @@
License: MIT
URL: https://github.com/alexmojaki/pure_eval
Source:
https://files.pythonhosted.org/packages/source/p/pure_eval/pure_eval-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 44}
BuildRequires: %{python_module setuptools_scm >= 3.4.3}
BuildRequires: %{python_module wheel}
@@ -43,15 +43,16 @@
%autosetup -p1 -n pure_eval-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
-%{python_sitelib}/pure_eval*
+%{python_sitelib}/pure_eval
+%{python_sitelib}/pure_eval-%{version}.dist-info