From c94bc39d0cc370de6063b5ddb92daa08b0e3a845c1db2c7942ff6dcefcb2de2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 12 Sep 2023 10:59:54 +0000 Subject: [PATCH] Accepting request 1110451 from home:ojkastl_buildservice:Branch_devel_languages_python update to 9.3.1 OBS-URL: https://build.opensuse.org/request/show/1110451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-material?expand=0&rev=43 --- mkdocs_material-9.2.8.tar.gz | 3 --- mkdocs_material-9.3.1.tar.gz | 3 +++ no-hatchling-requirements_txt.patch | 17 ++++++++++++++--- python-mkdocs-material.changes | 18 ++++++++++++++++++ python-mkdocs-material.spec | 2 +- 5 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 mkdocs_material-9.2.8.tar.gz create mode 100644 mkdocs_material-9.3.1.tar.gz diff --git a/mkdocs_material-9.2.8.tar.gz b/mkdocs_material-9.2.8.tar.gz deleted file mode 100644 index f5f00e4..0000000 --- a/mkdocs_material-9.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec839dc5eaf42d8525acd1d6420fd0a0583671a4f98a9b3ff7897ae8628dbc2d -size 3795882 diff --git a/mkdocs_material-9.3.1.tar.gz b/mkdocs_material-9.3.1.tar.gz new file mode 100644 index 0000000..e9273f1 --- /dev/null +++ b/mkdocs_material-9.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793c4ec0978582380491a68db8ac4f7e0d5467a736c9884c05baf95a143f32f7 +size 3818926 diff --git a/no-hatchling-requirements_txt.patch b/no-hatchling-requirements_txt.patch index d982722..66610ca 100644 --- a/no-hatchling-requirements_txt.patch +++ b/no-hatchling-requirements_txt.patch @@ -1,7 +1,15 @@ +From 09647236257c0c6f9f645c7cd136f75403b24b82 Mon Sep 17 00:00:00 2001 +From: Johannes Kastl +Date: Tue, 12 Sep 2023 07:40:26 +0200 +Subject: [PATCH] pyproject.toml: remove requirement for hatchling + +Created my Matej Cepl! --- - pyproject.toml | 16 ++++++++++++---- + pyproject.toml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) +diff --git a/pyproject.toml b/pyproject.toml +index 99a8691ee..b861b4e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,12 +30,23 @@ build-backend = "hatchling.build" @@ -27,9 +35,9 @@ +] + readme = "README.md" - requires-python = ">=3.7" + requires-python = ">=3.8" classifiers = [ -@@ -72,9 +83,6 @@ source = "nodejs" +@@ -74,9 +85,6 @@ source = "nodejs" [tool.hatch.metadata.hooks.nodejs] fields = ["license", "description", "authors", "keywords", "urls"] @@ -39,3 +47,6 @@ [tool.hatch.build.targets.wheel] include = ["/material"] +-- +2.42.0 + diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes index a381d2c..7604229 100644 --- a/python-mkdocs-material.changes +++ b/python-mkdocs-material.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 12 04:58:02 UTC 2023 - Johannes Kastl + +- update to 9.3.1: + * Fixed crash of group plugin when used together with hooks + +------------------------------------------------------------------- +Tue Sep 12 04:55:47 UTC 2023 - Johannes Kastl + +- rebase patch no-hatchling-requirements_txt.patch +- update to 9.3.0: + * Improved configuration sharing between community and Insiders + edition + * Added experimental built-in group plugin for enabling plugins + conditionally + * Added new settings in tags plugin for enabling/disabling + * Dropped support for Python 3.7 (EOL) + ------------------------------------------------------------------- Thu Sep 7 06:59:27 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec index 51ea10e..8aa50c8 100644 --- a/python-mkdocs-material.spec +++ b/python-mkdocs-material.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs-material -Version: 9.2.8 +Version: 9.3.1 Release: 0 Summary: Material theme for mkdocs License: MIT