Skip to content

Commit 9681618

Browse files
committed
Deprioritize upstreamed cryptography patches
1 parent 012996c commit 9681618

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,49 @@
1+
# None of the patches are needed since 43.0, the pyo3 patches have been upstreamed
2+
13
[[rules]]
4+
install-priority = 0
25
version = '== 3.4.7'
36
patch = 'cryptography-3.4.7.patch'
47
license = 'Apache-2.0 OR BSD-3-Clause'
58

69
[[rules]]
10+
install-priority = 0
711
version = '== 38.0.0'
812
patch = 'cryptography-38.0.0.patch'
913
license = 'Apache-2.0 OR BSD-3-Clause'
1014

1115
[[rules]]
16+
install-priority = 0
1217
version = '>= 38.0.1, < 39.0.0'
1318
patch = 'cryptography-38.0.1.patch'
1419
license = 'Apache-2.0 OR BSD-3-Clause'
1520

1621
[[rules]]
22+
install-priority = 0
1723
version = '>= 39.0.0, < 39.0.2'
1824
patch = 'cryptography-39.0.0.patch'
1925
license = 'Apache-2.0 OR BSD-3-Clause'
2026

2127
[[rules]]
28+
install-priority = 0
2229
version = '>= 39.0.2, < 41.0.0'
2330
patch = 'cryptography-39.0.2.patch'
2431
license = 'Apache-2.0 OR BSD-3-Clause'
2532

2633
[[rules]]
34+
install-priority = 0
2735
version = '>= 41.0.0, < 42.0.0'
2836
patch = 'cryptography-41.0.0.patch'
2937
license = 'Apache-2.0 OR BSD-3-Clause'
3038

3139
[[rules]]
40+
install-priority = 0
3241
version = '>= 42.0.0, < 42.0.5'
3342
patch = 'cryptography-42.0.0.patch'
3443
license = 'Apache-2.0 OR BSD-3-Clause'
3544

3645
[[rules]]
46+
install-priority = 0
3747
version = '== 42.0.5'
3848
patch = 'cryptography-42.0.5.patch'
3949
license = 'Apache-2.0 OR BSD-3-Clause'

0 commit comments

Comments
 (0)