pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-pygments py-pygments: updated to 2.11.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/41a9126f3664
branches: trunk
changeset: 371213:41a9126f3664
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jan 07 12:20:37 2022 +0000
description:
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
diffstat:
textproc/py-pygments/Makefile | 5 ++---
textproc/py-pygments/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 31d210690212 -r 41a9126f3664 textproc/py-pygments/Makefile
--- a/textproc/py-pygments/Makefile Fri Jan 07 12:18:44 2022 +0000
+++ b/textproc/py-pygments/Makefile Fri Jan 07 12:20:37 2022 +0000
@@ -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/}
diff -r 31d210690212 -r 41a9126f3664 textproc/py-pygments/distinfo
--- a/textproc/py-pygments/distinfo Fri Jan 07 12:18:44 2022 +0000
+++ b/textproc/py-pygments/distinfo Fri Jan 07 12:20:37 2022 +0000
@@ -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