github-actions[bot]
5a104d035c
Merge staging-next into staging
2022-01-16 12:01:46 +00:00
Frederik Rietdijk
ae18d68b6b
python2.pkgs: move expressions into python2-modules/ folder
...
Another step in further separating python2 from python3.
2022-01-16 10:00:16 +01:00
Fabian Affolter
b5e392c3e7
python310Packages.urllib3: 1.26.7 -> 1.26.8
2022-01-10 00:32:12 +01:00
Markus S. Wamser
2043dbb6fa
pkgs.development.python-modules: remove unused args
2021-11-12 19:10:54 -08:00
Fabian Affolter
50c4012011
python3Packages.urllib3: 1.26.6 -> 1.26.7
2021-09-29 12:26:03 +02:00
Fabian Affolter
2913a89cd3
python3Packages.urllib3: 1.26.5 -> 1.26.6
2021-07-04 23:47:58 +02:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Fabian Affolter
6e7e1ea435
python3Packages.urllib3: 1.26.4 -> 1.26.5
2021-06-04 11:52:32 +02:00
Robert Scott
e7d4edfe30
python2Packages.urllib3: add patch for CVE-2021-28363
2021-03-28 16:25:19 +01:00
Robert Scott
8755cf4937
python3Packages.urllib3: 1.26.3 -> 1.26.4
2021-03-28 16:25:18 +01:00
github-actions[bot]
eddd1a74ec
Merge master into staging-next
2021-03-26 12:06:41 +00:00
Ben Siraphob
7d97e284e8
treewide: remove redundant stdenv
2021-03-26 12:18:16 +07:00
Dmitry Kalinkin
2fd38834a8
python3Packages.urllib3: remove obsolete SSL dependencies
...
Same as:
'https://github.com/gentoo/gentoo/pull/19383 '
Remove certifi as it is not referenced
90ee766d91
2021-03-19 17:23:29 -04:00
Dmitry Kalinkin
8fff8b7127
python2Packages.urllib3: re-enable
...
Was disabled for no explained reason.
Fixes: dced68b7
('python3Packages.urllib3: enable tests (#114282 )')
2021-03-19 17:18:02 -04:00
Frederik Rietdijk
24887716da
python2Packages.urllib3: keep 1.26.2 for nixops
2021-03-14 09:30:59 +01:00
Frederik Rietdijk
3a7674c896
python3Packages.urllib3: disable tests again
2021-03-14 09:10:38 +01:00
Frederik Rietdijk
2e0b261da8
python3Packages.urllib3: disable two tests that fail on aarch64
...
Use null workaround to avoid rebuild on other platforms.
2021-03-13 10:44:31 +01:00
Fabian Affolter
dced68b718
python3Packages.urllib3: enable tests ( #114282 )
2021-03-05 23:38:19 +01:00
Frederik Rietdijk
7b6ffe3bc8
python3Packages.urllib3: 1.26.2 -> 1.26.3
2021-02-26 11:01:58 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
5d408a761b
python3Packages.urllib3: 1.25.11 -> 1.26.2
2020-12-01 14:44:21 +01:00
Frederik Rietdijk
d60e4a7647
python3Packages.urllib3: 1.25.10 -> 1.25.11
2020-11-05 15:47:05 -08:00
Frederik Rietdijk
e81e029cac
python: urllib3: 1.25.9 -> 1.25.10
2020-08-04 21:54:58 +02:00
Frederik Rietdijk
17cdd5687b
python3Packages.urllib3: 1.25.8 -> 1.25.9
2020-05-11 22:13:15 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
b0b29af240
python: urllib3: 1.25.7 -> 1.25.8
2020-02-09 09:17:31 +01:00
Alyssa Ross
76af9e8438
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
...
This reverts commit a1eacb900e
.
Adding dev outputs to python packages means they can't be included in
a Python environment created with python3.withPackages, because
makePythonPath will include the dev output, which is empty apart from
nix-support, rather than the out output, which contains all the Python
code.
2020-01-14 16:00:00 +00:00
Frederik Rietdijk
564dfa64bb
python: urllib3: 1.25.6 -> 1.25.7
2019-11-22 08:37:23 +01:00
Frederik Rietdijk
038e940717
python: urllib3: 1.24.3 -> 1.25.6
2019-10-21 09:27:09 +02:00
Vladimír Čunát
a1eacb900e
Re-revert "awscli: Get rid of runtime -dev dependencies"
...
This reverts commit afd04a49ed
.
Moved from master to staging.
2019-09-24 08:15:26 +02:00
Frederik Rietdijk
869e0cfdd6
python: urllib3: 1.24.2 -> 1.24.3
2019-06-15 08:44:06 +02:00
Frederik Rietdijk
982443d20a
python: urllib3: 1.24.1 -> 1.24.2
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
27c864f9c8
python: urllib3: 1.23 -> 1.24.1
2018-12-03 16:50:36 +01:00
Frederik Rietdijk
ced21f5e1a
pythonPackages: remove name
attribute`
...
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
55caf7fa7e
python: urllib3: 1.22 -> 1.23
2018-06-22 13:09:34 +02:00
Robin Gloster
d0d992a9a0
urllib3: revert multiple outputs
...
only moved propagated build inputs to dev which broke packages depending
on it e.g. glusterfs
cc @edolstra
2017-09-27 17:11:14 +02:00
Eelco Dolstra
28299f669a
Add even more dev outputs
2017-09-27 12:08:48 +02:00
mingchuan
4c183f4b42
pythonPackages.urllib3: Fix buildInputs and meta.description
2017-09-07 09:28:02 +02:00
Frederik Rietdijk
67651d80bc
Merge pull request #28884 from FRidh/python-fixes
...
Python: several fixes
2017-09-06 13:54:10 +02:00