Skip to content

Commit 6f297e9

Browse files
authored
resolves #261 update Pygments to 2.18.0 (#262)
1 parent d3f5b5d commit 6f297e9

File tree

342 files changed

+9341
-3927
lines changed

Some content is hidden

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

342 files changed

+9341
-3927
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
ruby: [ 'jruby-9.3', 'jruby-9.4', '2.6', '3.3' ]
24-
python: [ '3.7', '3.12' ]
24+
python: [ '3.8', '3.12' ]
2525
platform: [ ubuntu-22.04, macos-12, windows-2019 ]
2626
runs-on: ${{ matrix.platform }}
2727
steps:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/.bundle/
12
/.idea/
23
/Gemfile.lock
34
/pkg/
45
/tmp
6+
/vendor/
57
*.pyc

CHANGELOG.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
77

88
== Unreleased
99

10-
* Drop support for Ruby 2.5
11-
* Drop support for Python 3.6
10+
* Drop support for Ruby 2.5.
11+
The oldest supported is 3.6 now.
12+
* Drop support for Python 3.6 and 3.7.
13+
The oldest supported is 3.8 now.
14+
* Update Pygments to 2.18.0
1215

1316
== 2.4.1 (2023-11-13) - @slonopotamus
1417

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If a Python process dies, a new one will be spawned on the next pygments.rb requ
2222

2323
== System Requirements
2424

25-
- Python >= 3.7
25+
- Python >= 3.8
2626
- Ruby >= 2.6
2727

2828
== Installation

vendor/pygments-main/Pygments-2.15.1.dist-info/RECORD

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

vendor/pygments-main/Pygments-2.15.1.dist-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.10
1+
#!/usr/bin/python3.11
22
# -*- coding: utf-8 -*-
33
import re
44
import sys
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
Metadata-Version: 2.1
1+
Metadata-Version: 2.3
22
Name: Pygments
3-
Version: 2.15.1
3+
Version: 2.18.0
44
Summary: Pygments is a syntax highlighting package written in Python.
5-
Author-email: Georg Brandl <[email protected]>
6-
Maintainer: Matthäus G. Chajdas
7-
Maintainer-email: Georg Brandl <[email protected]>, Jean Abou Samra <[email protected]>
8-
License: BSD-2-Clause
95
Project-URL: Homepage, https://pygments.org
106
Project-URL: Documentation, https://pygments.org/docs
117
Project-URL: Source, https://github.com/pygments/pygments
128
Project-URL: Bug Tracker, https://github.com/pygments/pygments/issues
139
Project-URL: Changelog, https://github.com/pygments/pygments/blob/master/CHANGES
10+
Author-email: Georg Brandl <[email protected]>
11+
Maintainer: Matthäus G. Chajdas
12+
Maintainer-email: Georg Brandl <[email protected]>, Jean Abou Samra <[email protected]>
13+
License: BSD-2-Clause
14+
License-File: AUTHORS
15+
License-File: LICENSE
1416
Keywords: syntax highlighting
1517
Classifier: Development Status :: 6 - Mature
1618
Classifier: Intended Audience :: Developers
@@ -20,21 +22,20 @@ Classifier: License :: OSI Approved :: BSD License
2022
Classifier: Operating System :: OS Independent
2123
Classifier: Programming Language :: Python
2224
Classifier: Programming Language :: Python :: 3
23-
Classifier: Programming Language :: Python :: 3.7
2425
Classifier: Programming Language :: Python :: 3.8
2526
Classifier: Programming Language :: Python :: 3.9
2627
Classifier: Programming Language :: Python :: 3.10
2728
Classifier: Programming Language :: Python :: 3.11
29+
Classifier: Programming Language :: Python :: 3.12
2830
Classifier: Programming Language :: Python :: Implementation :: CPython
2931
Classifier: Programming Language :: Python :: Implementation :: PyPy
3032
Classifier: Topic :: Text Processing :: Filters
3133
Classifier: Topic :: Utilities
32-
Requires-Python: >=3.7
33-
Description-Content-Type: text/x-rst
34-
License-File: LICENSE
35-
License-File: AUTHORS
34+
Requires-Python: >=3.8
3635
Provides-Extra: plugins
37-
Requires-Dist: importlib-metadata ; (python_version < "3.8") and extra == 'plugins'
36+
Provides-Extra: windows-terminal
37+
Requires-Dist: colorama>=0.4.6; extra == 'windows-terminal'
38+
Description-Content-Type: text/x-rst
3839

3940
Pygments
4041
~~~~~~~~
@@ -52,5 +53,5 @@ are:
5253
formats that PIL supports and ANSI sequences
5354
* it is usable as a command-line tool and as a library
5455

55-
Copyright 2006-2023 by the Pygments team, see ``AUTHORS``.
56+
Copyright 2006-2024 by the Pygments team, see ``AUTHORS``.
5657
Licensed under the BSD, see ``LICENSE`` for details.

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

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

0 commit comments

Comments
 (0)