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:           Fri Jan  7 12:20:37 UTC 2022

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

Log Message:
py-pygments: updated to 2.11.2

Version 2.11.2
--------------
- Updated lexers:
  * C-family: Fix incorrect handling of labels
  * Java: Fixed an issue with ``record`` keywords result in ``Error`` tokens in some cases

- Fix links to line numbers not working correctly
- Remove ``underline`` from ``Whitespace`` style in the ``Tango`` theme
- Fix ``IRC`` and ``Terminal256`` formatters not backtracking correctly for custom token types, resulting in some unstyled tokens

Version 2.11.1
--------------
- Updated lexers:
  * C-family: Handle return types with multiple tokens (e.g. ``unsigned int``)
  * JSON: Fix a regression which caused whitespace before ``:`` to result in ``Error`` tokens
  * SPICE: Various improvements


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/py-pygments/Makefile
cvs rdiff -u -r1.24 -r1.25 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.38 pkgsrc/textproc/py-pygments/Makefile:1.39
--- pkgsrc/textproc/py-pygments/Makefile:1.38   Wed Jan  5 15:41:26 2022
+++ pkgsrc/textproc/py-pygments/Makefile        Fri Jan  7 12:20:37 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2022/01/05 15:41:26 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/01/07 12:20:37 adam Exp $
 
-DISTNAME=      Pygments-2.11.0
+DISTNAME=      Pygments-2.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pygments/}
 

Index: pkgsrc/textproc/py-pygments/distinfo
diff -u pkgsrc/textproc/py-pygments/distinfo:1.24 pkgsrc/textproc/py-pygments/distinfo:1.25
--- pkgsrc/textproc/py-pygments/distinfo:1.24   Thu Dec 30 17:05:08 2021
+++ pkgsrc/textproc/py-pygments/distinfo        Fri Jan  7 12:20:37 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/12/30 17:05:08 adam Exp $
+$NetBSD: distinfo,v 1.25 2022/01/07 12:20:37 adam Exp $
 
-BLAKE2s (Pygments-2.11.0.tar.gz) = 1f312a6a0fad414a90ce30e85f39ba8947eda0c02b5adcb9b0d5f842290e632d
-SHA512 (Pygments-2.11.0.tar.gz) = 761b722cdcbc41bc730843e8120ae3c0d634db9918c1c1870d89b79002b55f245c896ed9301c44b665e573a8584d5f8504623fe9d4c63820b57a2cfcae576b33
-Size (Pygments-2.11.0.tar.gz) = 4157814 bytes
+BLAKE2s (Pygments-2.11.2.tar.gz) = 194b263e457678aab2033007a907a5ee10f7cbc6e41b6a6d8b58ce6465faea70
+SHA512 (Pygments-2.11.2.tar.gz) = 606ff0c35fa47882f4c5c3794827132e1ee6ccbb4895ae858f9c93ea0c92b73163c9f4d630b51a8bb782ba0b4944a66d1059ad5d017d3191a0a5b30c1e5b8f9f
+Size (Pygments-2.11.2.tar.gz) = 4206258 bytes



Home | Main Index | Thread Index | Old Index