18
0

6 Commits

Author SHA256 Message Date
1249f2eb84 Accepting request 1301285 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=8
2025-08-25 18:39:32 +00:00
c152313e8c - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=15
2025-08-25 13:39:16 +00:00
998d5767c1 Accepting request 1285981 from devel:languages:python
- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=7
2025-06-16 09:13:17 +00:00
8b2324bbbe - Switch to pyroject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=13
2025-06-16 06:28:21 +00:00
8b6c4e251a Accepting request 1272588 from devel:languages:python
- 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/request/show/1272588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=6
2025-04-25 20:19:38 +00:00
64ad448327 - 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
2025-04-25 07:15:24 +00:00
4 changed files with 53 additions and 15 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Aug 25 13:38:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems
-------------------------------------------------------------------
Mon Jun 16 06:28:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
-------------------------------------------------------------------
Thu Apr 24 12:49:55 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sphobjinv
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 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
@@ -16,26 +16,34 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?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
Group: Development/Languages/Python
URL: https://github.com/bskinn/sphobjinv
Source: https://github.com/bskinn/sphobjinv/archive/refs/tags/v%{version}.tar.gz#/sphobjinv-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 19.2
Requires: python-certifi
Requires: python-jsonschema >= 3.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
%endif
# SECTION test requirements
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module attrs >= 19.4}
@@ -57,10 +65,10 @@ Sphinx objects.inv Inspection/Manipulation Tool
sed -i '1{/^#!/d}' src/sphobjinv/_vendored/fuzzywuzzy/*.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/sphobjinv
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -69,7 +77,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
@@ -77,11 +87,14 @@ sed -i 's/--doctest-glob="README.rst"//' tox.ini
%postun
%python_uninstall_alternative sphobjinv
%pre
%python_libalternatives_reset_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
%{python_sitelib}/sphobjinv-%{version}*-info
%{python_sitelib}/sphobjinv-%{version}.dist-info
%changelog

BIN
sphobjinv-2.3.1.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sphobjinv-2.3.1.tar.gz (Stored with Git LFS)

Binary file not shown.