Commit graph

13 commits

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Pierre Bourdon abc9221996 pythonPackages.requests: 2.21.0 -> 2.22.0 2019-07-21 08:38:22 +02:00
Frederik Rietdijk 62021bb3cd python: requests: 2.20.1 -> 2.21.0 2019-02-17 14:40:40 +01:00
Frederik Rietdijk 1fa6b1340a python: requests: 2.20.0 -> 2.20.1 2018-12-03 16:50:39 +01:00
Frederik Rietdijk f43b64cf57 python: requests: 2.19.1 -> 2.20.0 2018-12-03 16:50:35 +01:00
Jan Malakhovski 60ba7d233e pythonPackages.requests: disable multiple outputs
The `dev` output is empty anyway.

The problem is that it interacts badly with other parts of python and
stdenv infrastructure. In particular, before this patch it installs
code into `out` output (with only generated `nix-support` in `dev`),
but `makePythonPath` then uses `propagatedBuildInputs` to generate
`PYTHONPATH` while stdenv selects `dev` outputs for
`propagatedBuiltInputs`. This results in `makePythonPath` linking to
the empty `dev` output in `PYTHONPATH`.

This reverts a piece of commit 28299f669a.
2018-11-18 11:19:20 +01:00
Frederik Rietdijk 57efe1a657 python: requests: 2.19.0 -> 2.19.1 2018-06-22 13:09:45 +02:00
Frederik Rietdijk a99873e851 python: requests: 2.18.4 -> 2.19.0 2018-06-22 13:09:29 +02:00
Robert Schütz 12c71b3dbe python: remove name from some expressions 2018-02-28 10:10:05 +10:30
Eelco Dolstra 28299f669a Add even more dev outputs 2017-09-27 12:08:48 +02:00
Frederik Rietdijk 67651d80bc Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
2017-09-06 13:54:10 +02:00
Vladimír Čunát 4d18d3bd87
Revert "python-requests2: use system-wide CA bundle"
This reverts commit 768c970c8d.
Moved to staging, as it causes ~16k rebuilds.
2017-02-09 17:24:36 +01:00
Peter Simons 768c970c8d python-requests2: use system-wide CA bundle rather than our own
This allows the library to interact gracefully with additional certificates
users might have configured in /etc/ssl/certs/ca-certificates.crt via NixOS.
2017-02-09 15:19:36 +01:00