Skip to content

Bump reuse from 4.0.3 to 5.0.2

HIFIS Bot requested to merge dependabot-pip-reuse-5.0.2 into master

Bumps reuse from 4.0.3 to 5.0.2.

Release notes

Sourced from reuse's releases.

v5.0.2

Fixed

  • The release date for the v5.0.0 entry in the change log was wrong.

v5.0.1

Fixed

  • Fix readthedocs build.

v5.0.0

This is a big release for a small change set. With this release, the tool becomes compatible with REUSE Specification 3.3, which is a very subtly improved release of the much bigger version 3.2.

Added

  • More file types are recognised:
  • Added lint-file subcommand to enable running lint on specific files. (#1055)
  • Added shell completion via click. (#1084)
  • Added Jujutsu VCS support. (#TODO)
  • Added new copyright prefixes spdx-string, spdx-string-c, and spdx-string-symbol. (#979)
  • Support for Python 3.13. (#1092)

Changed

  • Bumped REUSE Specification version to version 3.3. (#1069)

  • Switched from argparse to click for handling the CLI. The CLI should still handle the same, with identical options and arguments, but some stuff changed under the hood. (#1084)

    Find here a small list of differences:

    • -h is no longer shorthand for --help.
    • --version now outputs "reuse, version X.Y.Z", followed by a licensing blurb on different paragraphs.
    • Some options are made explicitly mutually exclusive, such as annotate's --skip-unrecognised and --style, and download's --output and --all.
    • Subcommands which take a list of things (files, license) as arguments, such as annotate, lint-file, or download, now also allow zero arguments. This will do nothing, but can be useful in scripting.

... (truncated)

Changelog

Sourced from reuse's changelog.

v5.0.2 - 2024-11-14

Fixed

  • The release date for the v5.0.0 entry in the change log was wrong.

v5.0.1 - 2024-11-14

Fixed

  • Fix readthedocs build.

v5.0.0 - 2024-11-14

This is a big release for a small change set. With this release, the tool becomes compatible with REUSE Specification 3.3, which is a very subtly improved release of the much bigger version 3.2.

Added

  • More file types are recognised:
  • Added lint-file subcommand to enable running lint on specific files. (#1055)
  • Added shell completion via click. (#1084)
  • Added Jujutsu VCS support. (#1051)
  • Added new copyright prefixes spdx-string, spdx-string-c, and spdx-string-symbol. (#979)
  • Support for Python 3.13. (#1092)

Changed

  • Bumped REUSE Specification version to version 3.3. (#1069)

  • Switched from argparse to click for handling the CLI. The CLI should still handle the same, with identical options and arguments, but some stuff changed under the hood. (#1084)

    Find here a small list of differences:

    • -h is no longer shorthand for --help.
    • --version now outputs "reuse, version X.Y.Z", followed by a licensing blurb on different paragraphs.
    • Some options are made explicitly mutually exclusive, such as annotate's --skip-unrecognised and --style, and download's --output and --all.

... (truncated)

Commits
  • 920b644 Bump version: v5.0.1 → v5.0.2
  • ed9cf74 Add change log
  • 2078f10 Fix v5.0.0 date in change log
  • fd7b76c Add step to release check list
  • 9625a50 v5.0.1 entry for change log
  • d7671bf Bump version: v5.0.0 → v5.0.1
  • 65350bb Update poetry.lock
  • d0f4056 Merge branch 'main' into release-5.0.0
  • ff93a87 Translated using Weblate (Spanish)
  • b154360 Translated using Weblate (Spanish)
  • Additional commits viewable in compare view

Merge request reports

Loading