summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cachecontrol
AgeCommit message (Collapse)Author
2023-05-12python310Packages.cachecontrol: Fix tests with requests 2.29.0Martin Weinelt
Use the HTTPResponse from urllib3 directly, because requests stopped importing it.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-10-19python3Packages.cachecontrol: Fix sandboxed build on DarwinAlex Wied
2022-06-06python310Packages.cachecontrol: 0.12.10 -> 0.12.11Sandro Jäckel
2022-05-03python3Packages.cachecontrol: enable filecacheFabian Affolter
2021-11-12python3Packages.cachecontrol: 0.12.8 -> 0.12.10Fabian Affolter
2021-11-01python3Packages.cachecontrol: 0.12.6 -> 0.12.8Fabian Affolter
2021-10-31python3Packages.cachecontrol: 0.12.6 -> 0.12.8Fabian Affolter
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-30python: CacheControl: 0.12.5 -> 0.12.6Frederik Rietdijk
2018-10-14pythonPackages.CacheControl: init at 0.12.5Chris Ostrouchov