14
0

- update to 2022.1.2b11:

* Move rich text label to a separate section
  * Drop reference to furo's development workflow
  * don't bother avoiding checking clicked-but-not-triggered-state
  * Add a plan text code block example
  * Improve design enabling more customization

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-inline-tabs?expand=0&rev=3
This commit is contained in:
2023-01-07 23:06:39 +00:00
committed by Git OBS Bridge
parent d5b9c5a798
commit 6b2ee9e7f2
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 7 23:02:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2022.1.2b11:
* Move rich text label to a separate section
* Drop reference to furo's development workflow
* don't bother avoiding checking clicked-but-not-triggered-state
* Add a plan text code block example
* Improve design enabling more customization
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 27 16:03:05 UTC 2021 - Michael Vetter <mvetter@suse.com> Fri Aug 27 16:03:05 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinxcontrib-inline-tabs # spec file for package python-sphinx-inline-tabs
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1 %global skip_python2 1
Name: python-sphinx-inline-tabs Name: python-sphinx-inline-tabs
Version: 2021.8.17b10 Version: 2022.1.2b11
Release: 0 Release: 0
Summary: Add inline tabbed content to your Sphinx documentation Summary: Add inline tabbed content to your Sphinx documentation
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/pradyunsg/sphinx-inline-tabs URL: https://github.com/pradyunsg/sphinx-inline-tabs
Source: https://files.pythonhosted.org/packages/source/s/sphinx_inline_tabs/sphinx_inline_tabs-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/sphinx_inline_tabs/sphinx_inline_tabs-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 3 Requires: python-Sphinx >= 3
@@ -40,10 +43,10 @@ Add inline tabbed content to your Sphinx documentation.
%setup -q -n sphinx_inline_tabs-%{version} %setup -q -n sphinx_inline_tabs-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e37b4aa5f2baa8d946d7da95b87775f70023d8d0719c77c414fc168ff22c636
size 42848

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afb9142772ec05ccb07f05d8181b518188fc55631b26ee803c694e812b3fdd73
size 42520