tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
awscli2: 2.23.5 -> 2.23.11 (#378796)
Vladimír Čunát
1 year ago
8b372bc4
3162ca66
+5
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
aw
awscli2
package.nix
+5
-4
pkgs/by-name/aw/awscli2/package.nix
···
64
in
65
py.pkgs.buildPythonApplication rec {
66
pname = "awscli2";
67
-
version = "2.23.5"; # N.B: if you change this, check if overrides are still up-to-date
68
pyproject = true;
69
70
src = fetchFromGitHub {
71
owner = "aws";
72
repo = "aws-cli";
73
tag = version;
74
-
hash = "sha256-uDKiTw1UCcbfitoJzSPzVT1qM4Gm4bQaryRz7VTeEzg=";
75
};
76
77
postPatch = ''
78
substituteInPlace pyproject.toml \
79
--replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \
80
-
--replace-fail 'awscrt==0.23.4' 'awscrt>=0.23.4' \
81
--replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \
82
--replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \
83
--replace-fail 'docutils>=0.10,<0.20' 'docutils>=0.10' \
84
-
--replace-fail 'prompt-toolkit>=3.0.24,<3.0.39' 'prompt-toolkit>=3.0.24'
0
85
86
substituteInPlace requirements-base.txt \
87
--replace-fail "wheel==0.43.0" "wheel>=0.43.0"
···
64
in
65
py.pkgs.buildPythonApplication rec {
66
pname = "awscli2";
67
+
version = "2.23.11"; # N.B: if you change this, check if overrides are still up-to-date
68
pyproject = true;
69
70
src = fetchFromGitHub {
71
owner = "aws";
72
repo = "aws-cli";
73
tag = version;
74
+
hash = "sha256-ID0hQiR0qOTJMOvRAgEJLheblkY77yIgu1Ofa/6r7nk=";
75
};
76
77
postPatch = ''
78
substituteInPlace pyproject.toml \
79
--replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \
80
+
--replace-fail 'awscrt==0.23.8' 'awscrt>=0.23.6' \
81
--replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \
82
--replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \
83
--replace-fail 'docutils>=0.10,<0.20' 'docutils>=0.10' \
84
+
--replace-fail 'prompt-toolkit>=3.0.24,<3.0.39' 'prompt-toolkit>=3.0.24' \
85
+
--replace-fail 'zipp<3.21.0' 'zipp>=3.21.0'
86
87
substituteInPlace requirements-base.txt \
88
--replace-fail "wheel==0.43.0" "wheel>=0.43.0"