Ivan Pozdeev
914ff80062
2.6.27
3 miesięcy temu
native-api
840f3ff7fd
Add miniforge3 26.1.1-2, 26.1.1-3 ( #3433 )
3 miesięcy temu
pyenv-bot[bot]
bfec0e43f5
Add CPython 3.13.13, 3.14.4, 3.15.0a8 ( #3432 )
Co-authored-by: native-api <2670332+native-api@users.noreply.github.com>
3 miesięcy temu
exurd
ce491008e7
python-build: advise user with no c compiler ( #3294 )
this checks if "no acceptable C compiler found" is in the last 10 lines of the log, and asks if the user has correctly installed the build dependencies.
3 miesięcy temu
dependabot[bot]
d26308df49
Bump actions/create-github-app-token in the github-actions group ( #3428 )
Bumps the github-actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token ).
Updates `actions/create-github-app-token` from 2 to 3
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 miesięcy temu
Ivan Pozdeev
8397a19c64
- outdated info
[no ci]
3 miesięcy temu
Ivan Pozdeev
0d71a264c2
Fix factual errors; highlight `pyenv install 3`
Closes #3427
[no ci]
3 miesięcy temu
Ivan Pozdeev
a6521a0d35
Fix link
[no ci]
3 miesięcy temu
native-api
044d816d35
which: update `pyenv help global` tip ( #3424 )
3 miesięcy temu
Jake Lodwick
6a246fad63
commands: fast path for --sh, replace sort|uniq with sort -u ( #3423 )
4 miesięcy temu
Ivan Pozdeev
174c61526f
2.6.26
4 miesięcy temu
native-api
397312d0c3
Merge pull request #3422 from native-api/miniconda3-26.1.1-1
Add miniconda3-26.1.1-1
4 miesięcy temu
Ivan Pozdeev
5bd084d816
Add miniconda3-26.1.1-1
4 miesięcy temu
Ivan Pozdeev
974e820478
Replace patterns with f-strings for logging
fix KeyError: out_dir
4 miesięcy temu
pyenv-bot[bot]
a47dae9131
Add CPython 3.15.0a7 ( #3421 )
4 miesięcy temu
Ivan Pozdeev
d5cd462a35
Revert "Add miniconda3-26.1.1-1 ( #3420 )"
This reverts commit 1534421e56 .
The scripts actually contain the previous version, 25.11.1-1
4 miesięcy temu
binbjz
1534421e56
Add miniconda3-26.1.1-1 ( #3420 )
Co-authored-by: binbjz <binbjz@gmail.com>
4 miesięcy temu
Jake Lodwick
e985ffab82
rehash: simplify source.bash pipeline ( #3419 )
Same cleanup applied to conda.bash in #3151 .
4 miesięcy temu
native-api
8037f22665
rehash: streamline executables discovery; fix regression ( #3418 )
Separate the corner-cutting code for `rehash' into a dedicated branch.
Saves some more time (about 100ms for the large fixture)
4 miesięcy temu
Tekin Tian
d5fa1e225e
Fix MacPorts OpenSSL formula detection ( #3417 )
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
4 miesięcy temu
Jake Lodwick
23bcdebe18
versions: fast path for --bare --skip-aliases ( #3411 )
Skip sort, native extension probe, and per-symlink realpath
when called with --bare --skip-aliases (the rehash case).
Use readlink to distinguish internal aliases (relative target)
from external installs (absolute target).
In MacOS, speeds up rehash by 5.2 ms (7%) in empty environment,
55.9 ms (33%) in a regular environment (3 ver, 12 venvs, 320 bins),
93.7 ms (15%) in a large environment (6 ver, 60 venvs, 1466 bins)
4 miesięcy temu
Ivan Pozdeev
aa2e8b8260
2.6.25
4 miesięcy temu
pyenv-bot[bot]
c9d3829169
Add CPython 3.12.13 ( #3414 )
4 miesięcy temu
native-api
05d3a598c4
Add miniforge3-26.1.0-0 ( #3413 )
4 miesięcy temu
Ivan Pozdeev
c89b6b46dc
2.6.24
4 miesięcy temu
pyenv-bot[bot]
c4ed80826f
Add CPython 3.10.20, 3.11.15
Co-authored-by: native-api <2670332+native-api@users.noreply.github.com>
4 miesięcy temu
Jake Lodwick
47871b2dc3
rehash: drop redundant sort -u from make_shims call ( #3410 )
register_shim() already deduplicates via associative array (bash 4+) or
by checking if a shim already exists (bash 3.2). The sort -u pipe in the make_shims
call is thus redundant -- the dedup happens downstream regardless. Shim
creation is order-independent and idempotent, so sorting has no semantic
effect either.
Saves one subprocess fork during every rehash invocation.
4 miesięcy temu
binbjz
43e83b52a2
Add Anaconda3-2025.12-2 ( #3408 )
Co-authored-by: binbjz <binbjz@gmail.com>
4 miesięcy temu
Ivan Pozdeev
9279111a60
Revert accidentally left test code from "CI: add_version: use Github App token to create PR"
This partially reverts commit 47b6fce29d .
4 miesięcy temu
native-api
3100654510
Merge pull request #3406 from pyenv/use_github_app_token
CI: add_version: use Github App token to create PR
4 miesięcy temu
Ivan Pozdeev
06bac52676
add_cpython: fix erroneously deleting old thunks
Looks like a leftover from older logic, before
we `git mv`'d thunks on prerelease upgrade
4 miesięcy temu
Ivan Pozdeev
47b6fce29d
CI: add_version: use Github App token to create PR
The only way atm that allows to both trigger CI
and get PR notifications, as per
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens
Created helper app https://github.com/apps/pyenv-bot/
4 miesięcy temu
Ivan Pozdeev
81befc1592
2.6.23
4 miesięcy temu
native-api
c44f03c058
Add CPython 3.15.0a6 ( #3403 )
Co-authored-by: native-api <2670332+native-api@users.noreply.github.com>
4 miesięcy temu
Ivan Pozdeev
b2a43bbcdb
CI: add_verison: Don't run "set PR properties" unnecessarily
5 miesięcy temu
Ivan Pozdeev
2f10394d33
CI: add_version: fix Actions not triggering for the pull request
5 miesięcy temu
Ivan Pozdeev
57ec277d6a
2.6.22
5 miesięcy temu
github-actions[bot]
63edb91375
Add CPython 3.13.12 ( #3401 )
5 miesięcy temu
Ivan Pozdeev
6d8c0e4021
2.6.21
5 miesięcy temu
github-actions[bot]
fbc7067e3f
Add CPython 3.14.3 ( #3400 )
5 miesięcy temu
Ivan Pozdeev
82f4de5593
CI: reflect GraalPy 25.0.2 dropping MacOS x64 support
5 miesięcy temu
Michael Šimáček
968cd11daa
Add GraalPy 25.0.2 ( #3395 )
5 miesięcy temu
Ivan Pozdeev
5447f1f859
CI: add_script: make more frequent
practice shows a long enough delay that contributors step in
5 miesięcy temu
Ivan Pozdeev
3441980e83
2.6.20
5 miesięcy temu
Ned Batchelder
bd2f32dd7d
Add CPython 3.15.0a5 ( #3393 )
5 miesięcy temu
native-api
94faa168cb
CI: adjust CPython PR generation logic ( #3392 )
* For files retrieved through the GNU mirror load balancer, specify the load balancer URL
* Explicitly `git mv` files on prerelease upgrade in case Git doesn't detect it
* Add a trailing newline to a thunk
5 miesięcy temu
Ivan Pozdeev
92c9ab5273
2.6.19
5 miesięcy temu
Ned Batchelder
37bf92af84
Add CPython 3.15.0a4 ( #3390 )
5 miesięcy temu
Ivan Pozdeev
05ba9388a7
Fix schedule
6 miesięcy temu
Ivan Pozdeev
c62be31e8c
2.6.18
6 miesięcy temu