Skip to content

Commit

Permalink
textproc/ruby-kramdown-rfc2629: update to 1.5.21
Browse files Browse the repository at this point in the history
1.5.7 (2021-10-07)

* emergency fix for datatracker bibxml URIs that might trigger caching bug

1.5.8 (2021-10-07)

* Extend /xml -> .xml datatracker workaround to
  kramdown-rfc-cache-i-d-bibxml

1.5.9 (2021-10-14)

* Work around bibxml8 http:// target

1.5.10 (2021-10-15)

* allow parens in DOI

1.5.11 (2021-10-19)

* New diagram tools: "protocol", "protocol-goat"

1.5.12 (2021-10-20)

* aasvg and protocol-aasvg support

1.5.13 (2021-10-29)

* Support auto-linking via abbrevs and # syntax

1.5.14 (2021-10-29)

* provide artwork-{txt,svg}-options for svg tools; Close #135

1.5.15 (2021-10-30)

* Prototype "Discussion Venues" mechanism

  venue:
	group: JSON Path
	mail: [email protected]
	github: ietf-wg-jsonpath/draft-ietf-jsonpath-base

* (add arch: for non-default mail archive and type: for non-default group
  type)

* Also: make noabbrev available as a pseudo-attribute

1.5.16 (2021-11-01)

*  work around gettalong/kramdown#717:
   (line breaks in abbrev usage caused the abbrev to not match)

1.5.17 (2021-11-19)

* Add keys to venue block:
  - `repo` for non-github repos
  - `home` for a WG homepage
* Add json check, json-from-yaml to code block

1.5.18 (2021-11-29)

* Add more keys to venue block:

  - `latest` for a pointer to the latest revision
  - `text` for additional text (sent through markdown;
     can be an array for multiple paragraphs)

* Rename venue note to "About This Document".
* Add datatracker link if a docname is available.
* Increase robustness.

1.5.19 (2021-11-29)

* v3 rfc attributes update
  - Move four "processing instructions" into `<rfc` attributes in v3
  - Handle indexInclude like another one of these PIs
  - Default to consensus: true for cat: std or bcp

1.5.20 (2021-12-01)

* Fix #150 (v2 regression fail): ParameterSet: skip nil in #attrs parameter
  list

1.5.21 (2021-12-01)

* Fix more PI regressions
  • Loading branch information
taca committed Dec 11, 2021
1 parent 364e987 commit d83c354
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions textproc/ruby-kramdown-rfc2629/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2021/09/19 17:33:40 taca Exp $
# $NetBSD: Makefile,v 1.11 2021/12/11 14:34:00 taca Exp $

DISTNAME= kramdown-rfc2629-1.5.6
DISTNAME= kramdown-rfc2629-1.5.21
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand All @@ -14,7 +14,7 @@ RUBYGEM_OPTIONS+= --format-executable

#DEPENDS+= ${RUBY_PKGPREFIX}-json_pure>=2.0:../../textproc/ruby-json
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown>=2.3.0<2.4:../../textproc/ruby-kramdown
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-parser-gfm>=1.0<2:../../textproc/ruby-kramdown-parser-gfm
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-parser-gfm>=1.1<2:../../textproc/ruby-kramdown-parser-gfm
DEPENDS+= ${RUBY_PKGPREFIX}-certified>=1.0<2:../../security/ruby-certified

.include "../../lang/ruby/gem.mk"
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-kramdown-rfc2629/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2021/10/26 11:23:24 nia Exp $
$NetBSD: distinfo,v 1.13 2021/12/11 14:34:00 taca Exp $

BLAKE2s (kramdown-rfc2629-1.5.6.gem) = dbad573d29e056914a9cb91b59cbf33d6ac23901e3728a4f8827ac0a92744fbf
SHA512 (kramdown-rfc2629-1.5.6.gem) = 4203c094ae61dc39ee64253352a842892a58f4b12df75ccd2534ee70e1dd00bf546ccb9c426c896836be7e0833db29ec725aa5a10a51fe587e3c83f627fd8a7d
Size (kramdown-rfc2629-1.5.6.gem) = 49152 bytes
BLAKE2s (kramdown-rfc2629-1.5.21.gem) = df6eed76ed6479723d102803b8cc394a6461b28bb06a847e2e89e1b06c71d461
SHA512 (kramdown-rfc2629-1.5.21.gem) = acb087d3c8cf9c33ded92275fff774403585bcd3db2faaf02fb78ecf60b58cce626856c28b91c6aad85b07b6c913d93b1ca109a4839f9e80b1fc312fced3a2e7
Size (kramdown-rfc2629-1.5.21.gem) = 51200 bytes

0 comments on commit d83c354

Please sign in to comment.