Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2018-08-08 14:52:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and      /work/SRC/openSUSE:Factory/.python-Markdown.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Markdown"

Wed Aug  8 14:52:49 2018 rev:26 rq:627812 version:2.6.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2018-03-19 23:40:13.173367873 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes     
2018-08-08 14:53:46.637577497 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 07:51:51 UTC 2018 - [email protected]
+
+- Add patch to build with python 3.7:
+  * markdown-2.6.11-python37.patch
+
+-------------------------------------------------------------------

New:
----
  markdown-2.6.11-python37.patch

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

Other differences:
------------------
++++++ python-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.xZUy7I/_old  2018-08-08 14:53:48.565580678 +0200
+++ /var/tmp/diff_new_pack.xZUy7I/_new  2018-08-08 14:53:48.569580685 +0200
@@ -24,8 +24,9 @@
 Summary:        Python implementation of Markdown
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://packages.python.org/Markdown/
+Url:            https://python-markdown.github.io/
 Source:         
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
+Patch0:         markdown-2.6.11-python37.patch
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q -n Markdown-%{version}
+%patch0 -p1
 
 %build
 %python_build

++++++ markdown-2.6.11-python37.patch ++++++
diff -up Markdown-2.6.11/tests/__init__.py.orig markdown/tests/__init__.py
--- Markdown-2.6.11/tests/__init__.py.orig      2018-06-03 10:51:55.518781537 
+0000
+++ Markdown-2.6.11/tests/__init__.py   2018-06-03 10:59:34.088350325 +0000
@@ -185,5 +185,7 @@ def run():
     # Except for the warnings that shouldn't
     warnings.filterwarnings('default', category=PendingDeprecationWarning)
     warnings.filterwarnings('default', category=DeprecationWarning, 
module='markdown')
+    warnings.filterwarnings('default', category=DeprecationWarning, 
module='yaml')
+    warnings.filterwarnings('default', category=DeprecationWarning, 
module='nose')
 
     nose.main(addplugins=[HtmlOutput(), Markdown()])

Reply via email to