forked from pool/python-cmarkgfm
Accepting request 880503 from home:bnavigator:branches:devel:languages:python
- Update to 0.5.3 * Add support for Linux aarch64 - Release 0.5.2 * Enable tasklist extension - Release 0.5.1 * Add support for Python 3.9 * Document deprecation of Python 2.7 - Release 0.5.0 * Update to cmark 0.29.0.gfm.0 * Drop support for Python 3.4; make support for 3.7 & 3.8 official (#21) * Document SAFE/UNSAFE mode and the other options (#24) + import cmarkgfm.cmark.Options into cmarkgfm * Make Python information more explicit in the README (#16) OBS-URL: https://build.opensuse.org/request/show/880503 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmarkgfm?expand=0&rev=4
This commit is contained in:
parent
fd7f7b5745
commit
3ea2d78f2c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f20900f16377f2109783ae9348d34bc80530808439591c3d3df73d5c7ef1a00c
|
|
||||||
size 133264
|
|
3
cmarkgfm-0.5.3.tar.gz
Normal file
3
cmarkgfm-0.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6a549aba327abd986d6748cf21c8637d741c76850e7fefbdef8d28bfe138e32
|
||||||
|
size 134806
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 22 11:00:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 0.5.3
|
||||||
|
* Add support for Linux aarch64
|
||||||
|
- Release 0.5.2
|
||||||
|
* Enable tasklist extension
|
||||||
|
- Release 0.5.1
|
||||||
|
* Add support for Python 3.9
|
||||||
|
* Document deprecation of Python 2.7
|
||||||
|
- Release 0.5.0
|
||||||
|
* Update to cmark 0.29.0.gfm.0
|
||||||
|
* Drop support for Python 3.4; make support for 3.7 & 3.8 official
|
||||||
|
(#21)
|
||||||
|
* Document SAFE/UNSAFE mode and the other options (#24)
|
||||||
|
+ import cmarkgfm.cmark.Options into cmarkgfm
|
||||||
|
* Make Python information more explicit in the README (#16)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 2 12:18:47 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
Wed Jan 2 12:18:47 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cmarkgfm
|
# spec file for package python-cmarkgfm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,19 +18,19 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-cmarkgfm
|
Name: python-cmarkgfm
|
||||||
Version: 0.4.2
|
Version: 0.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Minimal bindings to GitHub's fork of cmark
|
Summary: Minimal bindings to GitHub's fork of cmark
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/jonparrott/cmarkgfm
|
URL: https://github.com/jonparrott/cmarkgfm
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/cmarkgfm/cmarkgfm-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/cmarkgfm/cmarkgfm-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cffi >= 1.0.0}
|
BuildRequires: %{python_module cffi >= 1.0.0}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module cffi >= 1.0.0}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-cffi >= 1.0.0
|
Requires: python-cffi >= 1.0.0
|
||||||
@ -54,12 +54,12 @@ find %{buildroot} -type f -name "*.h" -delete -print
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%pytest_arch
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%attr(0644,root,root) %{python_sitearch}/cmarkgfm-%{version}-py*.egg-info/*
|
%{python_sitearch}/cmarkgfm
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/cmarkgfm-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user