14
0

Accepting request 1056829 from devel:languages:python

- 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/request/show/1056829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-inline-tabs?expand=0&rev=2
This commit is contained in:
2023-01-08 20:25:34 +00:00
committed by Git OBS Bridge
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>

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
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-sphinx-inline-tabs
Version: 2021.8.17b10
Version: 2022.1.2b11
Release: 0
Summary: Add inline tabbed content to your Sphinx documentation
License: MIT
Group: Development/Languages/Python
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
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: python-rpm-macros
Requires: python-Sphinx >= 3
@@ -40,10 +43,10 @@ Add inline tabbed content to your Sphinx documentation.
%setup -q -n sphinx_inline_tabs-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%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