Quellcode durchsuchen

2.6.26

pull/3424/head v2.6.26
Ivan Pozdeev vor 4 Monaten
Ursprung
Commit
174c61526f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: FB6A628DCF06DCD7
3 geänderte Dateien mit 9 neuen und 2 gelöschten Zeilen
  1. +7
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      plugins/python-build/bin/python-build

+ 7
- 0
CHANGELOG.md Datei anzeigen

@ -1,5 +1,12 @@
# Version History
## Release v2.6.26
* versions: fast path for --bare --skip-aliases by @jakelodwick in https://github.com/pyenv/pyenv/pull/3411
* Fix MacPorts OpenSSL formula detection by @tekintian in https://github.com/pyenv/pyenv/pull/3417
* rehash: streamline executables discovery; fix regression by @native-api in https://github.com/pyenv/pyenv/pull/3418
* rehash: simplify source.bash pipeline by @jakelodwick in https://github.com/pyenv/pyenv/pull/3419
* Add CPython 3.15.0a7 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3421
## Release v2.6.25
* Add miniforge3-26.1.0-0 by @native-api in https://github.com/pyenv/pyenv/pull/3413
* Add CPython 3.12.13 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3414

+ 1
- 1
libexec/pyenv---version Datei anzeigen

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="2.6.25"
version="2.6.26"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then

+ 1
- 1
plugins/python-build/bin/python-build Datei anzeigen

@ -14,7 +14,7 @@
# -g/--debug Build a debug version
#
PYTHON_BUILD_VERSION="2.6.25"
PYTHON_BUILD_VERSION="2.6.26"
OLDIFS="$IFS"

Laden…
Abbrechen
Speichern