15
0

Accepting request 1160439 from devel:languages:python

- 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

- Update to version 2.2.3

OBS-URL: https://build.opensuse.org/request/show/1160439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-panflute?expand=0&rev=9
This commit is contained in:
2024-03-22 14:20:26 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cefd9dfc48ccd9732a53db57610701d22806da397a8a97e5cc8dc070b55865ca
size 36650

3
panflute-2.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f1bd02a34ef3982ee025ec5b58fb3a6eedfc31d994b8ae39d8dc9915a2d8f1f
size 44829

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 21 17:16:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>
@@ -16,7 +25,7 @@ Thu Jun 1 20:16:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Tue Oct 4 22:36:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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

View File

@@ -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}