Skip to content

chore(deps-dev): bump reuse from 0.12.1 to 1.0.0#9

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/reuse-1.0.0
Closed

chore(deps-dev): bump reuse from 0.12.1 to 1.0.0#9
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/reuse-1.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 20, 2022

Bumps reuse from 0.12.1 to 1.0.0.

Release notes

Sourced from reuse's releases.

v1.0.0

A major release! Do not worry, no breaking changes but a development team (@​carmenbianca, @​floriansnow, @​linozen, @​mxmehl and @​nicorikken) that is confident enough to declare the REUSE helper tool stable, and a bunch of long-awaited features!

Apart from smaller changes under the hood and typical maintenance tasks, the main additions are new flags to the addheader subcommand that ease recursive and automatic operations, the ability to ignore areas of a file that contain strings that may falsely be detected as copyright or license statements, and the option to merge copyright lines. The tool now also has better handling of some edge cases with copyright and license identifiers.

We would like to thank the many contributors to this release, among them @​ajinkyapatil8190, @​aspiers, @​ferdnyc, @​Gri-ffin, @​hexagonrecursion, @​hoijui, @​Jakelyst, @​Liambeguin, @​rex4539, @​robinkrahl, @​rpavlik, @​siiptuo, @​thbde and @​ventosus.

Added

  • Extend tool documentation with scripts to help using this tool and automating some steps that are not built into the tool itself. (#500)

  • Recommendations for installation/run methods: package managers and pipx (#457)

  • Docker images for AArch64 (#478)

  • Added the ability to ignore parts of a file when running reuse lint. Simply add REUSE-IgnoreStart and REUSE-IgnoreEnd as comments and all lines between the two will be ignored by the next run of reuse lint. (#463)

  • Meson subprojects are now ignored by default. (#496)

  • More file types are recognised:

    • sbt build files (.sbt)
    • Vimscript files (.vim)
  • Added --skip-existing flag to addheader in order to skip files that already contain SPDX information. This may be useful for only adding SPDX information to newly created files. (#480)

  • Added --recursive flag to addheader. (#469)

  • Preserve shebang for more script files:

  • Ignore all SPDX files with their typical formats and extensions. (#494)

... (truncated)

Changelog

Sourced from reuse's changelog.

1.0.0 - 2022-05-19

A major release! Do not worry, no breaking changes but a development team (@​carmenbianca, @​floriansnow, @​linozen, @​mxmehl and @​nicorikken) that is confident enough to declare the REUSE helper tool stable, and a bunch of long-awaited features!

Apart from smaller changes under the hood and typical maintenance tasks, the main additions are new flags to the addheader subcommand that ease recursive and automatic operations, the ability to ignore areas of a file that contain strings that may falsely be detected as copyright or license statements, and the option to merge copyright lines. The tool now also has better handling of some edge cases with copyright and license identifiers.

We would like to thank the many contributors to this release, among them @​ajinkyapatil8190, @​aspiers, @​ferdnyc, @​Gri-ffin, @​hexagonrecursion, @​hoijui, @​Jakelyst, @​Liambeguin, @​rex4539, @​robinkrahl, @​rpavlik, @​siiptuo, @​thbde and @​ventosus.

Added

  • Extend tool documentation with scripts to help using this tool and automating some steps that are not built into the tool itself. (#500)

  • Recommendations for installation/run methods: package managers and pipx (#457)

  • Docker images for AArch64 (#478)

  • Added the ability to ignore parts of a file when running reuse lint. Simply add REUSE-IgnoreStart and REUSE-IgnoreEnd as comments and all lines between the two will be ignored by the next run of reuse lint. (#463)

  • Meson subprojects are now ignored by default. (#496)

  • More file types are recognised:

    • sbt build files (.sbt)
    • Vimscript files (.vim)
  • Added --skip-existing flag to addheader in order to skip files that already contain SPDX information. This may be useful for only adding SPDX information to newly created files. (#480)

  • Added --recursive flag to addheader. (#469)

  • Preserve shebang for more script files:

... (truncated)

Commits
  • b0fd725 Bump version: 0.14.0 → 1.0.0
  • e71302b finalise changelog for 1.0.0
  • 6851c29 Merge pull request #517 from fsfe/fix-copyright-detection
  • a1f0bb5 Add changelog entry
  • 42d7da1 Greedily match whitespace before copyright c
  • e053e5c Revert "This should fix #440"
  • 99fae22 This should fix #440
  • 48d260d Merge pull request #496 from ventosus/feature-meson-subprojects
  • bcf248b Merge branch 'master' into feature-meson-subprojects
  • 4cd9f25 Added changelog entry
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [reuse](https://github.com/fsfe/reuse-tool) from 0.12.1 to 1.0.0.
- [Release notes](https://github.com/fsfe/reuse-tool/releases)
- [Changelog](https://github.com/fsfe/reuse-tool/blob/master/CHANGELOG.md)
- [Commits](fsfe/reuse-tool@v0.12.1...v1.0.0)

---
updated-dependencies:
- dependency-name: reuse
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 2, 2022

Superseded by #25.

@dependabot dependabot Bot closed this Dec 2, 2022
@dependabot dependabot Bot deleted the dependabot/pip/reuse-1.0.0 branch December 2, 2022 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants