Christian Clauss
bd618ea9ef
add_miniconda.py: fix typo oversight ( #2595 )
3年前
Sean McGivern
c7f2c4db45
Add a script to add the latest miniforge and mambaforge versions
This takes inspiration from the similar script for miniconda, but it
simplifies in a couple of ways:
1. Use the GitHub Releases API instead of scraping HTML.
2. Don't perform a diff, simply add the latest release.
Lots of intermediate miniconda releases have been skipped in the past,
and it doesn't seem particularly valuable to backfill those.
3年前
Alex Hedges
e715e03be0
Support new miniconda file name format
3年前
Alex Hedges
b3a5b5eee3
Support miniconda with Python 3.10
3年前
Ivan Pozdeev
64aacd5cfd
add_miniconda: support Anaconda, support non-CPython scripts in scripts check
4年前
Alex Hedges
25e0ffa67d
Add missing miniconda architectures: aarch64, arm64, s390x
4年前
Fluency
423de9ae8d
add-miniconda: add docstrings to several key functions ( #2197 )
4年前
Alex Hedges
8b07b92c37
Support newer miniconda filenames
4年前
Alex Hedges
3a20ce7555
Add default verbosity to add_miniconda.py
Required to prevent a crash when no verbosity given.
4年前
Chris Barnes
81e797be12
Miniconda script review comments
README, better docs + logging
6年前
Chris Barnes
a9686fcae0
python-build: Use python 3.7 for miniconda >= 4.7
6年前
Chris Barnes
1fb6e795b6
Script for new miniconda builds
Scrapes available miniconda builds from anaconda repo
7年前