Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mistune for openSUSE:Factory 
checked in at 2025-01-12 11:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mistune (Old)
 and      /work/SRC/openSUSE:Factory/.python-mistune.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mistune"

Sun Jan 12 11:10:19 2025 rev:21 rq:1236180 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mistune/python-mistune.changes    
2023-11-22 18:54:21.587028198 +0100
+++ /work/SRC/openSUSE:Factory/.python-mistune.new.1881/python-mistune.changes  
2025-01-12 11:10:52.394328537 +0100
@@ -1,0 +2,12 @@
+Wed Jan  8 15:56:07 UTC 2025 - Yunus Acar <[email protected]>
+
+- Update to 3.1.0:
+  * Add typing-extensions into dependencies  -  by @lepture (93fd1)
+  * Cleanup unused imports  -  by @lepture (6d046)
+  * Make typing-extension optional dependency  -  by @lepture (f7db5)
+  * Importing Self from typing_extensions  -  by @lepture (0772c)
+  * Only HTML-escape codespan in HTML render  -  by @mentalisttraceur (245c0)
+  * Only HTML-escape URLs when rendering to HTML  -  by @mentalisttraceur 
(f4237)
+  * Use correct importing for typing_extensions  -  by @lepture (4f91d) 
+
+-------------------------------------------------------------------

Old:
----
  mistune-3.0.2.tar.gz

New:
----
  mistune-3.1.0.tar.gz

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

Other differences:
------------------
++++++ python-mistune.spec ++++++
--- /var/tmp/diff_new_pack.JooXwb/_old  2025-01-12 11:10:52.818345986 +0100
+++ /var/tmp/diff_new_pack.JooXwb/_new  2025-01-12 11:10:52.822346150 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-mistune
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define modname mistune
 %{?sle15_python_module_pythons}
 Name:           python-%{modname}
-Version:        3.0.2
+Version:        3.1.0
 Release:        0
 Summary:        Python Markdown parser with renderers and plugins
 License:        BSD-3-Clause
@@ -27,9 +27,13 @@
 Source:         
https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module typing-extensions if %python-base < 3.11}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if "%{python_flavor}" < "python311"
+Requires:       python-typing_extensions
+%endif
 BuildArch:      noarch
 Conflicts:      python-mistune2 < %{version}
 Obsoletes:      python-mistune2 < %{version}

++++++ mistune-3.0.2.tar.gz -> mistune-3.1.0.tar.gz ++++++
++++ 4108 lines of diff (skipped)

Reply via email to