chore(deps-dev): bump reuse from 3.0.1 to 4.0.2
Bumps reuse from 3.0.1 to 4.0.2.
Release notes
Sourced from reuse's releases.
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)v4.0.1
Fixed
- Make sure that Read the Docs can compile the documentation. This necesitated updating
poetry.lock
. (#1028)v4.0.0
This release of REUSE implements the new REUSE Specification v3.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
toREUSE.toml
, you can simply use thereuse 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 ofPendingDeprecationWarning
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 at https://reuse.readthedocs.io/en/stable/man/. Your distribution's packager will need to make them accessible via
man reuse(1)
. Unfortunately, man pages cannot be made accessible via Python's packaging, although the full documentation (including man pages) is included in the sdist.This changeset also contains the changes of v3.1.0a1.
Added
... (truncated)
Changelog
Sourced from reuse's changelog.
4.0.2 - 2024-07-03
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)4.0.1 - 2024-07-03
Fixed
- Make sure that Read the Docs can compile the documentation. This necesitated updating
poetry.lock
. (#1028)4.0.0 - 2024-07-03
This release of REUSE implements the new REUSE Specification v3.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
toREUSE.toml
, you can simply use thereuse 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 ofPendingDeprecationWarning
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 at https://reuse.readthedocs.io/en/stable/man/. Your distribution's packager will need to make them accessible via
man reuse(1)
. Unfortunately, man pages cannot be made accessible via Python's packaging, although the full documentation (including man pages) is included in the sdist.This changeset also contains the changes of v3.1.0a1.
Added
... (truncated)
Commits
-
3e35284
Compile change log -
1d428e1
Bump version: v4.0.1 → v4.0.2 -
e77780d
Merge pull request #1030 from carmenbianca/fix-test -
2fc35a2
Add change log entry -
fcb257d
Repair a broken test -
0ac510a
Merge pull request #1029 from carmenbianca/release-4.0.1 -
5df2bed
Compile change log -
670e5cc
Bump version: v4.0.0 → v4.0.1 -
6cd6a34
Merge pull request #1028 from fsfe/fix-rtd3 -
162a319
Satisfy linter - Additional commits viewable in compare view