Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-wolframalpha for
openSUSE:Factory checked in at 2025-05-09 18:50:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wolframalpha (Old)
and /work/SRC/openSUSE:Factory/.python-wolframalpha.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wolframalpha"
Fri May 9 18:50:58 2025 rev:6 rq:1276033 version:5.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wolframalpha/python-wolframalpha.changes
2024-01-30 18:26:03.071318986 +0100
+++
/work/SRC/openSUSE:Factory/.python-wolframalpha.new.30101/python-wolframalpha.changes
2025-05-09 18:53:17.641910417 +0200
@@ -1,0 +2,6 @@
+Fri May 9 05:21:01 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wolframalpha.spec ++++++
--- /var/tmp/diff_new_pack.bOqVUw/_old 2025-05-09 18:53:18.061927889 +0200
+++ /var/tmp/diff_new_pack.bOqVUw/_new 2025-05-09 18:53:18.061927889 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-wolframalpha
#
-# 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
@@ -22,11 +22,12 @@
Release: 0
Summary: WolframAlpha 2.0 API client
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/jaraco/wolframalpha
Source:
https://files.pythonhosted.org/packages/source/w/wolframalpha/wolframalpha-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm >= 1.9}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jaraco.context
@@ -50,10 +51,10 @@
%setup -q -n wolframalpha-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -64,5 +65,6 @@
%files %{python_files}
%doc CHANGES.rst README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/wolframalpha
+%{python_sitelib}/wolframalpha-%{version}.dist-info