Hello community,

here is the log from the commit of package python-mistune for openSUSE:Factory 
checked in at 2015-08-21 07:40:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mistune (Old)
 and      /work/SRC/openSUSE:Factory/.python-mistune.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mistune"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mistune/python-mistune.changes    
2015-04-15 16:21:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-mistune.new/python-mistune.changes       
2015-08-21 07:40:39.000000000 +0200
@@ -1,0 +2,19 @@
+Thu Aug 13 12:08:46 UTC 2015 - [email protected]
+
+- update to version 0.7:
+  * Fix the breaking change in version 0.6 with options:
+    parse_inline_html and parse_block_html
+  * Breaking change: remove parse_html option for explicit
+  * Change option escape default value to True for security reason
+- update to version 0.6:
+  * Breaking change on inline HTML, text in inline HTML will not be
+    parsed per #38.
+  * Replace tag renderer with inline_html for breaking change on
+    inline HTML
+  * Double emphasis, emphasis, code, and strikethrough can contain one
+    linebreak per #48.
+  * Match autolinks that do not have / in their URI via #53.
+  * A work around on link that contains ) per #46.
+  * Add <font> tag for inline tags per #55.
+
+-------------------------------------------------------------------

Old:
----
  mistune-0.5.1.tar.gz

New:
----
  mistune-0.7.tar.gz

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

Other differences:
------------------
++++++ python-mistune.spec ++++++
--- /var/tmp/diff_new_pack.FDRQh4/_old  2015-08-21 07:40:40.000000000 +0200
+++ /var/tmp/diff_new_pack.FDRQh4/_new  2015-08-21 07:40:40.000000000 +0200
@@ -17,18 +17,23 @@
 
 
 Name:           python-mistune
-Version:        0.5.1
+Version:        0.7
 Release:        0
-Source0:        
https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            https://github.com/lepture/mistune
 Summary:        The fastest markdown parser in pure Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            https://github.com/lepture/mistune
+Source0:        
https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python-Cython
 BuildRequires:  python-devel
+BuildRequires:  python-nose
 BuildRequires:  python-setuptools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:      noarch
+%endif
 
 %description
 The fastest markdown parser in pure Python, inspired by marked.
@@ -37,7 +42,6 @@
 %setup -q -n mistune-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
@@ -47,7 +51,6 @@
 %files
 %defattr(-,root,root)
 %doc LICENSE README.rst
-%{python_sitearch}/mistune-%{version}-py*.egg-info
-%{python_sitearch}/mistune.*
+%{python_sitelib}/*
 
 %changelog

++++++ mistune-0.5.1.tar.gz -> mistune-0.7.tar.gz ++++++
++++ 43774 lines of diff (skipped)


Reply via email to