Skip to content

Commit 17553bd

Browse files
authored
Merge pull request #251 from AnacondaRecipes/PKG-7488
anaconda-toolbox 4.1.0 -> anaconda-cloud-auth !=0.8.2
2 parents 2c6ba03 + ea936ab commit 17553bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

main.py

+6
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,12 @@ def patch_record_in_place(fn, record, subdir):
10521052
replace_dep(depends, 'anaconda-cloud-auth', 'anaconda-cloud-auth <0.7.0')
10531053
replace_dep(depends, 'anaconda-cloud-auth >=0.1.3', 'anaconda-cloud-auth >=0.1.3,<0.7.0')
10541054
replace_dep(depends, 'anaconda-cloud-auth >=0.4.1', 'anaconda-cloud-auth >=0.4.1,<0.7.0')
1055+
if name in ('aext-assistant-server', 'aext-shared', 'anaconda-toolbox',
1056+
'aext-share-notebook-server', 'aext-core', 'aext-panels',
1057+
'aext-panels-server', 'aext-project-filebrowser-server', 'aext-share-notebook'):
1058+
version_order = VersionOrder(version)
1059+
if version_order > VersionOrder('4.0.15') and version_order <= VersionOrder('4.1.0'):
1060+
replace_dep(depends, 'anaconda-cloud-auth >=0.7.1', 'anaconda-cloud-auth >=0.7.1,!=0.8.2')
10551061

10561062
if name == "conda-content-trust" and VersionOrder(version) <= VersionOrder("0.1.3"):
10571063
replace_dep(depends, "cryptography", "cryptography <41.0.0a0")

0 commit comments

Comments
 (0)