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 години