Ivan Pozdeev
98a7a6809c
Fix verify_py prefix in anaconda3-2025.06
6 个月前
Ivan Pozdeev
45ef1677c4
Auto-accept TOS in miniconda3-25+
Required for installation since this version
6 个月前
Ivan Pozdeev
ac2f882aab
Fix scripts not getting a Python version for `verify_pyXXX`
1年前
Ivan Pozdeev
25c966eb4f
add_miniconda.py: future-proof, update defaults, change -v
* future-proof PyVersion
* fix handling "-latest"
* Update default versions
* change -v argument to bool
1年前
Alex Hedges
27525adece
Determine Python versions properly for Anaconda
The code for determining which Python version is bundled with which
version of Anaconda has not been updated in a while. I have added 3.10
and 3.11, both of which were used in bundles this year.
I also updated the URL for the source of this data, the Anaconda release
notes, because it has moved.
2 年前
Alex Hedges
3f6bc8d16a
Support miniconda with Python 3.11
3 年前
Alex Hedges
dd5378941a
Fix miniconda version handling
Anaconda and miniconda have changed their version string format again,
so the parsing needs to be done differently. `add_miniconda.py` can now
parse all existing definition files properly.
3 年前
Alex Hedges
2506c9773c
Log errors when parsing existing Conda versions
This makes it easier to fix file names that cannot be parsed using the
current logic.
3 年前
Christian Clauss
bd618ea9ef
add_miniconda.py: fix typo oversight ( #2595 )
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 年前