diff --git a/cmarkgfm-0.5.3.tar.gz b/cmarkgfm-0.5.3.tar.gz deleted file mode 100644 index ac40ba4..0000000 --- a/cmarkgfm-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6a549aba327abd986d6748cf21c8637d741c76850e7fefbdef8d28bfe138e32 -size 134806 diff --git a/cmarkgfm-0.7.0.tar.gz b/cmarkgfm-0.7.0.tar.gz new file mode 100644 index 0000000..13b66d5 --- /dev/null +++ b/cmarkgfm-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65c152f9da8bf82714f19c287fe0968ee8e7f899e8d94503d73d0fe57229c19 +size 140573 diff --git a/python-cmarkgfm.changes b/python-cmarkgfm.changes index f383d3c..780ce7f 100644 --- a/python-cmarkgfm.changes +++ b/python-cmarkgfm.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 9 10:26:31 UTC 2022 - Matej Cepl + +- Upgrade to 0.7.0: + - Create wheels for Python 3.10 + - Drop support for Python 2.7 and 3.5 + - The output generated by + cmarkgfm.github_flavored_markdown_to_html for code blocks has + changed to be in line with that of github.com. + - This change may break existing css rules as code blocks were + generated differently for cmarkgfm<0.6.0. + +-
print('hello')
++        
print('hello'
+         
+ ------------------------------------------------------------------- Mon Mar 22 11:00:36 UTC 2021 - Ben Greiner diff --git a/python-cmarkgfm.spec b/python-cmarkgfm.spec index 7c7ce23..654475b 100644 --- a/python-cmarkgfm.spec +++ b/python-cmarkgfm.spec @@ -1,7 +1,7 @@ # # spec file for package python-cmarkgfm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cmarkgfm -Version: 0.5.3 +Version: 0.7.0 Release: 0 Summary: Minimal bindings to GitHub's fork of cmark License: MIT