Revisions of pyenv

buildservice-autocommit accepted request 1104033 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 62)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1104032 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 61)
- Update to 2.3.24:
  * README update: Added UNIX reference near Automatic installer
  * Fix FreeBSD tests in MacOS CI
  * Add CPython 3.12.0rc1
  * Add an updated Anaconda and Miniconda installers
- Update to 2.3.23:
  * Add CPython 3.12.0b4
  * Add new anaconda and miniconda definitions
buildservice-autocommit accepted request 1098932 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 60)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 59)
- update to 2.3.22:
  * Add CPython 3.12.0b3
  * Add Cinder 3.10 and Cinder configure patches
buildservice-autocommit accepted request 1094464 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 58)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1094390 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 57)
- Update to 2.3.21
  - Add graalpy-23.0.0 by @msimacek in #2724
  - Add PyPy 7.3.12 by @edgarrmondragon in #2726
  - Fix occasional 'libexec/pyenv-latest: line 39: printf: write error:
    Broken pipe' by @native-api in #2729
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.20...v2.3.21

- Update to 2.3.20
  - Backport bpo-42351 to 3.5.10 by @native-api in #2717
  - Add missing patches for Python 3.7/3.8/3.9 by @tomkins in #2718
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.19...v2.3.20
buildservice-autocommit accepted request 1092159 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 56)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 55)
- update to 2.3.19:
  * Add CPython 3.7.17, 3.8.17 and 3.9.17
  * Add CPython 3.11.4
  * Add CPython 3.10.12
  * Add CPython 3.12.0b2
  * Fix not showing symlink contents for unselected versions in
    `pyenv versions`
  * Correct link in has_tar_xz_support else branch of 3.10.11 and
    3.11.3
  * Fix #2682: Correct pyenv_user_setup.bash file
  * fix: updating heredoc delimiter to be random and unique
  * Support ksh alternative names
  * Add CPython 3.12.0b1
  * Update 3.12-dev and add 3.13-dev
buildservice-autocommit accepted request 1077875 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 54)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1077847 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 53)
- Update to 2.3.17
  - Try locate readlink first in pyenv-hooks, fix #2654 by @Harry-Chen in #2655
  - Add CPython 3.12.0a7 by @edgarrmondragon in #2668
  - Add CPython 3.11.3 by @mirekdlugosz in #2671
  - Add CPython 3.10.11 by @mirekdlugosz in #2670
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.16...v2.3.17
- Update to 2.3.16
  - Add Miniforge3-22.11.1-4 by @jlec in #2642
  - Add Anaconda3-2023.03 by @anton-petrov in #2648
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.15...v2.3.16
- Update to 2.3.15
  - Add miniconda 23.1.0-1 by @aphedges in #2635
  - Add CPython 3.12.0a6 by @saaketp in #2638
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.14...v2.3.15
- Update to 2.3.14
  - Fix indentation by @rafrafek in #2620
  - Support for "BusyBox version" of "head" by @schuellerf in #2629
  - bpo-27987 for v3.5.10 and v3.6.15: align by 16bytes on 64bit platforms by @chaimleib in #2630
  - bpo-36231 for v3.5.10: fix Unsupported MacOS X CPU type in ffi.h by @chaimleib in #2633
  - README: clarify behavior of pyenv latest by @mrienstra in #2634
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.13...v2.3.14
buildservice-autocommit accepted request 1068307 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 52)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1067627 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 51)
- Update to 2.3.13  
  - Fix pyenv-latest to ignore virtualenvs by @native-api in #2608
  - Show symlink contents in non-bare `pyenv versions' by @native-api in #2609
  - Ignore virtualenvs in `pyenv latest' in a clean way by @native-api in #2610
  - Fix link resolving in pyenv-versions by @laggardkernel in #2612
  - Add CPython 3.11.2 by @edgarrmondragon in #2615
  - Add CPython 3.10.10 by @edgarrmondragon in #2616
  - Add CPython 3.12.0a5 by @Afront in #2614
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.12...v2.3.13
buildservice-autocommit accepted request 1063535 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 50)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1063456 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 49)
- Update to 2.3.12
  - Undefined name: do not forget self when accessing flavor by @cclauss in #2595
  - Fix wrong libpython being linked to in MacOS by @native-api in #2596
  - Fix :latest by @native-api in #2599
  - Fix pyenv which to support auto-resolved prefixes by @native-api in #2601
  - Add more recent build of nogil Python. by @colesbury in #2602
  - Fix overriding arguments for --enable-framework and --enable-universalsdk by @native-api in #2605
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.11...v2.3.12
- Update to 2.3.11
  - Add CPython 3.12.0a4 by @Afront in #2590
  - Add a script to add the latest miniforge and mambaforge versions
    by @smcgivern in #2560
  - Add missing Miniforge/Mambaforge versions (4.10.2-0 - 22.9.0-3)
    by @smcgivern in #2591
  - Fix using dependencies from Ports in FreeBSD that are not searched with
    pkg-config by @native-api in #2593
  - Fix priority for user-supplied configure and make flags by
    (only set --enable-shared if user hasn't supplied --disable-shared)
    @native-api in #2592
  - Fix a compilation error in 3.8.10+ and 3.9.5+ when linking against Op…
    by @native-api in #2594
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.10...v2.3.11
- Update to 2.3.10
  - Remove stray newline after python-build installation by @tklauser in #2566
  - Allow multiple versions for pyenv-install by @rockandska in #2568
  - --enable-shared by default by @anton-petrov in #2554
  - Fix non-bash output while detecting shell by @ianchen-tw in #2561
  - add pypy 7.3.11 release by @dand-oss in #2576
  - Mention how to build for maximum performance by @hauntsaninja in #2579
  - Add miniconda 22.11.1-1 by @aphedges in #2583
  - Add Fig as autocomplete suggestion by @brendanfalk in #2574
  - Fix using dependencies from Ports in BSD with no pkg-config
    by @native-api in #2586
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.9...v2.3.10
buildservice-autocommit accepted request 1043908 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 48)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1043892 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 47)
- Update to 2.3.9
  - Add -latest suffix to miniforge3 by @nwh in #2551
  - Add PyPy 7.3.10 by @dand-oss in #2553
  - Add miniforge3 and mambaforge 22.9.0-2 by @smcgivern in #2559
  - Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+
    for 3.9.16 by @lisbethw1130 in #2558
  - Add openssl patches for 3.7.15, 3.7.16, and 3.8.16 by @samdoran in #2564
  - Add support for Anaconda3-2022.10 by @huypn12 in #2565
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.8...v2.3.9
buildservice-autocommit accepted request 1043119 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 46)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1042939 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 45)
- Update to 2.3.8
  - Export detected shell environment in pyenv-init by @ianchen-tw in #2540
  - Add CPython 3.12.0a3 by @saaketp in #2545
  - Add CPython 3.11.1 by @anton-petrov in #2549
  - Add CPython 3.10.9 by @rudisimo in #2544
  - Add 3.7.16, 3.8.16, 3.9.16 by @chadac in #2550
buildservice-autocommit accepted request 1039900 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 44)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1039855 from Thomas Schraitle's avatar Thomas Schraitle (thomas-schraitle) (revision 43)
- Update to 2.3.7
  - Add Python version 3.11 to the macOS build by @jbkkd in #2510
  - Don't use Zlib from XCode SDK if a custom compiler is used by
    @native-api in #2516
  - Change line endings from CRLF to LF by @hoang-himself in #2517
  - Fix resolution of a name that's a prefix of another name by
    @native-api in #2521
  - GitHub Workflows security hardening by @sashashura in #2511
  - Add nushell to activate list by @theref in #2524
  - Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+
    for 3.9.15 and 3.8.15 by @twangboy in #2520
  - Add simple .editorconfig file by @aphedges in #2518
  - Support aria2c being a snap by @native-api in #2528
  - Add CPython 3.12.0a2 by @saaketp in #2527
  - Add --no-push-path option by @isaacl in #2526
  - Fix typo in README.md by @weensy in #2535
  - Copy auto installer oneliner to readme by @spookyuser in #2538
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.6...v2.3.7
Displaying revisions 21 - 40 of 82
openSUSE Build Service is sponsored by