diff --git a/python-sphinx-inline-tabs.changes b/python-sphinx-inline-tabs.changes index e6919a4..ea8d72d 100644 --- a/python-sphinx-inline-tabs.changes +++ b/python-sphinx-inline-tabs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 7 23:02:15 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-sphinx-inline-tabs.spec b/python-sphinx-inline-tabs.spec index 42ffdd9..3ed82e4 100644 --- a/python-sphinx-inline-tabs.spec +++ b/python-sphinx-inline-tabs.spec @@ -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} diff --git a/sphinx_inline_tabs-2021.8.17b10.tar.gz b/sphinx_inline_tabs-2021.8.17b10.tar.gz deleted file mode 100644 index 19b7c52..0000000 --- a/sphinx_inline_tabs-2021.8.17b10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e37b4aa5f2baa8d946d7da95b87775f70023d8d0719c77c414fc168ff22c636 -size 42848 diff --git a/sphinx_inline_tabs-2022.1.2b11.tar.gz b/sphinx_inline_tabs-2022.1.2b11.tar.gz new file mode 100644 index 0000000..4b14dfe --- /dev/null +++ b/sphinx_inline_tabs-2022.1.2b11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb9142772ec05ccb07f05d8181b518188fc55631b26ee803c694e812b3fdd73 +size 42520