Skip to content

Commit 136fb02

Browse files
authored
resolves #265 update Pygments to 2.19.2 (#268)
1 parent 9216183 commit 136fb02

File tree

688 files changed

+3849
-1457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

688 files changed

+3849
-1457
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535
namespace :vendor do
3636
file 'vendor/pygments-main' do |f|
3737
sh "pip install --target=#{f.name} pygments"
38-
sh "git add -- #{f.name}"
38+
sh "git add -f -- #{f.name}"
3939
end
4040

4141
task :clobber do

test/test_pygments.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ def test_css_options
199199
def test_css_prefix_and_options
200200
assert_match(/^\.mycode \.codeerr \{/, P.css('.mycode', classprefix: 'code'))
201201
end
202-
203-
def test_css_colorful
204-
assert_match '.c { color: #888888 }', P.css(style: 'colorful')
205-
end
206202
end
207203

208204
class PygmentsConfigTest < Test::Unit::TestCase

vendor/pygments-main/bin/pygmentize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.11
1+
#!/usr/bin/python3.13
22
# -*- coding: utf-8 -*-
33
import re
44
import sys

vendor/pygments-main/pygments-2.18.0.dist-info/RECORD

Lines changed: 0 additions & 663 deletions
This file was deleted.

vendor/pygments-main/pygments-2.18.0.dist-info/INSTALLER renamed to vendor/pygments-main/pygments-2.19.2.dist-info/INSTALLER

File renamed without changes.

vendor/pygments-main/pygments-2.18.0.dist-info/METADATA renamed to vendor/pygments-main/pygments-2.19.2.dist-info/METADATA

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Metadata-Version: 2.3
1+
Metadata-Version: 2.4
22
Name: Pygments
3-
Version: 2.18.0
3+
Version: 2.19.2
44
Summary: Pygments is a syntax highlighting package written in Python.
55
Project-URL: Homepage, https://pygments.org
66
Project-URL: Documentation, https://pygments.org/docs
@@ -27,6 +27,7 @@ Classifier: Programming Language :: Python :: 3.9
2727
Classifier: Programming Language :: Python :: 3.10
2828
Classifier: Programming Language :: Python :: 3.11
2929
Classifier: Programming Language :: Python :: 3.12
30+
Classifier: Programming Language :: Python :: 3.13
3031
Classifier: Programming Language :: Python :: Implementation :: CPython
3132
Classifier: Programming Language :: Python :: Implementation :: PyPy
3233
Classifier: Topic :: Text Processing :: Filters
@@ -53,5 +54,5 @@ are:
5354
formats that PIL supports and ANSI sequences
5455
* it is usable as a command-line tool and as a library
5556

56-
Copyright 2006-2024 by the Pygments team, see ``AUTHORS``.
57+
Copyright 2006-2025 by the Pygments team, see ``AUTHORS``.
5758
Licensed under the BSD, see ``LICENSE`` for details.

vendor/pygments-main/pygments-2.19.2.dist-info/RECORD

Lines changed: 685 additions & 0 deletions
Large diffs are not rendered by default.

vendor/pygments-main/pygments-2.18.0.dist-info/REQUESTED renamed to vendor/pygments-main/pygments-2.19.2.dist-info/REQUESTED

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Wheel-Version: 1.0
2-
Generator: hatchling 1.24.2
2+
Generator: hatchling 1.27.0
33
Root-Is-Purelib: true
44
Tag: py3-none-any

0 commit comments

Comments
 (0)