Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package reuse for openSUSE:Factory checked in at 2024-01-29 22:29:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/reuse (Old) and /work/SRC/openSUSE:Factory/.reuse.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "reuse" Mon Jan 29 22:29:08 2024 rev:14 rq:1142171 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/reuse/reuse.changes 2023-08-07 15:29:33.596486743 +0200 +++ /work/SRC/openSUSE:Factory/.reuse.new.1815/reuse.changes 2024-01-29 22:29:42.498949426 +0100 @@ -1,0 +2,68 @@ +Sun Jan 28 19:07:20 UTC 2024 - Dirk Müller <[email protected]> + +- update to 3.0.1: + * `.qrc` and `.ui` now have the HTML comment style instead of + being marked uncommentable. + * This reverts behaviour introduced in v3.0.0: the contents of + uncommentable * files are scanned for REUSE information again. + The contents of binary files are not. + * Implement handling LicenseRef in `download` and `init`. + * Declared support for Python 3.12. + * More file types are recognised: + + TCL (`.tcl`) + + Julia (`.jl`) + + Modern Fortran (`.f90`) + + Bazel (`.bzl`) + + GNU Linker script (`.ld`) + + Assembly code (`.s`) + + Empty placeholders (`.empty`) + + ShellCheck configuration (`.shellcheckrc`) + + Pylint in-project configuration (`pylintrc`) + + Lisp schemes (`.sld`, `.sls`, `.sps`) + + Added comment styles: + * `csingle` for Zig (`.zig`) and Hare (`.ha`) + * Display recommendations for steps to fix found issues during + a lint. + * Add support for Pijul VCS. Pijul support is not added to the + Docker image. + * When running `annotate` on a file with an unrecognised file + path, the tool currently exits early. To automatically + create a .license file for unrecognised files, + `--fallback-dot-license` has been added. + * Ignore `.sl` directory as used by Sapling SCM. + * Alpine Docker image now uses 3.18 as base. + * The Git submodule detection was made less naïve. Where + previously it detected + * a directory with a `.git` file as a submodule, it now uses + the git command to detect submodules. This helps detect + (quoted from Git man page) "[repositories] that were cloned + independently and later added as a submodule or old setups", + which "have the submodule's git directory inside the submodule + instead of embedded into the superproject's git directory". + * No longer scan binary or uncommentable files for their + contents in search of REUSE information. + * `--force-dot-license` and `--skip-unrecognised` are now + mutually exclusive on `annotate`. + * No longer create and publish `-extra` Docker images. The + `openssh-client` package is now in the main image. + * No longer create and publish `dev` Docker images. + * The `-debian` Docker image is now based off debian:12-slim. + It used to be based on the python:slim image, which used + debian:slim under the hood. + * Removed deprecated `--explicit-license`. + * Removed deprecated `addheader`. + * No longer depend on `sphinx-autodoc-typehints` for + documentation. + * Syntax errors in .reuse/dep5 now have better error handling. + * Reduced python-debian minimum version to 0.1.34. + * Fix issue in `annotate` where `--single-line` and `--multi- + line` would not correctly raise an error with an incompatible + comment style + * Fix parsing existing copyright lines when they do not have a + year + * Better handling of Lisp comment styles. Now, any number of + ";" characters is + * recognised as the prefix to a Lisp comment, and ";;;" is used + when inserting comment headers + +------------------------------------------------------------------- Old: ---- reuse-2.1.0.tar.gz New: ---- reuse-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ reuse.spec ++++++ --- /var/tmp/diff_new_pack.72S3Ii/_old 2024-01-29 22:29:42.942965497 +0100 +++ /var/tmp/diff_new_pack.72S3Ii/_new 2024-01-29 22:29:42.946965641 +0100 @@ -1,7 +1,7 @@ # # spec file for package reuse # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2017 Free Software Foundation Europe e.V. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: reuse -Version: 2.1.0 +Version: 3.0.1 Release: 0 Summary: A tool for compliance with the REUSE recommendations License: Apache-2.0 AND CC-BY-SA-4.0 AND GPL-3.0-or-later AND CC0-1.0 ++++++ reuse-2.1.0.tar.gz -> reuse-3.0.1.tar.gz ++++++ ++++ 26840 lines of diff (skipped)
