diff --git a/python-markdown-it-py-2.1.0.tar.gz b/python-markdown-it-py-2.1.0.tar.gz deleted file mode 100644 index 91fac39..0000000 --- a/python-markdown-it-py-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4c693b45d40759d1b3dd715c78a2e31ad95f42fb26657a115244509b12d9e66 -size 265858 diff --git a/python-markdown-it-py-2.2.0.tar.gz b/python-markdown-it-py-2.2.0.tar.gz new file mode 100644 index 0000000..fb0c5ca --- /dev/null +++ b/python-markdown-it-py-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a201c93c023d0c810023b38f3e9ad48be433095c5437d5410af04a73665c8ff1 +size 266808 diff --git a/python-markdown-it-py.changes b/python-markdown-it-py.changes index 701c118..cb8e13c 100644 --- a/python-markdown-it-py.changes +++ b/python-markdown-it-py.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 6 13:33:26 UTC 2023 - Sebastian Wagner + +- update to version 2.2.0: + - What's Changed: + - UPGRADE: Allow linkify-it-py v2 + - FIX: CVE-2023-26303, fix boo#1208974 + - FIX: CLI crash on non-utf8 character + - DOCS: Add section about markdown renderer + - Update benchmark pkg versions + ------------------------------------------------------------------- Mon Sep 5 08:05:47 UTC 2022 - Elisei Roca diff --git a/python-markdown-it-py.spec b/python-markdown-it-py.spec index cb1dc3a..bc181dc 100644 --- a/python-markdown-it-py.spec +++ b/python-markdown-it-py.spec @@ -1,7 +1,7 @@ # # spec file for package python-markdown-it-py # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-markdown-it-py -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Python port of markdown-it Markdown parsing License: MIT