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

build(deps): update jishaku requirement from ~=2.5.1 to ~=2.5.2 #123

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2023

Updates the requirements on jishaku to permit the latest version.

Release notes

Sourced from jishaku's releases.

jishaku 2.5.2

https://pypi.org/project/jishaku/2.5.2/ https://github.com/Gorialis/jishaku/tree/2.5.2

https://jishaku.readthedocs.io/en/latest/whatsnew.html#version-2-5-2

Built by https://github.com/Gorialis/jishaku/actions/runs/6722923983 (triggered by Gorialis)

New commits since 2.5.1

It is advised that you install jishaku directly through the pip package manager.

Install the latest version of jishaku:

pip install -U jishaku

Install specifically this version of jishaku (not recommended):

pip install -U jishaku==2.5.2

Artifacts are included with this release for debugging convenience.

jishaku-2.5.2-py3.8.egg

MD5: 8cd4ef7204f4279f71fae0cabe1054fd

SHA1: 3655fc276676cc05987608c5f7d6ef2bad71c918

SHA256: 348c7dbfdda26eba0b04d8a3e5a2bba50022b477d31000725514796a12200399

jishaku-2.5.2-py3.11.egg

MD5: 9818e2fbe7945e7fd44d4cd3b5a97f79

SHA1: 73eafac8d592f626c7d0f042246b958868323de8

SHA256: de712e3601a6fdb81f407ed987bd228fcfea14e8aa23de161c6b5e2c5e0d73bf

jishaku-2.5.2-py3.10.egg

MD5: 73468c2b643e8d44b7062905a98b7c2b

SHA1: 2aa63ea9048248c57725e5e4e7beef7582268bef

... (truncated)

Changelog

Sourced from jishaku's changelog.

Version 2.5.2

This version is a backport release to fix 3.12 and some other long-standing compatibility bugs.

This does not contain any new features from master - it is a special bug fix only release. You can see the exact changes by comparing tags on GitHub <https://github.com/Gorialis/jishaku/compare/2.5.1...2.5.2>_.

Version 2.5.1

This version includes:

  • Some fixes for changes that broke existing fork support
  • A fix for jsk pip that tries to select the right pip for the current Python when a venv is not correctly activated.
  • Additional shortcut 'scaffold' methods that allow you to easily leverage some compilers/interpreters via the shell when detected.
  • If a REPL (jsk py, etc) contains mentions and fails to compile as is, jishaku will attempt to substitute the mentions with a respective object. This allows you to use mentions as literals when not in a codeblock.
  • Some reaction-related functionality has been adjusted to try and avoid sending reactions when it's not necessary. This is to account for the new, slower, reaction rate limits. Note that some of these benefits only apply to 2.0a+ users.
  • An experimental jsk timeit command that attempts to do line-based timing evaluation of Python code. This isn't super reliable as is, and generally should not be used for small or absolute measurements, but rather to find large snags that could be bottlenecking.

Version 2.5.0

This version adds mostly-complete strict typing to the library, supporting type checkers using the public API.

jsk sync has also been improved, now including a diagnostic for commands that fail to sync, and the ability to use $ to sync global commands, . to sync the current guild, and * to sync all known guilds.

Version 2.4.0

discord.py has now resumed development, and this version allows the cog to be loaded with the new 2.0a async load strategy.

As it stands, jishaku will now once again handle discord.py as its first class priority for support. However, jishaku will still no longer serve discord.py as a requirement and fork-specific fixes up to this point will remain, with future ones still being considered based on their impact.

It is still thus up to you what you decide to use with jishaku, and the module will not make this choice for you, but be aware that discord.py-related bugs will be prioritized for fixes over other implementations.

New stuff in this release:

  • jishaku will now correctly provide and use async setup/add_cog/load_extension on 2.0a
  • __main__ has been improved to allow you to specify a log file to output to in addition to stdout.
  • WrappedPaginator performance has been improved over tenfold, reducing lag from extremely large outputs
  • The jsk sync command has been added, allowing you to sync either your global or guild-specific app_commands.
  • jsk pyi now by default includes the help text on objects when it can find it, making it quicker to determine how to use functions and classes.
  • The jsk ast command has been added, which takes in code and produces a colourful AST breakdown tree.
  • The jsk command will now correctly detect and display the version of the source of the discord package on forks.
  • The jsk command will now show whether the message_content intent is enabled or not.
  • The jsk sh support will now attempt to preserve and properly display ANSI when it is possible to do so.
  • The jsk sh command has a new alias: jsk terminal.
  • The jsk vc ytdl command will now prioritize yt-dlp when it's available to take advantage of the reduced staggering.

... (truncated)

Commits
  • 328565b Fix release pipeline for latest Python & GHA image
  • 6004466 line-profiler does not work on 3.12
  • d9c97d4 Bump & CI fix for backport
  • ed6e129 Reconsolidate stuff for backport
  • 0f4868f pkg_resources -> importlib.metadata
  • 49e31a5 Fixes for jsk timeit
  • 9889c97 Fix docs build issues
  • 90864e1 Fix error in python 3.11 with typing
  • 26130aa Remove a protected access for 3.11 support
  • b96cf80 Allow AST traversal to handle non-Node values in tree
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [jishaku](https://github.com/Gorialis/jishaku) to permit the latest version.
- [Release notes](https://github.com/Gorialis/jishaku/releases)
- [Changelog](https://github.com/Gorialis/jishaku/blob/master/docs/whatsnew.rst)
- [Commits](scarletcafe/jishaku@2.5.1...2.5.2)

---
updated-dependencies:
- dependency-name: jishaku
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2023

Looks like jishaku is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 5, 2023
@dependabot dependabot bot deleted the dependabot/pip/jishaku-approx-eq-2.5.2 branch November 5, 2023 03:38
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.

0 participants