Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2021

Bumps jishaku from 1.20.0.220 to 2.1.0.

Release notes

Sourced from jishaku's releases.

jishaku 2.1.0

https://pypi.org/project/jishaku/2.1.0/ https://github.com/Gorialis/jishaku/tree/2.1.0 https://jishaku.readthedocs.io/en/latest/whatsnew.html#version-2-1-0

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.1.0

Artifacts are included with this release for debugging convenience.

jishaku 2.0.0

https://pypi.org/project/jishaku/2.0.0/ https://github.com/Gorialis/jishaku/tree/2.0.0 https://jishaku.readthedocs.io/en/latest/whatsnew.html#version-2-0-0

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.0.0

Artifacts are included with this release for debugging convenience.

Changelog

Sourced from jishaku's changelog.

Version 2.1.0

A new implementation of PaginatorInterface has been created using Discord's interaction buttons system. It is available when using discord.py 2.0.0 or greater (currently alpha).

Jishaku will now avoid uploading files either when detecting the author is on mobile or through an explicit JISHAKU_FORCE_PAGINATOR switch. This is to better support mobile platforms that do not have inline file previews yet. (PR [#111](https://github.com/Gorialis/jishaku/issues/111) <https://github.com/Gorialis/jishaku/pull/111>_).

Humanize has been removed as a dependency. Selftest now uses Discord's own relative timestamp formatting markdown extension for timing, and pretty printing of memory usage has been implemented within the Feature itself.

Version 2.0.0

Python version changes


Python version 3.7 has been dropped. Jishaku 2.0 requires Python 3.8 or greater.

New commands


- ``jsk rtt``
    Calculates the round-trip time between your bot and the Discord API.
    Reports exact values as well as an average and standard deviation.
  • jsk dis
    Disassembles a given piece of Python code in REPL context, returning the bytecode.
    This does not actually execute the code, but can be used to identify compiler behavior and optimizations.

  • jsk permtrace
    Calculates the effect of permissions and overwrites on a given member or set of roles in a channel.
    This can be used to identify why a member does, or does not, have a permission in a given place.

Command improvements

  • jsk Information on sharding status for both automatically and manually sharded bots is now displayed.

    The root 'jsk' command can now be sanely overridden, removed, or renamed using the Feature system.

  • jsk py / jsk pyi Exceptions now display the line from which they originate, instead of just the line number.

    Large results that fit within the Discord preview threshold are now uploaded as files, for better navigability.

  • jsk sh Timeout has been increased from 90 seconds from invocation, to 120 seconds from the last output. </tr></table>

... (truncated)

Commits

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)

Bumps [jishaku](https://github.com/Gorialis/jishaku) from 1.20.0.220 to 2.1.0.
- [Release notes](https://github.com/Gorialis/jishaku/releases)
- [Changelog](https://github.com/Gorialis/jishaku/blob/master/docs/whatsnew.rst)
- [Commits](https://github.com/Gorialis/jishaku/commits/2.1.0)

---
updated-dependencies:
- dependency-name: jishaku
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jul 8, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2021

Superseded by #237.

@dependabot dependabot bot closed this Jul 28, 2021
@dependabot dependabot bot deleted the dependabot/pip/jishaku-2.1.0 branch July 28, 2021 13:01
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 python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant