diff --git a/cmarkgfm-0.4.2.tar.gz b/cmarkgfm-0.4.2.tar.gz deleted file mode 100644 index b724a10..0000000 --- a/cmarkgfm-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20900f16377f2109783ae9348d34bc80530808439591c3d3df73d5c7ef1a00c -size 133264 diff --git a/cmarkgfm-0.5.3.tar.gz b/cmarkgfm-0.5.3.tar.gz new file mode 100644 index 0000000..ac40ba4 --- /dev/null +++ b/cmarkgfm-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a549aba327abd986d6748cf21c8637d741c76850e7fefbdef8d28bfe138e32 +size 134806 diff --git a/python-cmarkgfm.changes b/python-cmarkgfm.changes index 5efd135..f383d3c 100644 --- a/python-cmarkgfm.changes +++ b/python-cmarkgfm.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 22 11:00:36 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-cmarkgfm.spec b/python-cmarkgfm.spec index e25b8aa..7c7ce23 100644 --- a/python-cmarkgfm.spec +++ b/python-cmarkgfm.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cmarkgfm -Version: 0.4.2 +Version: 0.5.3 Release: 0 Summary: Minimal bindings to GitHub's fork of cmark License: MIT 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 BuildRequires: %{python_module cffi >= 1.0.0} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module cffi >= 1.0.0} +BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-cffi >= 1.0.0 @@ -54,12 +54,12 @@ find %{buildroot} -type f -name "*.h" -delete -print %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%python_exec setup.py test +%pytest_arch %files %{python_files} %doc README.rst %license LICENSE.txt -%attr(0644,root,root) %{python_sitearch}/cmarkgfm-%{version}-py*.egg-info/* -%{python_sitearch}/* +%{python_sitearch}/cmarkgfm +%{python_sitearch}/cmarkgfm-%{version}*-info %changelog