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

chore(deps): update dependency reuse to v5 #546

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reuse (source) ==4.0.3 -> ==5.0.0 age adoption passing confidence

Release Notes

fsfe/reuse-tool (reuse)

v5.0.0

Compare Source

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.
    • annotate and lint-file now also take directories as arguments. This will
      do nothing, but can be useful in scripting.
  • Changes to comment styles:

    • Allow Python-style comments in Cargo.lock files. (#​1060)
    • .s files (GNU as) now use the C comment style. (#​1034)
    • .ld files (GNU ld) now use the C comment style. (#​1034)
  • REUSE.toml no longer needs a licensing header. (#​1042)

  • .gitkeep is no longer ignored, because this is not defined in the
    specification. However, if .gitkeep is a 0-size file, it will remain ignored
    (because 0-size files are ignored). (#​1043)

  • If REUSE.toml is ignored by VCS, the linter no longer parses this file.
    (#​1047)

  • SPDX license and exception list updated to v3.25.0.

  • More LICENSE and COPYING-like files are ignored. Now, such files suffixed
    by -anything are also ignored, typically something like LICENSE-MIT. Files
    with the UK spelling LICENCE are also ignored. (#​1041)

Removed
  • Python 3.8 support removed. (#​1080)
Fixed
  • In REUSE.toml, fixed the globbing of a single asterisk succeeded by a slash
    (e.g. directory-*/foo.py). The glob previously did nothing. (#​1078)
  • Increased the minimum requirement of attrs to >=21.3. Older versions do
    not import correctly. (#​1044)
  • Performance greatly improved for projects with large directories ignored by
    VCS. (#​1047)
  • Performance slightly improved for large projects. (#​1047)
  • The plain output of lint has been slightly improved, getting rid of an
    errant newline. (#​1091)
  • reuse annotate --merge-copyrights now works more reliably with copyright
    prefixes. This still needs some work, though. (#​979)
  • In some scenarios, where a user has multiple REUSE.toml files and one of
    those files could not be parsed, the wrong REUSE.toml was signalled as being
    unparseable. This is now fixed. (#​1047)
  • Fixed a bug where REUSE.toml did not correctly apply its annotations to
    files which have an accompanying .license file. (#​1058)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.21%. Comparing base (fcbe75f) to head (109a2b3).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #546      +/-   ##
==========================================
- Coverage   81.82%   81.21%   -0.61%     
==========================================
  Files          51       51              
  Lines        2811     2811              
  Branches      307      307              
==========================================
- Hits         2300     2283      -17     
- Misses        413      429      +16     
- Partials       98       99       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kayoub5 kayoub5 merged commit c1d83c3 into master Nov 14, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant