Accepting request 1231461 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231461 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pandoc-lua-marshal?expand=0&rev=12
This commit is contained in:
commit
d7967ed416
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 7 21:29:59 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-marshal to version 0.3.0.
|
||||
## 0.3.0
|
||||
|
||||
Released 2024-12-07.
|
||||
|
||||
* Add method `normalize` to Pandoc objects.
|
||||
This returns a normalized document by merging adjacent spaces in inlines
|
||||
and by modifying tables.
|
||||
|
||||
* Push Captions as userdata, move code to separate module.
|
||||
|
||||
* Add tests for RawInline and its properties
|
||||
|
||||
* Allow treatment of custom elements as singleton lists.
|
||||
|
||||
* Remove `pandoc` prefix on table components (jgm/pandoc#8574).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 12:28:55 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.9
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Use pandoc types in Lua
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:618a5a479ed1a313cea00be4672170acf8399a36723f57a408e9b6e002941813
|
||||
size 41557
|
3
pandoc-lua-marshal-0.3.0.tar.gz
Normal file
3
pandoc-lua-marshal-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afe839db7867698822880cc81020b61fb6b1d35800b784695a0784f6ea721b35
|
||||
size 42833
|
Loading…
x
Reference in New Issue
Block a user