Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Markdown for openSUSE:Factory
checked in at 2021-11-27 00:50:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
and /work/SRC/openSUSE:Factory/.python-Markdown.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Markdown"
Sat Nov 27 00:50:56 2021 rev:37 rq:933589 version:3.3.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes
2021-11-23 22:12:25.186510945 +0100
+++
/work/SRC/openSUSE:Factory/.python-Markdown.new.1895/python-Markdown.changes
2021-11-27 00:51:38.670735745 +0100
@@ -1,0 +2,6 @@
+Wed Nov 24 21:21:34 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 3.3.6:
+ * Fix a dependency issue
+
+-------------------------------------------------------------------
Old:
----
Markdown-3.3.5.tar.gz
New:
----
Markdown-3.3.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.mUGzHm/_old 2021-11-27 00:51:39.186733964 +0100
+++ /var/tmp/diff_new_pack.mUGzHm/_new 2021-11-27 00:51:39.186733964 +0100
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Markdown
-Version: 3.3.5
+Version: 3.3.6
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@@ -29,12 +29,12 @@
Source:
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Patch0: markdown-3.0-python37.patch
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module importlib-metadata}
+BuildRequires: %{python_module importlib-metadata >= 4.4}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-importlib-metadata
+Requires: python-importlib-metadata >= 4.4
Requires: python-xml
Requires(post): update-alternatives
Requires(postun):update-alternatives
++++++ Markdown-3.3.5.tar.gz -> Markdown-3.3.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Markdown-3.3.5/Markdown.egg-info/PKG-INFO
new/Markdown-3.3.6/Markdown.egg-info/PKG-INFO
--- old/Markdown-3.3.5/Markdown.egg-info/PKG-INFO 2021-11-16
16:32:34.000000000 +0100
+++ new/Markdown-3.3.6/Markdown.egg-info/PKG-INFO 2021-11-17
16:59:40.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Markdown
-Version: 3.3.5
+Version: 3.3.6
Summary: Python implementation of Markdown.
Home-page: https://Python-Markdown.github.io/
Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Markdown-3.3.5/Markdown.egg-info/requires.txt
new/Markdown-3.3.6/Markdown.egg-info/requires.txt
--- old/Markdown-3.3.5/Markdown.egg-info/requires.txt 2021-11-16
16:32:34.000000000 +0100
+++ new/Markdown-3.3.6/Markdown.egg-info/requires.txt 2021-11-17
16:59:40.000000000 +0100
@@ -1,6 +1,6 @@
[:python_version < "3.10"]
-importlib-metadata>='4.4'
+importlib-metadata>=4.4
[testing]
coverage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Markdown-3.3.5/PKG-INFO new/Markdown-3.3.6/PKG-INFO
--- old/Markdown-3.3.5/PKG-INFO 2021-11-16 16:32:34.000000000 +0100
+++ new/Markdown-3.3.6/PKG-INFO 2021-11-17 16:59:40.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Markdown
-Version: 3.3.5
+Version: 3.3.6
Summary: Python implementation of Markdown.
Home-page: https://Python-Markdown.github.io/
Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Markdown-3.3.5/docs/change_log/index.md
new/Markdown-3.3.6/docs/change_log/index.md
--- old/Markdown-3.3.5/docs/change_log/index.md 2021-11-16 16:32:27.000000000
+0100
+++ new/Markdown-3.3.6/docs/change_log/index.md 2021-11-17 16:59:35.000000000
+0100
@@ -3,6 +3,10 @@
Python-Markdown Change Log
=========================
+Nov 17, 2021: version 3.3.6 (a bug-fix release).
+
+* Fix a dependency issue (#1195, #1196).
+
Nov 16, 2021: version 3.3.5 (a bug-fix release).
* Make the `slugify_unicode` function not remove diacritical marks (#1118).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Markdown-3.3.5/markdown/__meta__.py
new/Markdown-3.3.6/markdown/__meta__.py
--- old/Markdown-3.3.5/markdown/__meta__.py 2021-11-16 16:32:27.000000000
+0100
+++ new/Markdown-3.3.6/markdown/__meta__.py 2021-11-17 16:59:35.000000000
+0100
@@ -26,7 +26,7 @@
# (1, 2, 0, 'beta', 2) => "1.2b2"
# (1, 2, 0, 'rc', 4) => "1.2rc4"
# (1, 2, 0, 'final', 0) => "1.2"
-__version_info__ = (3, 3, 5, 'final', 0)
+__version_info__ = (3, 3, 6, 'final', 0)
def _get_version(version_info):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Markdown-3.3.5/setup.py new/Markdown-3.3.6/setup.py
--- old/Markdown-3.3.5/setup.py 2021-11-16 16:32:27.000000000 +0100
+++ new/Markdown-3.3.6/setup.py 2021-11-17 16:59:35.000000000 +0100
@@ -74,7 +74,7 @@
license='BSD License',
packages=['markdown', 'markdown.extensions'],
python_requires='>=3.6',
- install_requires=["importlib-metadata>='4.4';python_version<'3.10'"],
+ install_requires=["importlib-metadata>=4.4;python_version<'3.10'"],
extras_require={
'testing': [
'coverage',