| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python313Packages.audio-metadata: add pendulum | Fabian Affolter | 2025-09-29 | 1 | -0/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH | Silvan Mosberger | 2024-12-10 | 1 | -1/+0 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. | Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | python312Packages.audio-metadata: format with nixfmt | Fabian Affolter | 2024-04-05 | 1 | -22/+17 |
| * | python312Packages.audio-metadata: refactor | Fabian Affolter | 2024-04-05 | 1 | -5/+8 |
| * | python310Packages.audio-metadata: prepare for running the tests | Fabian Affolter | 2023-01-22 | 1 | -9/+23 |
| * | python310Packages.audio-metadata: relax more-itertools constraint | Fabian Affolter | 2023-01-22 | 1 | -5/+21 |
| * | pythonPackages.audio-metadata: Fix dependencies | Sandro Jäckel | 2021-01-06 | 1 | -6/+2 |
| * | python3Packages.audio-metadata: fix build | Jonathan Ringer | 2020-06-29 | 1 | -1/+2 |
| * | python: audio-metadata: 0.9.0 -> 0.11.1 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python3Packages.audio-metadata: 0.6.0 -> 0.9.0 | Jonathan Ringer | 2020-04-02 | 1 | -2/+2 |
| * | pythonPackages.audio-metadata: adjust more-itertools version range | Jonathan Ringer | 2019-12-30 | 1 | -1/+1 |
| * | python.pkgs.audio-metadata: fix missing dep | Frederik Rietdijk | 2019-10-27 | 1 | -0/+2 |
| * | python: audio-metadata: 0.4.0 -> 0.6.0 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | python3.pkgs.audio-metadata: fix build | Robert Schütz | 2019-03-15 | 1 | -0/+6 |
| * | python: audio-metadata: 0.3.0 -> 0.4.0 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | pythonPackages.audio-metadata: init at 0.3.0 | Jake Waksbaum | 2019-01-18 | 1 | -0/+37 |
