-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves #261 update Pygments to 2.18.0
- Loading branch information
1 parent
496ba68
commit 857c3fb
Showing
340 changed files
with
9,339 additions
and
3,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
/.bundle/ | ||
/.idea/ | ||
/Gemfile.lock | ||
/pkg/ | ||
/tmp | ||
/vendor/ | ||
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python3.10 | ||
#!/usr/bin/python3.11 | ||
# -*- coding: utf-8 -*- | ||
import re | ||
import sys | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
Metadata-Version: 2.1 | ||
Metadata-Version: 2.3 | ||
Name: Pygments | ||
Version: 2.15.1 | ||
Version: 2.18.0 | ||
Summary: Pygments is a syntax highlighting package written in Python. | ||
Author-email: Georg Brandl <[email protected]> | ||
Maintainer: Matthäus G. Chajdas | ||
Maintainer-email: Georg Brandl <[email protected]>, Jean Abou Samra <[email protected]> | ||
License: BSD-2-Clause | ||
Project-URL: Homepage, https://pygments.org | ||
Project-URL: Documentation, https://pygments.org/docs | ||
Project-URL: Source, https://github.com/pygments/pygments | ||
Project-URL: Bug Tracker, https://github.com/pygments/pygments/issues | ||
Project-URL: Changelog, https://github.com/pygments/pygments/blob/master/CHANGES | ||
Author-email: Georg Brandl <[email protected]> | ||
Maintainer: Matthäus G. Chajdas | ||
Maintainer-email: Georg Brandl <[email protected]>, Jean Abou Samra <[email protected]> | ||
License: BSD-2-Clause | ||
License-File: AUTHORS | ||
License-File: LICENSE | ||
Keywords: syntax highlighting | ||
Classifier: Development Status :: 6 - Mature | ||
Classifier: Intended Audience :: Developers | ||
|
@@ -20,21 +22,20 @@ Classifier: License :: OSI Approved :: BSD License | |
Classifier: Operating System :: OS Independent | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.7 | ||
Classifier: Programming Language :: Python :: 3.8 | ||
Classifier: Programming Language :: Python :: 3.9 | ||
Classifier: Programming Language :: Python :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Programming Language :: Python :: 3.12 | ||
Classifier: Programming Language :: Python :: Implementation :: CPython | ||
Classifier: Programming Language :: Python :: Implementation :: PyPy | ||
Classifier: Topic :: Text Processing :: Filters | ||
Classifier: Topic :: Utilities | ||
Requires-Python: >=3.7 | ||
Description-Content-Type: text/x-rst | ||
License-File: LICENSE | ||
License-File: AUTHORS | ||
Requires-Python: >=3.8 | ||
Provides-Extra: plugins | ||
Requires-Dist: importlib-metadata ; (python_version < "3.8") and extra == 'plugins' | ||
Provides-Extra: windows-terminal | ||
Requires-Dist: colorama>=0.4.6; extra == 'windows-terminal' | ||
Description-Content-Type: text/x-rst | ||
|
||
Pygments | ||
~~~~~~~~ | ||
|
@@ -52,5 +53,5 @@ are: | |
formats that PIL supports and ANSI sequences | ||
* it is usable as a command-line tool and as a library | ||
|
||
Copyright 2006-2023 by the Pygments team, see ``AUTHORS``. | ||
Copyright 2006-2024 by the Pygments team, see ``AUTHORS``. | ||
Licensed under the BSD, see ``LICENSE`` for details. |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
...ents-main/Pygments-2.15.1.dist-info/WHEEL → ...ents-main/pygments-2.18.0.dist-info/WHEEL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
Wheel-Version: 1.0 | ||
Generator: bdist_wheel (0.40.0) | ||
Generator: hatchling 1.24.2 | ||
Root-Is-Purelib: true | ||
Tag: py3-none-any | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.