Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mkdocs for openSUSE:Factory 
checked in at 2024-04-29 17:58:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mkdocs (Old)
 and      /work/SRC/openSUSE:Factory/.python-mkdocs.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mkdocs"

Mon Apr 29 17:58:44 2024 rev:13 rq:1170789 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mkdocs/python-mkdocs.changes      
2023-09-20 13:31:45.708174439 +0200
+++ /work/SRC/openSUSE:Factory/.python-mkdocs.new.1880/python-mkdocs.changes    
2024-04-29 17:58:53.824573169 +0200
@@ -1,0 +2,30 @@
+Thu Apr 25 19:48:16 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- update to 1.6.0:
+  Big update, see full changelog at
+  https://github.com/mkdocs/mkdocs/releases/tag/1.6.0
+  * Deprecations
+    - Python 3.7 is no longer supported, Python 3.12 is officially
+      supported. Context: #3429
+    - The theme config file mkdocs_theme.yml no longer executes
+      YAML tags. Context: #3465
+    - The plugin event on_page_read_source is soft-deprecated
+      because there is always a better alternative to it (see the
+      new File API or just on_page_markdown, depending on the
+      desired interaction).
+    - When multiple plugins/hooks apply this event handler, they
+      trample over each other, so now there is a warning in that
+      case.
+    - See documentation. Context: #3503
+  * API deprecations
+    - It is no longer allowed to set File.page to a type other than
+      Page or a subclass thereof. Context: #3443 - following the
+      deprecation in version 1.5.3 and #3381.
+    - Theme._vars is deprecated - use theme['foo'] instead of
+      theme._vars['foo']
+    - utils: modified_time(), get_html_path(), get_url_path(),
+      is_html_file(), is_template_file() are removed. path_to_url()
+      is deprecated.
+    - LiveReloadServer.watch() no longer accepts a custom callback.
+
+-------------------------------------------------------------------

Old:
----
  mkdocs-1.5.3.tar.gz

New:
----
  mkdocs-1.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mkdocs.spec ++++++
--- /var/tmp/diff_new_pack.6SCa0Z/_old  2024-04-29 17:58:54.524598630 +0200
+++ /var/tmp/diff_new_pack.6SCa0Z/_new  2024-04-29 17:58:54.528598775 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mkdocs
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-mkdocs
-Version:        1.5.3
+Version:        1.6.0
 Release:        0
 Summary:        Project documentation with Markdown
 License:        BSD-2-Clause
@@ -26,19 +26,18 @@
 Source:         
https://github.com/mkdocs/mkdocs/archive/%{version}.tar.gz#/mkdocs-%{version}.tar.gz
 BuildRequires:  %{python_module Babel >= 2.9.0}
 BuildRequires:  %{python_module Jinja2 >= 2.11.1}
-BuildRequires:  %{python_module Markdown >= 3.2.1}
-# https://github.com/mkdocs/mkdocs/blob/master/pyproject.toml#L38
-#BuildRequires:  %{python_module Markdown <3.4}
+BuildRequires:  %{python_module Markdown >= 3.3.6}
 BuildRequires:  %{python_module MarkupSafe}
-BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module PyYAML >= 5.1}
 BuildRequires:  %{python_module click >= 7.0}
 BuildRequires:  %{python_module ghp-import  >= 1.0}
 BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module importlib_metadata if python-base < 3.10}
 BuildRequires:  %{python_module mergedeep >= 1.3.4}
+BuildRequires:  %{python_module mkdocs-get-deps >= 0.2.0}
 BuildRequires:  %{python_module packaging >= 20.5}
+BuildRequires:  %{python_module pathspec >= 0.11.1}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module platformdirs}
 BuildRequires:  %{python_module pyyaml_env_tag >= 0.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module watchdog >= 2.0}
@@ -48,21 +47,21 @@
 BuildRequires:  python-rpm-macros
 Requires:       fontawesome-fonts
 Requires:       fontawesome-fonts-web
-Requires:       python-Jinja2
-Requires:       python-Markdown
+Requires:       python-Jinja2 >= 2.11.1
+Requires:       python-Markdown >= 3.3.6
 Requires:       python-MarkupSafe
-Requires:       python-PyYAML
-Requires:       python-click
-Requires:       python-ghp-import
+Requires:       python-PyYAML >= 5.1
+Requires:       python-click >= 7.0
+Requires:       python-ghp-import >= 1.0
 Requires:       python-importlib_metadata
-Requires:       python-mergedeep
-Requires:       python-packaging
-Requires:       python-pathspec
-Requires:       python-platformdirs
-Requires:       python-pyyaml_env_tag
-Requires:       python-watchdog
+Requires:       python-mergedeep >= 1.3.4
+Requires:       python-mkdocs-get-deps >= 0.2.0
+Requires:       python-packaging >= 20.5
+Requires:       python-pathspec >= 0.11.1
+Requires:       python-pyyaml_env_tag >= 0.1
+Requires:       python-watchdog >= 2.0
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Suggests:       python-babel
 BuildArch:      noarch
 %python_subpackages

++++++ mkdocs-1.5.3.tar.gz -> mkdocs-1.6.0.tar.gz ++++++
++++ 15110 lines of diff (skipped)

Reply via email to