forked from pool/python-mkdocs-material
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
This commit is contained in:
parent
1dcf37599a
commit
c94bc39d0c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec839dc5eaf42d8525acd1d6420fd0a0583671a4f98a9b3ff7897ae8628dbc2d
|
|
||||||
size 3795882
|
|
3
mkdocs_material-9.3.1.tar.gz
Normal file
3
mkdocs_material-9.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:793c4ec0978582380491a68db8ac4f7e0d5467a736c9884c05baf95a143f32f7
|
||||||
|
size 3818926
|
@ -1,7 +1,15 @@
|
|||||||
|
From 09647236257c0c6f9f645c7cd136f75403b24b82 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
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(-)
|
1 file changed, 12 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index 99a8691ee..b861b4e90 100644
|
||||||
--- a/pyproject.toml
|
--- a/pyproject.toml
|
||||||
+++ b/pyproject.toml
|
+++ b/pyproject.toml
|
||||||
@@ -30,12 +30,23 @@ build-backend = "hatchling.build"
|
@@ -30,12 +30,23 @@ build-backend = "hatchling.build"
|
||||||
@ -27,9 +35,9 @@
|
|||||||
+]
|
+]
|
||||||
+
|
+
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.8"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
@@ -72,9 +83,6 @@ source = "nodejs"
|
@@ -74,9 +85,6 @@ source = "nodejs"
|
||||||
[tool.hatch.metadata.hooks.nodejs]
|
[tool.hatch.metadata.hooks.nodejs]
|
||||||
fields = ["license", "description", "authors", "keywords", "urls"]
|
fields = ["license", "description", "authors", "keywords", "urls"]
|
||||||
|
|
||||||
@ -39,3 +47,6 @@
|
|||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
include = ["/material"]
|
include = ["/material"]
|
||||||
|
|
||||||
|
--
|
||||||
|
2.42.0
|
||||||
|
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 12 04:58:02 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- 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 <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- 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 <kastl@b1-systems.de>
|
Thu Sep 7 06:59:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-mkdocs-material
|
Name: python-mkdocs-material
|
||||||
Version: 9.2.8
|
Version: 9.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Material theme for mkdocs
|
Summary: Material theme for mkdocs
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user