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 2021-08-30 13:55:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wolframalpha (Old)
 and      /work/SRC/openSUSE:Factory/.python-wolframalpha.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wolframalpha"

Mon Aug 30 13:55:06 2021 rev:3 rq:914989 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wolframalpha/python-wolframalpha.changes  
2018-12-24 11:48:05.357097095 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wolframalpha.new.1899/python-wolframalpha.changes
        2021-08-30 13:55:21.505833966 +0200
@@ -1,0 +2,48 @@
+Mon Aug 30 10:02:08 UTC 2021 - Matej Cepl <[email protected]>
+
+- Fix name of the python-more-itertools package.
+
+-------------------------------------------------------------------
+Fri Aug 27 12:49:53 UTC 2021 - [email protected]
+
+- version update to 5.0.0
+  v5.0.0
+  ======
+  * Rewrote object model to load objects more automatically.
+    API is mostly compatible, but there may be some rare
+    uses that may need some adjustment. In particular,
+    access to 'children' properties ('pods', 'subpods',
+    'assumptions', 'warnings') are exposed as loaded through
+    their singular names (without transforms or defaults) but
+    exposed as iterable (empty by default) through the plural
+    names.
+  v4.3.1
+  ======
+  * Fixed implementation flaw in ``Results.details``.
+  * Test coverage is now 100%.
+  v4.3.0
+  ======
+  * Added ``Client.from_env()`` to initialize a client loading the
+    API key from the keyring or environment.
+  * #13: ``Result`` objects now resolve as False and return empty
+    ``info`` and ``pods`` attributes when query was unsuccessful.
+  v4.2.0
+  ======
+  * #28: Adapt to support API change from ``.plainText`` to
+    ``.plaintext``.
+  * Moved usage guide to source and published through the docs
+    and validate the usage with doctests.
+  v4.1.1
+  ======
+  * #26: Fix error when ``always_iterable`` recognizes a dict
+    as a list of keys.
+  v4.1.0
+  ======
+  * #21: Adapt to support API change from ``.text`` to ``.plainText``.
+  * Refreshed package metadata.
+  v4.0.0
+  ======
+  * Require Python 3.6 or later.
+- test the package
+                              
+-------------------------------------------------------------------

Old:
----
  wolframalpha-3.0.1.tar.gz

New:
----
  wolframalpha-5.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-wolframalpha.spec ++++++
--- /var/tmp/diff_new_pack.i9NElt/_old  2021-08-30 13:55:22.041834654 +0200
+++ /var/tmp/diff_new_pack.i9NElt/_new  2021-08-30 13:55:22.045834659 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wolframalpha
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with test
 Name:           python-wolframalpha
-Version:        3.0.1
+Version:        5.0.0
 Release:        0
-License:        MIT
 Summary:        WolframAlpha 2.0 API client
-Url:            https://github.com/jaraco/wolframalpha
+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-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module setuptools_scm >= 1.9}
-%if %{with test}
-BuildRequires:  %{python_module jaraco.itertools >= 2.0}
-BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module xmltodict}
-%endif
-# SECTION test requirements
-%if %{with test}
-BuildRequires:  %{python_module pmxbot}
-BuildRequires:  %{python_module pytest >= 2.8}
-%endif
-# /SECTION
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-Requires:       python-jaraco.itertools >= 2.0
-Requires:       python-six
+BuildRequires:  python-rpm-macros
+Requires:       python-jaraco.context
+Requires:       python-more-itertools
 Requires:       python-xmltodict
 BuildArch:      noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module jaraco.context}
+BuildRequires:  %{python_module pytest >= 3.5}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module xmltodict}
+# /SECTION
 %python_subpackages
 
 %description
@@ -62,10 +55,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+# we do not provide python-pmxbot
+rm wolframalpha/{test_,}pmxbot.py
+%pytest -k 'not test_pmxbot'
 
 %files %{python_files}
 %doc CHANGES.rst README.rst

++++++ wolframalpha-3.0.1.tar.gz -> wolframalpha-5.0.0.tar.gz ++++++
++++ 1706 lines of diff (skipped)

Reply via email to