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:
Peter Simons 2024-02-23 15:02:07 +00:00 committed by Git OBS Bridge
parent 44a95a992d
commit 7b0557d8bd
4 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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