Closed renovate[bot] closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.12%. Comparing base (
2324f41
) to head (77dabe7
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
==3.0.2
->==4.0.3
Release Notes
fsfe/reuse-tool (reuse)
### [`v4.0.3`](https://togithub.com/fsfe/reuse-tool/blob/HEAD/CHANGELOG.md#403---2024-07-08) [Compare Source](https://togithub.com/fsfe/reuse-tool/compare/v4.0.2...v4.0.3) ##### Fixed - Increased the minimum requirement of `attrs` to `>=21.3`. Older versions do not import correctly. ([#1044](https://togithub.com/fsfe/reuse-tool/issues/1044)) ### [`v4.0.2`](https://togithub.com/fsfe/reuse-tool/blob/HEAD/CHANGELOG.md#402---2024-07-03) [Compare Source](https://togithub.com/fsfe/reuse-tool/compare/v4.0.1...v4.0.2) ##### Fixed - Repaired a bug that would cause a crash when running `annotate --merge-copyrights` on a file that does not yet have a year in the copyright statement. This bug was introduced in v4.0.1. ([#1030](https://togithub.com/fsfe/reuse-tool/issues/1030)) ### [`v4.0.1`](https://togithub.com/fsfe/reuse-tool/blob/HEAD/CHANGELOG.md#401---2024-07-03) [Compare Source](https://togithub.com/fsfe/reuse-tool/compare/v4.0.0...v4.0.1) ##### Fixed - Make sure that Read the Docs can compile the documentation. This necesitated updating `poetry.lock`. ([#1028](https://togithub.com/fsfe/reuse-tool/issues/1028)) ### [`v4.0.0`](https://togithub.com/fsfe/reuse-tool/blob/HEAD/CHANGELOG.md#400---2024-07-03) [Compare Source](https://togithub.com/fsfe/reuse-tool/compare/v3.0.2...v4.0.0) This release of REUSE implements the new [REUSE Specification v3.2](https://reuse.software/spec-3.2). It adds the `REUSE.toml` file format as a replacement for `.reuse/dep5`. The new format is easier to write and parse, is better at disambiguating certain corner cases, and is more flexible for customisation and future additions. To convert your existing `.reuse/dep5` to `REUSE.toml`, you can simply use the `reuse convert-dep5` command. Alongside the `REUSE.toml` feature is a wealth of other improvements. `reuse lint --lines` may be especially interesting for CI workflows, as well as the fact that the amount of `PendingDeprecationWarning`s has been drastically reduced now that the information aggregation behaviour of `.reuse/dep5` is explicitly defined in the specification. The tool has also been made easier to use with the addition of man pages. The man pages can be found online atConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.