summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/diskcache/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Winter2025-04-081-1/+1
* treewide: replace `rev` with `tag`Pol Dellaiera2025-04-071-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" ``` Artturin2024-09-251-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 Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-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 Affolter2023-12-201-2/+2
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-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 Girol2023-01-211-1/+1
* python3Packages.diskcache: disable test with django 4.1 issue•••Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Florian Brandes2022-08-101-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 Weinelt2022-04-151-4/+0
* python3Packages.diskcache: 5.2.1 -> 5.4.0Fabian Affolter2022-01-081-16/+28
* python3Packages.diskcache: disable flakey testJonathan Ringer2021-11-191-0/+9
* pythonPackages: deprecate pytest_xdist aliasSandro Jäckel2021-07-211-2/+2
* pythonPackages: deprecate pytestcov aliasSandro Jäckel2021-07-211-2/+2
* python3Packages.diskcache: 5.1.0 -> 5.2.1Fabian Affolter2021-03-061-3/+3
* python3Packages.diskcache: 4.1.0 -> 5.1.0Tom Hunger2021-01-161-10/+8
* pythonPackages.django: django_1_11 -> django_ltsLancelot SIX2020-02-091-0/+3
* pythonPackages.diskcache: refactor fix broken buildChris Ostrouchov2019-12-301-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 c0bw3b2019-12-081-1/+1
* python: diskcache: 4.0.0 -> 4.1.0Frederik Rietdijk2019-10-271-2/+2
* pythonPackages.diskcache: init at 4.0.0Chris Ostrouchov2019-07-141-0/+26