From 64ad448327af97ca4c97fffc39ffc3042cd02350298bbc83627d65ceda3e7d89 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 25 Apr 2025 07:15:24 +0000 Subject: [PATCH] - 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). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=11 --- python-sphobjinv.changes | 15 +++++++++++++++ python-sphobjinv.spec | 14 +++++++------- sphobjinv-2.3.1.2.tar.gz | 3 +++ sphobjinv-2.3.1.tar.gz | 3 --- 4 files changed, 25 insertions(+), 10 deletions(-) create mode 100644 sphobjinv-2.3.1.2.tar.gz delete mode 100644 sphobjinv-2.3.1.tar.gz diff --git a/python-sphobjinv.changes b/python-sphobjinv.changes index a0ec61a..7a41073 100644 --- a/python-sphobjinv.changes +++ b/python-sphobjinv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 24 12:49:55 UTC 2025 - Daniel Garcia + +- 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). + ------------------------------------------------------------------- Wed Mar 27 20:53:45 UTC 2024 - ecsos diff --git a/python-sphobjinv.spec b/python-sphobjinv.spec index b910208..e06cc99 100644 --- a/python-sphobjinv.spec +++ b/python-sphobjinv.spec @@ -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-attrs >= 19.2 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 @@ sed -i '1{/^#!/d}' src/sphobjinv/_vendored/fuzzywuzzy/*.py 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 @@ sed -i 's/--doctest-glob="README.rst"//' tox.ini %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 diff --git a/sphobjinv-2.3.1.2.tar.gz b/sphobjinv-2.3.1.2.tar.gz new file mode 100644 index 0000000..fb16d90 --- /dev/null +++ b/sphobjinv-2.3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad7bad505fbcec2bb9feecc9a2f8843468dec9e99fe6a4ecbbf93978eda31ac +size 1346638 diff --git a/sphobjinv-2.3.1.tar.gz b/sphobjinv-2.3.1.tar.gz deleted file mode 100644 index b09414b..0000000 --- a/sphobjinv-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab4abb840c8d2a5b3532da4318243c70ab0d18f6a87596eae16c3ef178265b1 -size 1345653