Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump reuse from 3.0.2 to 4.0.2 #285

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2024

Bumps reuse from 3.0.2 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 to REUSE.toml, you can simply use the reuse 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 of PendingDeprecationWarnings 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

  • Added support for REUSE.toml. (#863)
  • Added reuse convert-dep5 to convert .reuse/dep5 to REUSE.toml. (#863)
  • Man pages added for all reuse commands. Distribution maintainers might wish to distribute the (Sphinx-built) man pages. (#975)
  • More file types are recognised:
    • Assembler (.asm) (#928)
    • GraphQL (.graphqls, .gqls) (#930)
    • CUDA-C++ (.cu, .cuh) (#938)
    • Various .NET files (.csproj, .fsproj, .fsx, .props, .sln, .vbproj) (#940)

... (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 to REUSE.toml, you can simply use the reuse 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 of PendingDeprecationWarnings 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

  • Added support for REUSE.toml. (#863)
  • Added reuse convert-dep5 to convert .reuse/dep5 to REUSE.toml. (#863)
  • Man pages added for all reuse commands. Distribution maintainers might wish to distribute the (Sphinx-built) man pages. (#975)
  • More file types are recognised:
    • Assembler (.asm) (#928)
    • GraphQL (.graphqls, .gqls) (#930)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 3.0.2 to 4.0.2.
- [Release notes](https://github.com/fsfe/reuse-tool/releases)
- [Changelog](https://github.com/fsfe/reuse-tool/blob/main/CHANGELOG.md)
- [Commits](fsfe/reuse-tool@v3.0.2...v4.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 4, 2024 10:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

Superseded by #289.

@dependabot dependabot bot closed this Jul 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/reuse-4.0.2 branch July 9, 2024 10:21
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.

None yet

0 participants