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 2021-11-20 02:38:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mkdocs (Old)
 and      /work/SRC/openSUSE:Factory/.python-mkdocs.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mkdocs"

Sat Nov 20 02:38:57 2021 rev:2 rq:932310 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mkdocs/python-mkdocs.changes      
2021-08-27 21:43:48.897964300 +0200
+++ /work/SRC/openSUSE:Factory/.python-mkdocs.new.1895/python-mkdocs.changes    
2021-11-20 02:40:02.112602953 +0100
@@ -1,0 +2,62 @@
+Thu Nov 17 20:32:38 UTC 2021 - Elisei Roca <er...@mailbox.org>
+
+- do not build for python2; mkdocs is python3-only since 1.1
+
+- update dependencies and add all also as BuildRequires to always deliver an
+  installable package
+
+- update to version 1.2.3 (2021-10-12)
+  https://github.com/mkdocs/mkdocs/blob/1.2.3/docs/about/release-notes.md
+  * Built-in themes now also support these languages:
+    * Simplified Chinese (#2497)
+    * Japanese (#2525)
+    * Brazilian Portuguese (#2535)
+    * Spanish (#2545, previously #2396)
+  * Third-party plugins will take precedence over built-in plugins with the 
same
+    name (#2591)
+  * Bugfix: Fix ability to load translations for some languages:
+    core support (#2565) and search plugin support with fallbacks (#2602)
+  * Bugfix (regression in 1.2): Prevent directory traversal in the dev server
+    (#2604)
+  * Bugfix (regression in 1.2): Prevent webserver warnings from being treated 
as
+    a build failure in strict mode (#2607)
+  * Bugfix: Correctly print colorful messages in the terminal on Windows 
(#2606)
+  * Bugfix: Python version 3.10 was displayed incorrectly in `--version` 
(#2618)
+  * Other small improvements
+    see commit log (https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3).
+
+- changes in 1.2.2 (2021-07-18)
+  * Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters
+    (#2464)
+  * Bugfix (regression in 1.2): Revert livereload file watching to use polling
+    observer (#2477)
+  * Revert from 1.2: Remove the requirement of a `site_url` config and the
+    restriction on `use_directory_urls` (#2490)
+  * Bugfix (regression in 1.2): Don't require trailing slash in the URL when
+    serving a directory index in `mkdocs serve` server (#2507)
+  * Bugfix: Fix `gh_deploy` with config-file in the current directory (#2481)
+  * Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (#2179)
+  * Allow "mkdocs.yaml" as the file name when '--config' is not passed (#2478)
+  * Stop treating ";" as a special character in URLs: urlparse -> urlsplit 
(#2502)
+  * Improve build performance for sites with many pages
+    (partly already done in 1.2) (#2407)
+
+- changes in 1.2.1 (2021-06-09)
+  * Bugfix (regression in 1.2): Ensure 'gh-deploy' always pushes.
+
+- changes in 1.2 (2021-06-04)
+  * Support added for Theme Localization (#2299)
+  * Support added for Environment Variables in the configuration file (#1954)
+  * Support added for Configuration Inheritance (#2218)
+  * Update `gh-deploy` command (#2170)
+  * Rework auto-reload and HTTP server for `mkdocs serve` (#2385)
+  * Offset the local site root according to the sub-path of the `site_url` 
(#2424)
+  * A `build_error` event was added (#2103)
+  * Three new exceptions: BuildError PluginError and Abort (#2103)
+  * Search Indexing Strategy configuration
+  * Backwards incompatible changes in 1.2
+    
https://github.com/mkdocs/mkdocs/blob/1.2/docs/about/release-notes.md?plain=1#L160
+  * Other changes and additions, bugfixes in 1.2
+    
https://github.com/mkdocs/mkdocs/blob/1.2/docs/about/release-notes.md?plain=1#L230
+
+-------------------------------------------------------------------

Old:
----
  1.1.2.tar.gz

New:
----
  mkdocs-1.2.3.tar.gz

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

Other differences:
------------------
++++++ python-mkdocs.spec ++++++
--- /var/tmp/diff_new_pack.0kxfmN/_old  2021-11-20 02:40:02.796600696 +0100
+++ /var/tmp/diff_new_pack.0kxfmN/_new  2021-11-20 02:40:02.796600696 +0100
@@ -16,19 +16,27 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-mkdocs
-Version:        1.1.2
+Version:        1.2.3
 Release:        0
 Summary:        Project documentation with Markdown
 License:        BSD-2-Clause
-Group:          Development/Languages/Python
 URL:            https://www.mkdocs.org
-Source:         https://github.com/mkdocs/mkdocs/archive/%{version}.tar.gz
+Source:         
https://github.com/mkdocs/mkdocs/archive/%{version}.tar.gz#/mkdocs-%{version}.tar.gz
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module Markdown}
+BuildRequires:  %{python_module MarkupSafe}
+BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module click}
-BuildRequires:  %{python_module flake8}
+BuildRequires:  %{python_module ghp-import}
+BuildRequires:  %{python_module importlib_metadata}
+BuildRequires:  %{python_module mergedeep}
+BuildRequires:  %{python_module packaging}
+BuildRequires:  %{python_module pyyaml_env_tag}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module tox}
+BuildRequires:  %{python_module watchdog}
 BuildRequires:  fdupes
 BuildRequires:  fontawesome-fonts
 BuildRequires:  fontawesome-fonts-web
@@ -37,13 +45,18 @@
 Requires:       fontawesome-fonts-web
 Requires:       python-Jinja2
 Requires:       python-Markdown
+Requires:       python-MarkupSafe
 Requires:       python-PyYAML
 Requires:       python-click
 Requires:       python-ghp-import
-Requires:       python-livereload
-Requires:       python-tornado
+Requires:       python-importlib_metadata
+Requires:       python-mergedeep
+Requires:       python-packaging
+Requires:       python-pyyaml_env_tag
+Requires:       python-watchdog
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
+Suggests:       python-babel
 BuildArch:      noarch
 %python_subpackages
 
@@ -82,7 +95,7 @@
 find "%{buildroot}" -type f "(" -name "*.eot" -o -name "*.ttf" -o \
        -name "*.woff" ")" -exec chmod a-x {} +
 
-%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
 # tries to download stuff at runtime
@@ -98,7 +111,6 @@
 %doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/mkdocs
-%{python_sitelib}/mkdocs/
-%{python_sitelib}/mkdocs-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/*
 
 %changelog

Reply via email to