| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9 | Winter | 2025-04-08 | 1 | -1/+1 |
| * | treewide: replace `rev` with `tag` | Pol Dellaiera | 2025-04-07 | 1 | -1/+1 |
| * | treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` | Artturin | 2024-09-25 | 1 | -1/+1 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -11/+10 |
| * | python311Packages.diskcache: 5.4.0 -> 5.6.3•••Diff: https://github.com/grantjenks/python-diskcache/compare/v5.4.0...v5.6.3 | Fabian Affolter | 2023-12-20 | 1 | -2/+2 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -1/+1 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.diskcache: disable test with django 4.1 issue•••Signed-off-by: Florian Brandes <florian.brandes@posteo.de> | Florian Brandes | 2022-08-10 | 1 | -0/+2 |
| * | treewide: remove redundant numprocesses pytest-xdist parameter•••Including the pytest-xdist package automatically configures numprocesses to $NIX_BUILD_CORES, so specifying these on a package level has become redundant. | Martin Weinelt | 2022-04-15 | 1 | -4/+0 |
| * | python3Packages.diskcache: 5.2.1 -> 5.4.0 | Fabian Affolter | 2022-01-08 | 1 | -16/+28 |
| * | python3Packages.diskcache: disable flakey test | Jonathan Ringer | 2021-11-19 | 1 | -0/+9 |
| * | pythonPackages: deprecate pytest_xdist alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | pythonPackages: deprecate pytestcov alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | python3Packages.diskcache: 5.1.0 -> 5.2.1 | Fabian Affolter | 2021-03-06 | 1 | -3/+3 |
| * | python3Packages.diskcache: 4.1.0 -> 5.1.0 | Tom Hunger | 2021-01-16 | 1 | -10/+8 |
| * | pythonPackages.django: django_1_11 -> django_lts | Lancelot SIX | 2020-02-09 | 1 | -0/+3 |
| * | pythonPackages.diskcache: refactor fix broken build | Chris Ostrouchov | 2019-12-30 | 1 | -6/+20 |
| * | Treewide: update some problematic homepages•••These URLs are reported as problematic by Repology. It could be a permanent redirection or the page does not exist anymore | c0bw3b | 2019-12-08 | 1 | -1/+1 |
| * | python: diskcache: 4.0.0 -> 4.1.0 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | pythonPackages.diskcache: init at 4.0.0 | Chris Ostrouchov | 2019-07-14 | 1 | -0/+26 |
