Skip to content

reuse: 0.12.1 -> 0.13.0#126606

Merged
alyssais merged 1 commit intoNixOS:masterfrom
deviant:bump-reuse
Jun 16, 2021
Merged

reuse: 0.12.1 -> 0.13.0#126606
alyssais merged 1 commit intoNixOS:masterfrom
deviant:bump-reuse

Conversation

@deviant
Copy link
Member

@deviant deviant commented Jun 11, 2021

Motivation for this change

First new release in half a year. Fixes a bug I've run into.

Added

  • addheader recognises file types that specifically require .license files
    instead of headers using UncommentableCommentStyle. (Fix xf86-video-sis #189)

  • .hgtags is ignored. (Support for OS X in Haskell OpenGL packages #227)

  • spdx-symbol added to possible copyright styles. (gstreamer 1.0.5 update #350)

  • addheader ignores case when matching file extensions and names. (lsof-4.87 #359)

  • Provide latest-debian as Docker Hub tag, created by Dockerfile-debian. (Add Deluge torrent client #321)

  • More file types are recognised:

    • Javascript modules (.mjs)
    • Jupyter Notebook (.ipynb)
    • Scalable Vector Graphics (.svg)
    • JSON (.json)
    • Comma-separated values (.csv)
    • Racket (.rkt)
    • Org-mode (.org)
    • LaTeX package files (.sty)
    • devicetree (.dts, .dtsi)
    • Bitbake (.bb, .bbappend, .bbclass)
    • XML schemas (.xsd)
    • OpenSCAD (.scad)
  • More file names are recognised:

    • Bash configuration (.bashrc)
    • Coverage.py (.coveragerc)
    • Jenkins (Jenkinsfile)
    • SonarScanner (sonar-project.properties)
    • Gradle (gradle-wrapper.properties, gradlew)

Changed

Fixed

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot requested a review from FlorianFranzen June 11, 2021 15:33
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jun 11, 2021
@alyssais alyssais mentioned this pull request Jun 16, 2021
11 tasks
@alyssais alyssais merged commit ce2c9bd into NixOS:master Jun 16, 2021
@deviant deviant deleted the bump-reuse branch June 16, 2021 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants