Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphobjinv for
openSUSE:Factory checked in at 2025-04-25 22:19:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphobjinv (Old)
and /work/SRC/openSUSE:Factory/.python-sphobjinv.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphobjinv"
Fri Apr 25 22:19:38 2025 rev:6 rq:1272588 version:2.3.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sphobjinv/python-sphobjinv.changes
2024-03-28 14:30:04.456188350 +0100
+++
/work/SRC/openSUSE:Factory/.python-sphobjinv.new.30101/python-sphobjinv.changes
2025-04-25 22:20:51.007421672 +0200
@@ -1,0 +2,15 @@
+Thu Apr 24 12:49:55 UTC 2025 - Daniel Garcia <[email protected]>
+
+- skip some failing tests with Sphinx 8.2, gh#bskinn/sphobjinv#314
+- Update to 2.3.1.2
+ * Added support for Python 3.13.
+ * Dropped support for Python 3.8 (EOL).
+ * Bumped Read the Docs Python version to 3.12.
+- 2.3.1.1
+ * Added formal support for Python 3.12.
+ * Removed formal support for Python 3.7, which is end-of-life.
+ * Convert README from reST to Markdown (#289, fixes #287).
+ * Fix some broken/redirecting docs links (#289).
+ * Adjust flake8 configuration to account for some new lint warnings/errors
(#289).
+
+-------------------------------------------------------------------
Old:
----
sphobjinv-2.3.1.tar.gz
New:
----
sphobjinv-2.3.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphobjinv.spec ++++++
--- /var/tmp/diff_new_pack.Iw8FyU/_old 2025-04-25 22:20:51.543444198 +0200
+++ /var/tmp/diff_new_pack.Iw8FyU/_new 2025-04-25 22:20:51.543444198 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphobjinv
#
-# Copyright (c) 2023 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,11 +16,9 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-sphobjinv
-Version: 2.3.1
+Version: 2.3.1.2
Release: 0
Summary: Sphinx objectsinv Inspection/Manipulation Tool
License: MIT
@@ -34,7 +32,7 @@
Requires: python-certifi
Requires: python-jsonschema >= 3.0
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Sphinx}
@@ -69,7 +67,9 @@
ignoretests="--ignore tests/test_cli.py --ignore tests/test_cli_nonlocal.py"
# Errors with invalid inventory source type: we didn't build the docs and
don't have the inventory there
sed -i 's/--doctest-glob="README.rst"//' tox.ini
-%pytest $ignoretests
+# failing tests with sphinx 8.2, gh#bskinn/sphobjinv#314
+donttest="test_name_lead_chars"
+%pytest -k "not ($donttest)" $ignoretests
%post
%python_install_alternative sphobjinv
@@ -78,7 +78,7 @@
%python_uninstall_alternative sphobjinv
%files %{python_files}
-%doc CHANGELOG.md README.rst
+%doc CHANGELOG.md README.md
%license LICENSE.txt
%python_alternative %{_bindir}/sphobjinv
%{python_sitelib}/sphobjinv
++++++ sphobjinv-2.3.1.tar.gz -> sphobjinv-2.3.1.2.tar.gz ++++++
++++ 2321 lines of diff (skipped)