1
0

6 Commits

Author SHA256 Message Date
1b64133935 Accepting request 1289410 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1289410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pandoc-lua-marshal?expand=0&rev=13
2025-07-02 10:08:36 +00:00
28910d315a osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-pandoc-lua-marshal revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-lua-marshal?expand=0&rev=28
2025-07-01 07:15:20 +00:00
d7967ed416 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
2024-12-20 22:10:47 +00:00
3785c813f5 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-pandoc-lua-marshal revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-lua-marshal?expand=0&rev=26
2024-12-10 11:25:55 +00:00
9bc780391b Accepting request 1218567 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pandoc-lua-marshal?expand=0&rev=11
2024-10-28 14:19:06 +00:00
299be49885 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-pandoc-lua-marshal revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-lua-marshal?expand=0&rev=24
2024-10-26 13:48:28 +00:00
4 changed files with 63 additions and 5 deletions

View File

@@ -1,3 +1,61 @@
-------------------------------------------------------------------
Mon Jun 23 10:28:08 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-lua-marshal to version 0.3.1.
## 0.3.1
Released 2025-06-23.
* Fix docs of the `Cite` constructor function
* Relax upper bounds for hslua and QuickCheck.
* Dropped support for GHC 8.6.
-------------------------------------------------------------------
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>
- Update pandoc-lua-marshal to version 0.2.9.
## 0.2.9
Released 2024-10-01.
- Update list module, thereby introducing a new method `iter`;
the function returns an iterator that steps through list
values on each call.
- Added support for `__toinline` and `__toblock` metamethods. If
the metamethods are available on a Lua object and return an
appropriate value, then that returned value will be used
during unmarshalling.
## 0.2.8
Released 2024-09-21.
- Update list module, thereby introducing a new method `at` and
an extended constructor for List types.
-------------------------------------------------------------------
Tue Jul 2 07:59:53 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-pandoc-lua-marshal
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.7.1
Version: 0.3.1
Release: 0
Summary: Use pandoc types in Lua
License: MIT

View File

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

View File

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