Skip to content

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:
    • .arcconfig, .arclint, .arcunit (#1123)
    • .nvmrc (#1211)
    • .smk, Snakefile, matplotlibrc (#1206)
    • .yamllint (#1124)
    • uv.lock (#1156)
    • dune, dune-project, dune-workspace (#1208)
  • file-magic is 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-magic is installed simultaneously with python-magic, the tool used to misbehave (read: crash), because either one of them could be imported on import magic. This misbehaviour no longer happens. (#1264)
  • Invalid SPDX license expressions are no longer recognized as used or missing licenses. (#1254)
  • click translations 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 --lines is 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.22 and Debian to debian: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:
    • .arcconfig, .arclint, .arcunit (#1123)
    • .nvmrc (#1211)
    • .smk, Snakefile, matplotlibrc (#1206)
    • .yamllint (#1124)
    • uv.lock (#1156)
    • dune, dune-project, dune-workspace (#1208)
  • file-magic is 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-magic is installed simultaneously with python-magic, the tool used to misbehave (read: crash), because either one of them could be imported on import magic. This misbehaviour no longer happens. (#1264)
  • Invalid SPDX license expressions are no longer recognized as used or missing licenses. (#1254)
  • click translations 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 --lines is 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.22 and Debian to debian: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
  • a1bb792 Satisfy linter
  • dd2859e Fix click translations
  • 7e5143b Improve change log
  • 180f075 Regenerate poetry.lock
  • 6dc73a8 Generate change log
  • 9f7c3f2 Bump version: v6.1.2 → v6.2.0
  • a2dbe72 Merge pull request #606 from carmenbianca/deprecated-download
  • 0b19360 Support deprecated licenses for download
  • daa04d1 Merge pull request #1266 from carmenbianca/arcanist
  • 4534fab Add support for arcanist config file extensions
  • Additional commits viewable in compare view

Merge request reports

Loading