Update miniconda installer to 4.7.12; Fix hashes to avoid...
Compare changes
+ 53
− 33
@@ -45,48 +45,63 @@ import logging
@@ -45,48 +45,63 @@ import logging
logger.warn('Copying LICENSE file to `./conda` dir to avoid issue with conda build (https://github.com/conda/conda-build/issues/3767)')
recipe = [l.replace("../COPYING","COPYING").replace("../LICENSE","LICENSE").replace("../LICENSE.AGPL","LICENSE.AGPL") for l in recipe]
@@ -252,24 +267,27 @@ def ensure_miniconda_sh():
@@ -252,24 +267,27 @@ def ensure_miniconda_sh():
@@ -489,10 +507,12 @@ if __name__ == "__main__":
@@ -489,10 +507,12 @@ if __name__ == "__main__":