perlun / perlun.eu.org

Personal blog site
http://perlun.eu.org
0 stars 0 forks source link

Bump pygments.rb from 1.2.1 to 2.0.0 #19

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps pygments.rb from 1.2.1 to 2.0.0.

Release notes

Sourced from pygments.rb's releases.

v2.0.0

Summary

Hello from new maintainer of pygments.rb: @slonopotamus!

This is an initial 2.x.x release which primary change is a switch from Python 2 to Python 3. Another awesome news is that pygments.rb is now part of pygments GitHub organization :tada:

Distribution

Changelog

  • Modify mentos.py to run on Python 3.x instead of Python 2.7
  • Add :timeout parameter to allow for configurable timeouts
  • Add several Python 3.x versions to test matrix
  • Drop dependency on MultiJson
  • Fix hanging on JRuby + Windows
  • Update Pygments to 2.7.3
  • Drop GitHub custom lexers
  • Rework timeout handling
  • Improve error message when Python is not found
  • Breaking change Pygments.rb no longer sets default timeout for its operations
  • Breaking change Now pygments.rb raises MentosError instead of returning nil on timeout
  • stop sending/receiving ids between Ruby and Python
  • use close_others Ruby mechanism to prevent file descriptor leaking to Python
  • fix watchdog race condition leading to ThreadError(<killed thread>) on JRuby

Release meta

Released on: 2021-01-08 Released by: @slonopotamus

Logs: resolved issues | full diff

v2.0.0.rc3

Summary

This is a small bugfix release on the way towards 2.0.0 release

Distribution

Changelog

  • fix watchdog race condition leading to ThreadError(<killed thread>) on JRuby

Release meta

Changelog

Sourced from pygments.rb's changelog.

== 2.0.0 (2021-01-08) - @slonopotamus

  • stop sending/receiving ids between Ruby and Python
  • use close_others Ruby mechanism to prevent file descriptor leaking to Python

== 2.0.0.rc3 (2021-01-08) - @slonopotamus

  • fix watchdog race condition leading to ThreadError(<killed thread>) on JRuby ({uri-repo}/pull/215#215)

== 2.0.0.rc2 (2021-01-07) - @slonopotamus

  • Fix release workflow

== 2.0.0.rc1 (2021-01-07) - @slonopotamus

  • Modify mentos.py to run on Python 3.x instead of Python 2.7
  • Add :timeout parameter to allow for configurable timeouts
  • Add several Python 3.x versions to test matrix
  • Drop dependency on MultiJson
  • Fix hanging on JRuby + Windows
  • Update Pygments to 2.7.3
  • Drop GitHub custom lexers
  • Rework timeout handling
  • Improve error message when Python is not found
  • Breaking change Pygments.rb no longer sets default timeout for its operations
  • Breaking change Now pygments.rb raises MentosError instead of returning nil on timeout
Commits
  • def74c0 Release 2.0.0
  • 4fe5d8f use close_others Ruby mechanism to prevent file descriptor leaking to Pytho...
  • 84cc91a stop sending/receiving ids between Ruby and Python (#218)
  • a58aaf9 use consistent short project description everywhere
  • a45c795 stop depending on rake-compiler
  • 9d4c3e0 Release 2.0.0.rc3
  • 36c980e automatically git add pygments upstream when doing rake vendor:update
  • 895ac88 remove unneded large C test file (#217)
  • 63509bb resolves #215 fix watchdog race condition leading to `ThreadError(<killed thr...
  • b014e77 Release 2.0.0.rc2
  • 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](https://app.dependabot.com): - 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)
perlun commented 3 years ago

Will probably not get merged. I'll look into converting this blog to use sitegen instead, at some point.

dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

perlun commented 1 week ago

Superseded by #54, so this one ended up not being needed.