Accepting request 681218 from devel:languages:python

- Drop the cython dependencies and mark package as noach:
  * Upstream dropped the cython code

- specfile:
  * update copyright year
- update to version 0.8.4:
  * Support an escaped pipe char in a table cell. #150
  * Fix ordered and unordered list. #152
  * Fix spaces between = in HTML tags
  * Add max_recursive_depth for list and blockquote.
  * Fix fences code block.

OBS-URL: https://build.opensuse.org/request/show/681218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-03-08 10:59:03 +00:00 committed by Git OBS Bridge
commit 4ad6be4f37
4 changed files with 33 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619
size 58506

3
mistune-0.8.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
size 58322

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Mar 4 08:56:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Drop the cython dependencies and mark package as noach:
* Upstream dropped the cython code
-------------------------------------------------------------------
Sat Mar 2 04:51:06 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.8.4:
* Support an escaped pipe char in a table cell. #150
* Fix ordered and unordered list. #152
* Fix spaces between = in HTML tags
* Add max_recursive_depth for list and blockquote.
* Fix fences code block.
-------------------------------------------------------------------
Mon Dec 11 21:52:37 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-mistune
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,27 +12,24 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mistune
Version: 0.8.3
Version: 0.8.4
Release: 0
Summary: A markdown parser in pure Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/lepture/mistune
URL: https://github.com/lepture/mistune
Source0: https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@ -52,8 +49,11 @@ A markdown parser in pure Python, inspired by marked.
%python_expand nosetests-%{$python_bin_suffix}
%files %{python_files}
%defattr(-,root,root)
%doc CHANGES.rst LICENSE README.rst
%{python_sitearch}/*
%license LICENSE
%doc CHANGES.rst README.rst
%{python_sitelib}/mistune.py*
%pycache_only %{python3_sitelib}/__pycache__/*
%dir %{python_sitelib}/mistune-%{version}-py*.egg-info
%{python_sitelib}/mistune-%{version}-py*.egg-info/*
%changelog