1
0

Accepting request 1109463 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 9.2.8

OBS-URL: https://build.opensuse.org/request/show/1109463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=41
This commit is contained in:
Markéta Machová 2023-09-07 10:01:07 +00:00 committed by Git OBS Bridge
parent a0818e43b5
commit 1dcf37599a
5 changed files with 160 additions and 18 deletions

View File

@ -1,3 +1,3 @@
<services>
<service name="download_files" mode="disabled"/>
<service name="download_files" mode="manual"/>
</services>

View File

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

View File

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

View File

@ -1,3 +1,138 @@
-------------------------------------------------------------------
Thu Sep 7 06:59:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.8:
* Updated Italian and Russian translations
* Fixed #5952: Combining blog and tags plugin leads to wrong
links
* Fixed #5951: Blog plugin ignores post title in metadata
* Fixed #5949: Blog plugin ignores post linked in nav
-------------------------------------------------------------------
Thu Sep 7 06:58:30 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.7:
* Switched dependencies to compatible release clauses
* Removed `readtime` and `lxml` dependencies for blog plugin
* Reduced size of Docker image to improve CI build performance
* Fixed #5945: Incorrect footer navigation for sibling pages of
blog
* Fixed #5939: Page jumps when changing color palette (Firefox
117)
* Fixed #5901: Announcement bar reappears when using instant
loading
* Fixed #5824: Allow to customize styles of sequence diagrams
-------------------------------------------------------------------
Thu Sep 7 06:57:39 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.6:
* Added Basque translations
* Added template for simple redirects
* Improved blog plugin interop by moving view generation to
`on_files`
* Fixed #5924: Social plugin still checks dependencies when
disabled
* Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0
regression)
-------------------------------------------------------------------
Thu Sep 7 06:56:26 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.5:
* Fixed error in dirty serve mode when using blog plugin
* Fixed page title not being consistent in blog plugin pagination
* Fixed #5899: Blog plugin pagination breaks when disabling
directory URLs
-------------------------------------------------------------------
Thu Sep 7 06:55:02 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.4:
* Added version to bug report name in info plugin
* Updated Afrikaans translations
-------------------------------------------------------------------
Thu Sep 7 06:54:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.3:
* Fixed blog plugin rendering wrongly with
`markdown.extensions.toc`
* Fixed blog plugin entrypoint generation
-------------------------------------------------------------------
Thu Sep 7 06:53:13 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.2:
* Fixed #5880: Blog plugin failing when building a standalone
blog
* Fixed #5881: Blog plugin not compatible with Python < 3.10
-------------------------------------------------------------------
Thu Sep 7 06:34:31 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.1:
* Fixed #5879: Blog plugin failing when building a standalone
blog
* Fixed error in blog plugin when using draft tagging on future
date
* Fixed error in blog plugin when toc extension is not enabled
-------------------------------------------------------------------
Wed Sep 6 15:01:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 9.2.0:
* Additions and improvements
- Added blogging support via built-in blog plugin
- Added support for Chinese language segmentaiton in search
plugin
- Added support for adding custom dates to blog posts
- Added support for paginating archive and category pages
- Added support for annotations (outside of code blocks)
- Added support for navigation icons
- Added support for navigation pruning
- Added support for navigation status
- Added support for customizing site icons
- Added support for customizing (code) annotation icons
- Added focus outline to admonitions and details
- Added prompt for bug report name to info plugin
- Added Luxembourgish translations
- Improved rendering of (code) annotation markers
- Improved print styles for (code) annotations
- Improved customizability of navigation tabs
- Improved interop of plugins with external tools like mike
- Improved interop of blog plugin with awesome pages plugin
- Improved header partial by moving buttons into separate
partials
- Improved clarity of `site_url` warning in social plugin
- Improved blog plugin to automatically setup directory
structure
- Switched info plugin to `importlib` to mitigate deprecations
- Automatically download ResizeObserver polyfill when necessary
- Automatically add iframe-worker polyfill when necessary in
offline plugin
- Automatically focus and bring up keyboard on touch devices
- Updated Serbo-Croatian translations
- Updated MkDocs to 1.5.2
* Removals
- Removed Universal Analytics integration
- Removed ancient polyfills to reduce size of bundled
JavaScript by 20%
- Removed necessity for `Array.flat` and `Array.flatMap`
polyfill
- Removed announcement bar button when JavaScript is not
available
* Fixes
- Fixed rendering of tags when announcement bar is present
- Fixed tags plugin rendering pages excluded by other plugins
- Fixed #5132: Blog plugin requires `nav` entry in `mkdocs.yml`
- Fixed #5599: Insufficient contrast for default link color
- Fixed #5715: Blog plugin missing integrated table of contents
in pagination
- Fixed #5806: Version selector not hoverable on some Android
devices
- Fixed #5826: Blog post drafts with tags show up in tags index
-------------------------------------------------------------------
Tue Aug 1 10:01:13 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-mkdocs-material
Version: 9.1.21
Version: 9.2.8
Release: 0
Summary: Material theme for mkdocs
License: MIT
@ -34,31 +34,38 @@ Source: https://files.pythonhosted.org/packages/source/m/mkdocs_material
# we have these in openSUSE, we should stay with this
# hand-managed patch.
Patch0: no-hatchling-requirements_txt.patch
BuildRequires: %{python_module Markdown >= 3.2}
BuildRequires: %{python_module hatch_nodejs_version}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module jinja2 >= 3.0}
BuildRequires: %{python_module mkdocs >= 1.4.2}
BuildRequires: %{python_module mkdocs-material-extensions >= 1.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pygments >= 2.12}
BuildRequires: %{python_module pymdown-extensions >= 9.4}
BuildRequires: %{python_module setuptools}
# Requirements for core
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
BuildRequires: %{python_module Jinja2 >= 3.1}
BuildRequires: %{python_module Markdown >= 3.4}
BuildRequires: %{python_module mkdocs >= 1.5}
BuildRequires: %{python_module mkdocs-material-extensions >= 1.1}
BuildRequires: %{python_module pygments >= 2.16}
BuildRequires: %{python_module pymdown-extensions >= 10.3}
# Requirements for plugins
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
BuildRequires: %{python_module colorama >= 0.4}
BuildRequires: %{python_module regex => 2023.8}
BuildRequires: %{python_module requests >= 2.31}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Requirements for core
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
Requires: python-Markdown >= 3.2
Requires: python-jinja2 >= 3.0
Requires: python-mkdocs >= 1.4.2
Requires: python-Jinja2 >= 3.1
Requires: python-Markdown >= 3.4
Requires: python-mkdocs >= 1.5
Requires: python-mkdocs-material-extensions >= 1.1
Requires: python-pygments >= 2.14
Requires: python-pymdown-extensions >= 9.9.1
Requires: python-pygments >= 2.16
Requires: python-pymdown-extensions >= 10.3
# Requirements for plugins
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
Requires: python-colorama >= 0.4
Requires: python-regex => 2022.4.24
Requires: python-requests >= 2.26
Requires: python-regex => 2023.8
Requires: python-requests >= 2.31
BuildArch: noarch
%python_subpackages