Chore(deps-dev): bump reuse from 5.1.1 to 6.2.0
Bumps reuse from 5.1.1 to 6.2.0.
Release notes
Sourced from reuse's releases.
v6.2.0
Added
- Added new file extensions and files:
file-magicis now supported as an additional module for detecting the encoding of files. (#1264)- Support deprecated licences for
reuse download. (#606)- Markdown files which have frontmatter (i.e. yaml or toml between a
---block at the start of the file) now get Python-like comments inside of the frontmatter when annotating. (#1170)Fixed
- When
file-magicis installed simultaneously withpython-magic, the tool used to misbehave (read: crash), because either one of them could be imported onimport magic. This misbehaviour no longer happens. (#1264)- Invalid SPDX license expressions are no longer recognized as used or missing licenses. (#1254)
clicktranslations are now correctly loaded. (#1267)v6.1.2
Fixed
- Fixed a bug where a newline would sometimes be missing from
reuse lint --lines. (#1251)- The output of
reuse lint --linesis now sorted by path name. (#1251)- Fixed a performance regression introduced in v6.1.1 that would cause some copyright notices to take incredibly long to parse. (#1252)
v6.1.1
Changed
- In the Docker images, Alpine is bumped to
alpine:3.22and Debian todebian:13-slim. (#1247)Fixed
ASCII frames around comments were broken in v6.0.0. They now work again. The sole condition is that the 'suffix' of a comment is identical to its 'prefix'. For example:
/*******************************************\ |* SPDX-License-Identifier: CC-BY-SA-4.0 *|
... (truncated)
Changelog
Sourced from reuse's changelog.
v6.2.0 - 2025-10-27
Added
- Added new file extensions and files:
file-magicis now supported as an additional module for detecting the encoding of files. (#1264)- Support deprecated licences for
reuse download. (#606)- Markdown files which have frontmatter (i.e. yaml or toml between a
---block at the start of the file) now get Python-like comments inside of the frontmatter when annotating. (#1170)Fixed
- When
file-magicis installed simultaneously withpython-magic, the tool used to misbehave (read: crash), because either one of them could be imported onimport magic. This misbehaviour no longer happens. (#1264)- Invalid SPDX license expressions are no longer recognized as used or missing licenses. (#1254)
clicktranslations are now correctly loaded. (#1267)v6.1.2 - 2025-10-08
Fixed
- Fixed a bug where a newline would sometimes be missing from
reuse lint --lines. (#1251)- The output of
reuse lint --linesis now sorted by path name. (#1251)- Fixed a performance regression introduced in v6.1.1 that would cause some copyright notices to take incredibly long to parse. (#1252)
v6.1.1 - 2025-10-07
Changed
- In the Docker images, Alpine is bumped to
alpine:3.22and Debian todebian:13-slim. (#1247)Fixed
- ASCII frames around comments were broken in v6.0.0. They now work again. The sole condition is that the 'suffix' of a comment is identical to its 'prefix'. For example:
... (truncated)
Commits
-
a1bb792Satisfy linter -
dd2859eFix click translations -
7e5143bImprove change log -
180f075Regenerate poetry.lock -
6dc73a8Generate change log -
9f7c3f2Bump version: v6.1.2 → v6.2.0 -
a2dbe72Merge pull request #606 from carmenbianca/deprecated-download -
0b19360Support deprecated licenses for download -
daa04d1Merge pull request #1266 from carmenbianca/arcanist -
4534fabAdd support for arcanist config file extensions - Additional commits viewable in compare view