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 2026-04-25 23:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wolframalpha (Old)
and /work/SRC/openSUSE:Factory/.python-wolframalpha.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wolframalpha"
Sat Apr 25 23:27:58 2026 rev:7 rq:1349278 version:5.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wolframalpha/python-wolframalpha.changes
2025-05-09 18:53:17.641910417 +0200
+++
/work/SRC/openSUSE:Factory/.python-wolframalpha.new.11940/python-wolframalpha.changes
2026-04-25 23:28:17.589762825 +0200
@@ -1,0 +2,10 @@
+Sat Apr 25 20:16:37 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.1.3:
+ * Restore support for query params.
+ * Add test for async functionality and fixed issue with
+ implementation.
+ * Implement async support via client.aquery.
+ * Now correctly resolve Warnings and Assumptions.
+
+-------------------------------------------------------------------
Old:
----
wolframalpha-5.0.0.tar.gz
New:
----
wolframalpha-5.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wolframalpha.spec ++++++
--- /var/tmp/diff_new_pack.H09FFE/_old 2026-04-25 23:28:18.077782787 +0200
+++ /var/tmp/diff_new_pack.H09FFE/_new 2026-04-25 23:28:18.081782950 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-wolframalpha
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,27 +18,30 @@
%{?sle15_python_module_pythons}
Name: python-wolframalpha
-Version: 5.0.0
+Version: 5.1.3
Release: 0
Summary: WolframAlpha 2.0 API client
License: MIT
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 setuptools >= 61.2}
+BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-httpx
Requires: python-jaraco.context
Requires: python-more-itertools
+Requires: python-multidict
Requires: python-xmltodict
BuildArch: noarch
# SECTION test requirements
+BuildRequires: %{python_module httpx}
BuildRequires: %{python_module jaraco.context}
BuildRequires: %{python_module more-itertools}
-BuildRequires: %{python_module pytest >= 3.5}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module multidict}
+BuildRequires: %{python_module pytest >= 6}
BuildRequires: %{python_module xmltodict}
# /SECTION
%python_subpackages
@@ -59,11 +62,11 @@
%check
# we do not provide python-pmxbot
-rm wolframalpha/{test_,}pmxbot.py
-%pytest -k 'not test_pmxbot'
+rm wolframalpha/pmxbot.py tests/test_pmxbot.py
+%pytest -k 'not (test_pmxbot or test_invalid_app_id)'
%files %{python_files}
-%doc CHANGES.rst README.rst
+%doc NEWS.rst README.rst
%license LICENSE
%{python_sitelib}/wolframalpha
%{python_sitelib}/wolframalpha-%{version}.dist-info
++++++ wolframalpha-5.0.0.tar.gz -> wolframalpha-5.1.3.tar.gz ++++++
++++ 1834 lines of diff (skipped)