pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/asciidoc asciidoc: update to 10.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f2fa755c686
branches:  trunk
changeset: 380130:9f2fa755c686
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 29 09:39:44 2022 +0000

description:
asciidoc: update to 10.2.0.

Version 10.2.0 (2022-05-22)
---------------------------
.Future feature
As part of the intended 10.3.0 release, the following document attribute flags will be reserved for modifying asciidoc-py runtime behavior:

- `future-compat`
- `legacy-compat`
- `compat-mode`

Please see https://github.com/asciidoc-py/asciidoc-py/issues/254[GH issue #254] for more information.

.Bug fixes
- Fix verbose output not working when using a2x or asciidoc entry points

.Miscellaneous
- Automate publishing asciidoc-py website as part of release process

Version 10.1.4 (2022-03-01)
---------------------------
.Bug fixes
- Add missing test py files to dist archives
- Fix DeprecationWarnings in a2x regexes

diffstat:

 textproc/asciidoc/Makefile |  9 ++++-----
 textproc/asciidoc/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 1c4684c6be20 -r 9f2fa755c686 textproc/asciidoc/Makefile
--- a/textproc/asciidoc/Makefile        Sun May 29 09:38:44 2022 +0000
+++ b/textproc/asciidoc/Makefile        Sun May 29 09:39:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2022/04/18 19:12:09 adam Exp $
+# $NetBSD: Makefile,v 1.69 2022/05/29 09:39:44 wiz Exp $
 
-DISTNAME=      asciidoc-10.1.4
-PKGREVISION=   1
+DISTNAME=      asciidoc-10.2.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=asciidoc/}
 GITHUB_PROJECT=        asciidoc-py3
@@ -35,8 +34,8 @@
 
 .include "options.mk"
 
-# as of 10.1.2
-# 84 passed, 26 warnings
+# as of 10.2.0
+# 138 passed, 24 warnings
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
diff -r 1c4684c6be20 -r 9f2fa755c686 textproc/asciidoc/distinfo
--- a/textproc/asciidoc/distinfo        Sun May 29 09:38:44 2022 +0000
+++ b/textproc/asciidoc/distinfo        Sun May 29 09:39:44 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2022/03/08 08:52:58 wiz Exp $
+$NetBSD: distinfo,v 1.35 2022/05/29 09:39:44 wiz Exp $
 
-BLAKE2s (asciidoc-10.1.4.tar.gz) = 2ff35762fc54c2680a74587c06c5d6aa35e425f8c422671539d82a10016a5609
-SHA512 (asciidoc-10.1.4.tar.gz) = 7ff87a3aa50864e7fc50ef4efd27b7df8d381b6de7547f45203863a49b56ed027f3a7520d2dc9c24f3f9c2f49c6adcdf170b83ff607c2f1b17c22e5cf0928ad0
-Size (asciidoc-10.1.4.tar.gz) = 1198144 bytes
+BLAKE2s (asciidoc-10.2.0.tar.gz) = b4450bb112bca4f19fa35f27cd8938be72b217d4a808ebee9bb162291c6d34fd
+SHA512 (asciidoc-10.2.0.tar.gz) = 278b4d95af1a93864887fc6a79e38fab431c4a7bf9cca4b734a7ec7cc140c0b804d7182c2002742cb408a2adc68b1f9c8996e930ba2f68a9f8488f75887b00e6
+Size (asciidoc-10.2.0.tar.gz) = 1200416 bytes



Home | Main Index | Thread Index | Old Index