File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
graalpython/lib-graalpython/patches/cryptography Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ # None of the patches are needed since 43.0, the pyo3 patches have been upstreamed
2
+
1
3
[[rules ]]
4
+ install-priority = 0
2
5
version = ' == 3.4.7'
3
6
patch = ' cryptography-3.4.7.patch'
4
7
license = ' Apache-2.0 OR BSD-3-Clause'
5
8
6
9
[[rules ]]
10
+ install-priority = 0
7
11
version = ' == 38.0.0'
8
12
patch = ' cryptography-38.0.0.patch'
9
13
license = ' Apache-2.0 OR BSD-3-Clause'
10
14
11
15
[[rules ]]
16
+ install-priority = 0
12
17
version = ' >= 38.0.1, < 39.0.0'
13
18
patch = ' cryptography-38.0.1.patch'
14
19
license = ' Apache-2.0 OR BSD-3-Clause'
15
20
16
21
[[rules ]]
22
+ install-priority = 0
17
23
version = ' >= 39.0.0, < 39.0.2'
18
24
patch = ' cryptography-39.0.0.patch'
19
25
license = ' Apache-2.0 OR BSD-3-Clause'
20
26
21
27
[[rules ]]
28
+ install-priority = 0
22
29
version = ' >= 39.0.2, < 41.0.0'
23
30
patch = ' cryptography-39.0.2.patch'
24
31
license = ' Apache-2.0 OR BSD-3-Clause'
25
32
26
33
[[rules ]]
34
+ install-priority = 0
27
35
version = ' >= 41.0.0, < 42.0.0'
28
36
patch = ' cryptography-41.0.0.patch'
29
37
license = ' Apache-2.0 OR BSD-3-Clause'
30
38
31
39
[[rules ]]
40
+ install-priority = 0
32
41
version = ' >= 42.0.0, < 42.0.5'
33
42
patch = ' cryptography-42.0.0.patch'
34
43
license = ' Apache-2.0 OR BSD-3-Clause'
35
44
36
45
[[rules ]]
46
+ install-priority = 0
37
47
version = ' == 42.0.5'
38
48
patch = ' cryptography-42.0.5.patch'
39
49
license = ' Apache-2.0 OR BSD-3-Clause'
You can’t perform that action at this time.
0 commit comments