Hello community,

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

Package is "python-mistune"

Changes:
--------
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.python-mistune.new/python-mistune.changes       
2015-04-15 16:21:48.000000000 +0200
@@ -0,0 +1,39 @@
+-------------------------------------------------------------------
+Tue Apr  7 11:16:51 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.5.1:
+  + Fix a bug when list item is blank via ipython#7929.
+  + Use python-wheels to build wheels for Mac.
+- Drop 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
+  fixed upstream.
+- Fix source URL.
+- Add fdupes BuildRequires and fdupes macro, remove duplicated
+  files.
+- Package LICENSE README.rst.
+
+-------------------------------------------------------------------
+Sun Mar  8 20:48:24 UTC 2015 - tbehr...@suse.com
+
+- Add 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
+  to fix #8 in odpdown, and
+  https://github.com/ipython/ipython/issues/7929. This is a backport
+  from upstream master.
+
+-------------------------------------------------------------------
+Sat Feb  7 20:36:53 UTC 2015 - tbehr...@suse.com
+
+- Update to mistune 0.5:
+  * For custom lexers, *features* is replaced with *rules*
+  * Refactor on function names and codes
+  * Add a way to output the render tree via `#20`
+  * Fix emphasis and strikethrough regular expressions
+- Changes from version 0.4.1
+  * Add option for parse markdown in block level html
+  * Fix on lheading, any number of underline = or - will work
+  * Patch for setup if Cython is available but no C compiler
+
+-------------------------------------------------------------------
+Wed Oct  8 22:22:02 UTC 2014 - nev...@gmail.com
+
+-initial import
+

New:
----
  mistune-0.5.1.tar.gz
  python-mistune.changes
  python-mistune.spec

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

Other differences:
------------------
++++++ python-mistune.spec ++++++
#
# spec file for package python-mistune
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-mistune
Version:        0.5.1
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
BuildRequires:  fdupes
BuildRequires:  python-Cython
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
The fastest markdown parser in pure Python, inspired by marked.

%prep
%setup -q -n mistune-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README.rst
%{python_sitearch}/mistune-%{version}-py*.egg-info
%{python_sitearch}/mistune.*

%changelog

Reply via email to