forked from pool/python-sphinx-inline-tabs
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dd07242dea | |||
| 07e9b2fbc1 |
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 5 13:41:40 UTC 2026 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2025.12.21.14:
|
||||
* Docutils 0.22 compatibility
|
||||
* Modernise project metadata
|
||||
* Add basic tests for HTML markup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 18:42:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx-inline-tabs
|
||||
#
|
||||
# Copyright (c) 2023 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
|
||||
@@ -16,10 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-sphinx-inline-tabs
|
||||
Version: 2023.4.21
|
||||
Version: 2025.12.21.14
|
||||
Release: 0
|
||||
Summary: Add inline tabbed content to your Sphinx documentation
|
||||
License: MIT
|
||||
@@ -40,7 +38,7 @@ BuildArch: noarch
|
||||
Add inline tabbed content to your Sphinx documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n sphinx_inline_tabs-%{version}
|
||||
%autosetup -p1 -n sphinx_inline_tabs-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -49,6 +47,10 @@ Add inline tabbed content to your Sphinx documentation.
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# there are tests, but they test older Sphinx and older docutils than we have
|
||||
# https://github.com/pradyunsg/sphinx-inline-tabs/issues/55
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5df2f13f602c158f3f5f6c509e008aeada199a8c76d97ba3aa2822206683bebc
|
||||
size 42664
|
||||
3
sphinx_inline_tabs-2025.12.21.14.tar.gz
Normal file
3
sphinx_inline_tabs-2025.12.21.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c71a75800326e613fb4e410eed92a0934214741326aca9897c18018b9f968cb6
|
||||
size 45572
|
||||
Reference in New Issue
Block a user