Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pygments from 2.4.2 to 2.5.1 #108

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pygments from 2.4.2 to 2.5.1.

Release notes

Sourced from pygments's releases.

2.5.1

This is a release to fix a packaging-related issue (#1280). No functional differences to 2.5.0.

2.5.0

  • Added lexers:

    • Email (PR#1246)
    • Erlang, Elxir shells (PR#823, #1521)
    • Notmuch (PR#1264)
    • Scdoc (PR#1268)
    • Solidity (#1214)
    • Zeek (new name for Bro) (PR#1269)
    • Zig (PR#820)
  • Updated lexers:

    • Apache2 Configuration (PR#1251)
    • Bash sessions (#1253)
    • CSound (PR#1250)
    • Dart
    • Dockerfile
    • Emacs Lisp
    • Handlebars (PR#773)
    • Java (#1101, #987)
    • Logtalk (PR#1261)
    • Matlab (PR#1271)
    • Praat (PR#1277)
    • Python3 (PR#1255)
    • Ruby
    • YAML (#1528)
    • Velocity
  • Added styles:

    • Inkpot (PR#1276)
  • The PythonLexer class is now an alias for the former Python3Lexer.
    The old PythonLexer is available as Python2Lexer. Same change has
    been done for the PythonTracebackLexer. The python3 option for
    the PythonConsoleLexer is now true by default.

  • Bump NasmLexer priority over TasmLexer for .asm files
    (fixes #1326)

  • Default font in the ImageFormatter has been updated (#928, PR#1245)

  • Test suite switched to py.test, removed nose dependency (#1490)

  • Reduce TeraTerm lexer score -- it used to match nearly all languages
    (#1256)

  • Treat Skylark/Starlark files as Python files (PR#1259)

  • Image formatter: actually respect line_number_separator option

... (truncated)
Changelog

Sourced from pygments's changelog.

Version 2.5.1

(released November 26, 2019)

  • This release fixes a packaging issue. No functional changes.

Version 2.5.0

(released November 26, 2019)

  • Added lexers:

    • Email (PR#1246)
    • Erlang, Elxir shells (PR#823, #1521)
    • Notmuch (PR#1264)
    • Scdoc <https://git.sr.ht/~sircmpwn/scdoc>_ (PR#1268)
    • Solidity <https://solidity.readthedocs.io/>_ (#1214)
    • Zeek <https://www.zeek.org>_ (new name for Bro) (PR#1269)
    • Zig <https://ziglang.org/>_ (PR#820)
  • Updated lexers:

    • Apache2 Configuration (PR#1251)
    • Bash sessions (#1253)
    • CSound (PR#1250)
    • Dart
    • Dockerfile
    • Emacs Lisp
    • Handlebars (PR#773)
    • Java (#1101, #987)
    • Logtalk (PR#1261)
    • Matlab (PR#1271)
    • Praat (PR#1277)
    • Python3 (PR#1255)
    • Ruby
    • YAML (#1528)
    • Velocity
  • Added styles:

    • Inkpot (PR#1276)
  • The PythonLexer class is now an alias for the former Python3Lexer.
    The old PythonLexer is available as Python2Lexer. Same change has
    been done for the PythonTracebackLexer. The python3 option for
    the PythonConsoleLexer is now true by default.

  • Bump NasmLexer priority over TasmLexer for .asm files
    (fixes #1326)

  • Default font in the ImageFormatter has been updated (#928, PR#1245)

... (truncated)
Commits
  • 399d1a5 Bump version to 2.5.1.
  • 9e1f1e1 Merge pull request #1283 from pygments/fix/1280
  • 8d0828b Exclude tests from distribution.
  • fddbfff Reserve new version in CHANGES.
  • 6f63df3 Bump version number.
  • ad6acae Update docs for 2.5 release.
  • 74462e5 Merge pull request #1277 from jjatria/praat-interpolation
  • be43f33 Add Solidity lexer.
  • 731339d Python: recognize "f" string prefix
  • 03328ce html formatter: lineseparator needs to be unicode
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.5.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.4.2...2.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 27, 2019
@coveralls
Copy link

Pull Request Test Coverage Report for Build 845

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.995%

Totals Coverage Status
Change from base Build 836: 0.0%
Covered Lines: 192
Relevant Lines: 211

💛 - Coveralls

@dependabot-preview
Copy link
Contributor Author

Superseded by #109.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/develop/pygments-2.5.1 branch December 2, 2019 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant