From ac0a22f3b7917e05b511700b6b3d0d59cfaf7f6d Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 21 Apr 2021 01:56:02 -0500 Subject: [PATCH 1/5] Update default python versions --- Miniforge3/construct.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 461e5e06..585ecd4f 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -19,10 +19,9 @@ license_file: ../LICENSE specs: {% if name.endswith("pypy3") %} - - python 3.6.* *_pypy + - python 3.7.* *_pypy {% else %} - - python 3.8.* # [not (osx and arm64)] - - python 3.9.* # [osx and arm64] + - python 3.9.* {% endif %} {% if name.startswith("Mambaforge") %} From f54eb22f1bc901552b0314e7c8b91266e4df4e19 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 21 Apr 2021 01:56:33 -0500 Subject: [PATCH 2/5] update constructor to 3.2.1 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 08a968ae..b0d66c4e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -17,7 +17,7 @@ if [[ "$(uname)" == "Darwin" ]]; then elif [[ "$(uname)" == MINGW* ]]; then conda install -y "nsis=3.01" -c conda-forge -c defaults --override-channels fi -pip install git+git://github.com/conda/constructor@8c0121d3b81846de42973b52f13135f0ffeaddda#egg=constructor --force --no-deps +pip install git+git://github.com/conda/constructor@3.2.1#egg=constructor --force --no-deps conda list echo "***** Make temp directory *****" From baf34dfe8ce8a815a756f03973ff7a3cc879592c Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 21 Apr 2021 01:57:37 -0500 Subject: [PATCH 3/5] update python version in README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bc3bca2..a18ed169 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Miniforge installers are available here: https://github.com/conda-forge/miniforg #### Miniforge3 -Latest installers with Python 3.8 `(*)` in the base environment: +Latest installers with Python 3.9 `(*)` in the base environment: | OS | Architecture | Download | | --------|-----------------------|-----------| @@ -25,14 +25,13 @@ Latest installers with Python 3.8 `(*)` in the base environment: | OS X | arm64 (Apple Silicon) `(**)` | [Miniforge3-MacOSX-arm64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh) | | Windows | x86_64 | [Miniforge3-Windows-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe) | -`(*)` OS X `arm64` will be installed with Python 3.9. -The Python version is specific only to the base environment. Conda can create new environments with different Python versions and implementations. +`(*)` The Python version is specific only to the base environment. Conda can create new environments with different Python versions and implementations. `(**)` Apple silicon builds are experimental and haven't had testing like the other platforms. #### Miniforge-pypy3 -Latest installers with PyPy 3.6 in the base environment: +Latest installers with PyPy 3.7 in the base environment: | OS | Architecture | Download | | --------|-----------------------|-----------| @@ -57,7 +56,7 @@ Latest installers with Mamba in the base environment: #### Mambaforge-pypy3 -Latest installers with Mamba and PyPy 3.6 in the base environment: +Latest installers with Mamba and PyPy 3.7 in the base environment: | OS | Architecture | Download | | --------|-----------------------|-----------| From bdee9f1db62e84e6d0dc319c217057d28672bce2 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 25 Apr 2021 02:42:10 -0500 Subject: [PATCH 4/5] Update conda version --- Miniforge3/construct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 585ecd4f..893ccfc4 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -1,4 +1,4 @@ -{% set version = os.environ.get("MINIFORGE_VERSION", "4.9.2-0") %} +{% set version = os.environ.get("MINIFORGE_VERSION", "4.10.1-0") %} {% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %} name: {{ name }} From 8628975ef9463e3bb710948badce3ade2a33522d Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 25 Apr 2021 02:47:54 -0500 Subject: [PATCH 5/5] Update mamba version --- Miniforge3/construct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 893ccfc4..570c983c 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -25,7 +25,7 @@ specs: {% endif %} {% if name.startswith("Mambaforge") %} - - mamba 0.11.1 + - mamba 0.11.3 {% endif %} - conda {{ version.split("-")[0] }}