-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Comparing changes
Open a pull request
base repository: pyenv/pyenv
base: v2.5.2
head repository: pyenv/pyenv
compare: v2.5.3
- 13 commits
- 27 files changed
- 9 contributors
Commits on Feb 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d327702 - Browse repository at this point
Copy the full SHA d327702View commit details
Commits on Feb 8, 2025
-
Co-authored-by: Dan Dees <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c7fe36 - Browse repository at this point
Copy the full SHA 1c7fe36View commit details
Commits on Feb 10, 2025
-
Add Miniconda3 25.1.1 0 (#3190)
* Add miniconda3-25.1.1-0 Co-authored-by: binbjz <[email protected]> Co-authored-by: binbjz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fee6057 - Browse repository at this point
Copy the full SHA fee6057View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 519f90a - Browse repository at this point
Copy the full SHA 519f90aView commit details -
CI: remove ubuntu-20.04; move tar_gz to -latest
ubuntu-20.04 is being retired by Github tar_gz is mainly to verify URLs, OS version doesn't matter
Configuration menu - View commit details
-
Copy full SHA for ddeb3fa - Browse repository at this point
Copy the full SHA ddeb3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37a5a8 - Browse repository at this point
Copy the full SHA f37a5a8View commit details -
Add Miniconda3 25.1.1-1 (#3192)
Co-authored-by: binbjz <[email protected]> Co-authored-by: binbjz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7de200 - Browse repository at this point
Copy the full SHA a7de200View commit details
Commits on Feb 13, 2025
-
Update hashes for Python 3.14.0a5 tarballs (#3196)
Source tarballs were changed to fix a human error: https://discuss.python.org/t/python-3-14-0-alpha-5/80364/3
Configuration menu - View commit details
-
Copy full SHA for 496dcfc - Browse repository at this point
Copy the full SHA 496dcfcView commit details -
fix: pyenv-rehash | do NOT create conda_exclusion_list if conda is no…
…t installed. I was doing some debugging with PYENV_DEBUG=1 and noticed that a lot of work was being done in conda.bash, even though I had not installed any conda versions like `mambaforge`. The solution is pretty simple, put all the code inside an if-block. This aligns with what @varikin found in his pull request #3037 Additionally, I have refactored the code slightly for readability (created function `build_conda_exclusion_list`), and added comments which should make it easier to understand what's going on. This commit simplifies debugging and should reduce the execution time of ```bash eval "$(pyenv init -)" ``` slightly.
Configuration menu - View commit details
-
Copy full SHA for 09fbed1 - Browse repository at this point
Copy the full SHA 09fbed1View commit details -
style: place
greadlink
in coreutils sectionApplies to the conda blacklist in `pyenv.d/rehash/conda.d/default.list` No practical difference, but it looks misplaced when it sits at the end of the file.
Configuration menu - View commit details
-
Copy full SHA for ab2a5ad - Browse repository at this point
Copy the full SHA ab2a5adView commit details -
perf: faster execution of build_conda_exclusion_list
1) Got rid of useless call to `cat`, much better to simply use sed with file as argument. 2) Got rid of `sort -u`. There is no need to sort the list. Additionally, the list `pyenv.d/rehash/conda.d/default.list` only has unique entries, and even if you have duplicate entries, the function will still work. --> No need for sort nor unique. 3) Further improvement is simple, save a cached cleaned-list-v1.0 in `conda.d` and simple read from that file instead of doing `sed`, which must be a more expensive operation than simply reading from file.
Configuration menu - View commit details
-
Copy full SHA for 8e5379e - Browse repository at this point
Copy the full SHA 8e5379eView commit details -
Merge pull request #3151 from ChristianFredrikJohnsen/fix/conda-rehash
Do not execute conda-specific code if conda is not installed
Configuration menu - View commit details
-
Copy full SHA for 1c2a765 - Browse repository at this point
Copy the full SHA 1c2a765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5051a42 - Browse repository at this point
Copy the full SHA 5051a42View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.5.2...v2.5.3