diff --git a/panflute-2.3.0.tar.gz b/panflute-2.3.0.tar.gz deleted file mode 100644 index 9a319ec..0000000 --- a/panflute-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cefd9dfc48ccd9732a53db57610701d22806da397a8a97e5cc8dc070b55865ca -size 36650 diff --git a/panflute-2.3.1.tar.gz b/panflute-2.3.1.tar.gz new file mode 100644 index 0000000..e292b02 --- /dev/null +++ b/panflute-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1bd02a34ef3982ee025ec5b58fb3a6eedfc31d994b8ae39d8dc9915a2d8f1f +size 44829 diff --git a/python-panflute.changes b/python-panflute.changes index a656e14..ca6997f 100644 --- a/python-panflute.changes +++ b/python-panflute.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 21 17:16:49 UTC 2024 - Dirk Müller + +- update to 2.3.1: + * Document that pandoc 3.1.* is supported + * Document older pandoc 2.19 support + * Make MetaMap/List completely pythonic + * Figure, Table: fix to_json() crash if caption is None + ------------------------------------------------------------------- Fri Sep 1 00:26:56 UTC 2023 - Steve Kowalik @@ -16,7 +25,7 @@ Thu Jun 1 20:16:40 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Tue Oct 4 22:36:41 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 2.2.3 +- Update to version 2.2.3 * Added equality operator to element objects (Doc, Block, Inline, Str, etc.) Misc. bugfixes diff --git a/python-panflute.spec b/python-panflute.spec index e49116e..f4129ec 100644 --- a/python-panflute.spec +++ b/python-panflute.spec @@ -1,7 +1,7 @@ # # spec file for package python-panflute # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-panflute -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: Pandoc filters package for Python License: BSD-3-Clause @@ -31,7 +31,7 @@ BuildRequires: python-rpm-macros Requires: python-PyYAML Requires: python-click Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML}