dream2nix/pkgs/fetchPipMetadata
Vincent Vanlaer 427b5e94f4 pip: disable cache for modified response
The pypi proxy filters packages, which can end up corrupting the pip
cache. For an example of what this would look like, see
https://github.com/pypi/warehouse/issues/14457 This commit prevents the
the cache from storing our modified response by adding a 'Vary: *'
header. Judging from the caching code, this is the least intrusive
approach to prevent caching ('Cache-Control: no-cache' deletes existing
caches for example).
2023-11-20 09:52:10 +07:00
..
src fix: improve handling of local python dependencies 2023-09-22 10:49:10 +01:00
filter-pypi-responses.py pip: disable cache for modified response 2023-11-20 09:52:10 +07:00
flake-module.nix Support git repositories in fetchPipMetadata; take 2 (#637) 2023-09-05 00:40:05 +02:00
package.nix fetch-pip-metadata: fix build 2023-10-08 14:28:50 +02:00
script.nix feat: allow specifying env for fetchPipMetadata 2023-10-08 21:40:16 +00:00