pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pygments



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  6 20:23:35 UTC 2023

Modified Files:
        pkgsrc/textproc/py-pygments: Makefile PLIST distinfo

Log Message:
py-pygments: updated to 2.16.1

Version 2.16.1
--------------

- Fix ``native`` style missing from style list

Version 2.16.0
--------------
(released August 6th, 2023)

- New lexers:

  * ASN.1
  * Blueprint
  * BQN
  * DNS zone files
  * GraphQL
  * Linux desktop files (following the specification of the
    Freedesktop group, formerly known as XDG)
  * NVIDIA PTX
  * OpenSCAD
  * systemd
  * TLS presentation language
  * Verifpal
  * YARA

- Updated lexers:

  * ASC: Add ``application/pem-certificate-chain`` mimetype
  * C/C++: Refine keyword lists
  * Carbon: Fix long processing times on invalid input, fix number
    lexing
  * Elpi: Handle quotations
  * Go: Support additional built-ins
  * HTTP: Support empty headers
    also recognize responses in ``analyse_text`` implementation
    highlight URL encoded data
  * Igor Pro: Update to Igor Pro 9
  * lean: Recognize expressions nested within attributes
  * Macaulay2: Update builtins
  * Markdown: Allow extra characters after language name
    in code blocks
  * NestedText: Update to version 3
  * scdoc: Improve language guessing implementation
  * Spice: Update to latest version
  * Transact SQL: Add Pre-sorted Group keyword
  * Uxntal: Update for current runes
  * Wikitext: Fix templates in wiki links; fix a language converter false
    positive; add bold italic markup

- Add ``Generic.EmphStrong`` token for bold italic markup
- Add Lightbulb style
- Improve contrast in Monokai style
- Add documentation how to create terminal code highlighting commands
- Add support for loading TrueType fonts to the ``ImageFormatter``


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/py-pygments/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-pygments/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-pygments/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/py-pygments/Makefile
diff -u pkgsrc/textproc/py-pygments/Makefile:1.47 pkgsrc/textproc/py-pygments/Makefile:1.48
--- pkgsrc/textproc/py-pygments/Makefile:1.47   Wed Apr 19 05:04:48 2023
+++ pkgsrc/textproc/py-pygments/Makefile        Sun Aug  6 20:23:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2023/04/19 05:04:48 adam Exp $
+# $NetBSD: Makefile,v 1.48 2023/08/06 20:23:35 adam Exp $
 
-DISTNAME=      Pygments-2.15.1
+DISTNAME=      Pygments-2.16.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pygments/}

Index: pkgsrc/textproc/py-pygments/PLIST
diff -u pkgsrc/textproc/py-pygments/PLIST:1.24 pkgsrc/textproc/py-pygments/PLIST:1.25
--- pkgsrc/textproc/py-pygments/PLIST:1.24      Mon Apr 17 06:59:57 2023
+++ pkgsrc/textproc/py-pygments/PLIST   Sun Aug  6 20:23:35 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2023/04/17 06:59:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2023/08/06 20:23:35 adam Exp $
 bin/pygmentize-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
@@ -136,6 +136,8 @@ ${PYSITELIB}/pygments/lexers/asc.py
 ${PYSITELIB}/pygments/lexers/asc.pyc
 ${PYSITELIB}/pygments/lexers/asm.py
 ${PYSITELIB}/pygments/lexers/asm.pyc
+${PYSITELIB}/pygments/lexers/asn1.py
+${PYSITELIB}/pygments/lexers/asn1.pyc
 ${PYSITELIB}/pygments/lexers/automation.py
 ${PYSITELIB}/pygments/lexers/automation.pyc
 ${PYSITELIB}/pygments/lexers/bare.py
@@ -148,8 +150,12 @@ ${PYSITELIB}/pygments/lexers/berry.py
 ${PYSITELIB}/pygments/lexers/berry.pyc
 ${PYSITELIB}/pygments/lexers/bibtex.py
 ${PYSITELIB}/pygments/lexers/bibtex.pyc
+${PYSITELIB}/pygments/lexers/blueprint.py
+${PYSITELIB}/pygments/lexers/blueprint.pyc
 ${PYSITELIB}/pygments/lexers/boa.py
 ${PYSITELIB}/pygments/lexers/boa.pyc
+${PYSITELIB}/pygments/lexers/bqn.py
+${PYSITELIB}/pygments/lexers/bqn.pyc
 ${PYSITELIB}/pygments/lexers/business.py
 ${PYSITELIB}/pygments/lexers/business.pyc
 ${PYSITELIB}/pygments/lexers/c_cpp.py
@@ -194,6 +200,8 @@ ${PYSITELIB}/pygments/lexers/devicetree.
 ${PYSITELIB}/pygments/lexers/devicetree.pyc
 ${PYSITELIB}/pygments/lexers/diff.py
 ${PYSITELIB}/pygments/lexers/diff.pyc
+${PYSITELIB}/pygments/lexers/dns.py
+${PYSITELIB}/pygments/lexers/dns.pyc
 ${PYSITELIB}/pygments/lexers/dotnet.py
 ${PYSITELIB}/pygments/lexers/dotnet.pyc
 ${PYSITELIB}/pygments/lexers/dsls.py
@@ -252,6 +260,8 @@ ${PYSITELIB}/pygments/lexers/graph.py
 ${PYSITELIB}/pygments/lexers/graph.pyc
 ${PYSITELIB}/pygments/lexers/graphics.py
 ${PYSITELIB}/pygments/lexers/graphics.pyc
+${PYSITELIB}/pygments/lexers/graphql.py
+${PYSITELIB}/pygments/lexers/graphql.pyc
 ${PYSITELIB}/pygments/lexers/graphviz.py
 ${PYSITELIB}/pygments/lexers/graphviz.pyc
 ${PYSITELIB}/pygments/lexers/gsql.py
@@ -342,6 +352,8 @@ ${PYSITELIB}/pygments/lexers/objective.p
 ${PYSITELIB}/pygments/lexers/objective.pyc
 ${PYSITELIB}/pygments/lexers/ooc.py
 ${PYSITELIB}/pygments/lexers/ooc.pyc
+${PYSITELIB}/pygments/lexers/openscad.py
+${PYSITELIB}/pygments/lexers/openscad.pyc
 ${PYSITELIB}/pygments/lexers/other.py
 ${PYSITELIB}/pygments/lexers/other.pyc
 ${PYSITELIB}/pygments/lexers/parasail.py
@@ -370,6 +382,8 @@ ${PYSITELIB}/pygments/lexers/prolog.py
 ${PYSITELIB}/pygments/lexers/prolog.pyc
 ${PYSITELIB}/pygments/lexers/promql.py
 ${PYSITELIB}/pygments/lexers/promql.pyc
+${PYSITELIB}/pygments/lexers/ptx.py
+${PYSITELIB}/pygments/lexers/ptx.pyc
 ${PYSITELIB}/pygments/lexers/python.py
 ${PYSITELIB}/pygments/lexers/python.pyc
 ${PYSITELIB}/pygments/lexers/q.py
@@ -464,6 +478,8 @@ ${PYSITELIB}/pygments/lexers/thingsdb.py
 ${PYSITELIB}/pygments/lexers/thingsdb.pyc
 ${PYSITELIB}/pygments/lexers/tlb.py
 ${PYSITELIB}/pygments/lexers/tlb.pyc
+${PYSITELIB}/pygments/lexers/tls.py
+${PYSITELIB}/pygments/lexers/tls.pyc
 ${PYSITELIB}/pygments/lexers/tnt.py
 ${PYSITELIB}/pygments/lexers/tnt.pyc
 ${PYSITELIB}/pygments/lexers/trafficscript.py
@@ -482,6 +498,8 @@ ${PYSITELIB}/pygments/lexers/varnish.py
 ${PYSITELIB}/pygments/lexers/varnish.pyc
 ${PYSITELIB}/pygments/lexers/verification.py
 ${PYSITELIB}/pygments/lexers/verification.pyc
+${PYSITELIB}/pygments/lexers/verifpal.py
+${PYSITELIB}/pygments/lexers/verifpal.pyc
 ${PYSITELIB}/pygments/lexers/web.py
 ${PYSITELIB}/pygments/lexers/web.pyc
 ${PYSITELIB}/pygments/lexers/webassembly.py
@@ -504,6 +522,8 @@ ${PYSITELIB}/pygments/lexers/xorg.py
 ${PYSITELIB}/pygments/lexers/xorg.pyc
 ${PYSITELIB}/pygments/lexers/yang.py
 ${PYSITELIB}/pygments/lexers/yang.pyc
+${PYSITELIB}/pygments/lexers/yara.py
+${PYSITELIB}/pygments/lexers/yara.pyc
 ${PYSITELIB}/pygments/lexers/zig.py
 ${PYSITELIB}/pygments/lexers/zig.pyc
 ${PYSITELIB}/pygments/modeline.py
@@ -556,6 +576,8 @@ ${PYSITELIB}/pygments/styles/igor.py
 ${PYSITELIB}/pygments/styles/igor.pyc
 ${PYSITELIB}/pygments/styles/inkpot.py
 ${PYSITELIB}/pygments/styles/inkpot.pyc
+${PYSITELIB}/pygments/styles/lightbulb.py
+${PYSITELIB}/pygments/styles/lightbulb.pyc
 ${PYSITELIB}/pygments/styles/lilypond.py
 ${PYSITELIB}/pygments/styles/lilypond.pyc
 ${PYSITELIB}/pygments/styles/lovelace.py

Index: pkgsrc/textproc/py-pygments/distinfo
diff -u pkgsrc/textproc/py-pygments/distinfo:1.30 pkgsrc/textproc/py-pygments/distinfo:1.31
--- pkgsrc/textproc/py-pygments/distinfo:1.30   Wed Apr 19 05:04:48 2023
+++ pkgsrc/textproc/py-pygments/distinfo        Sun Aug  6 20:23:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2023/04/19 05:04:48 adam Exp $
+$NetBSD: distinfo,v 1.31 2023/08/06 20:23:35 adam Exp $
 
-BLAKE2s (Pygments-2.15.1.tar.gz) = d14ccb5acdc3722024508e9037cea4b832b65d23bddd3f456fbaedd77dc436dd
-SHA512 (Pygments-2.15.1.tar.gz) = 408f0bbbc8226ee91b82ed084d178f114657150bcf9381dd34debb704399ccdb2e78cb5578ff297797771660d7263c51c305d03b2a27ae29269110be0bca50a9
-Size (Pygments-2.15.1.tar.gz) = 4819591 bytes
+BLAKE2s (Pygments-2.16.1.tar.gz) = 9d009e439aa8078440e3328cb4de63f52f622f2fb8c7d28732f637d003a8156a
+SHA512 (Pygments-2.16.1.tar.gz) = 9b66c79c03e7ecd36cc00efd428a0a6b372e70dbccdcaae26eff4d56c07a17e2e00d2cf0291eb6624ffd1c896b797789b973e80ccbca4240d56daad95eacfd80
+Size (Pygments-2.16.1.tar.gz) = 4872980 bytes



Home | Main Index | Thread Index | Old Index