forked from pool/ghc-commonmark-extensions
osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-commonmark-extensions revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=32
This commit is contained in:
parent
0977622a39
commit
ba0d465d68
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f79b56c806f1a082db882008edea5d0e7835a1065a6fad0a3423d6d7248f1f1c
|
||||
size 43676
|
3
commonmark-extensions-0.2.5.2.tar.gz
Normal file
3
commonmark-extensions-0.2.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec8d2ced4f126aed144e98888f1af845402395a351d8b1c291a372723a7811ab
|
||||
size 45010
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 04:42:30 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update commonmark-extensions to version 0.2.5.2.
|
||||
## 0.2.5.2
|
||||
|
||||
* Improve autolinks extension (#147).
|
||||
The autolinks extension was interacting badly with explicit links,
|
||||
To fix this we had to make autolink parsing a bit stricter than
|
||||
the GFM spec does. They allow unbalanced `)` except at the end
|
||||
of a URL (which is defined as: followed by optional final punctuation
|
||||
then whitespace or eof). With this change, we don't allow unbalanced
|
||||
`)` at all in raw URLs. This should not be a big problem in practice.
|
||||
|
||||
* Protect against quadratic generated table size explosion (Michael Howell).
|
||||
This commit adds a limit to the number of auto-completed cells
|
||||
around 200,000. The result is, in these original samples:
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 17:29:01 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-commonmark-extensions
|
||||
#
|
||||
# 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
|
||||
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.5.1
|
||||
Version: 0.2.5.2
|
||||
Release: 0
|
||||
Summary: Pure Haskell commonmark parser
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user