pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/asciidoc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 29 09:39:45 UTC 2022

Modified Files:
        pkgsrc/textproc/asciidoc: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/textproc/asciidoc/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/asciidoc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/asciidoc/Makefile
diff -u pkgsrc/textproc/asciidoc/Makefile:1.68 pkgsrc/textproc/asciidoc/Makefile:1.69
--- pkgsrc/textproc/asciidoc/Makefile:1.68      Mon Apr 18 19:12:09 2022
+++ pkgsrc/textproc/asciidoc/Makefile   Sun May 29 09:39:44 2022
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 .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}

Index: pkgsrc/textproc/asciidoc/distinfo
diff -u pkgsrc/textproc/asciidoc/distinfo:1.34 pkgsrc/textproc/asciidoc/distinfo:1.35
--- pkgsrc/textproc/asciidoc/distinfo:1.34      Tue Mar  8 08:52:58 2022
+++ pkgsrc/textproc/asciidoc/distinfo   Sun May 29 09:39:44 2022
@@ -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