diff --git a/pyenv-2.3.12.tar.gz b/pyenv-2.3.12.tar.gz new file mode 100644 index 0000000..e508938 --- /dev/null +++ b/pyenv-2.3.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb367f2c2f70dac83b56b5d770d2fca938dcb5a65c674be889a4824fd0c04319 +size 747702 diff --git a/pyenv-2.3.9.tar.gz b/pyenv-2.3.9.tar.gz deleted file mode 100644 index 8d78fb9..0000000 --- a/pyenv-2.3.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ac658f98ed64bc9c5ef56614594dc052357853ec5703c8df91e9beff0d5177c -size 726560 diff --git a/pyenv.changes b/pyenv.changes index 3827f01..5ebe451 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Mon Feb 6 15:27:58 UTC 2023 - Thomas Schraitle - 2.3.12 + +- 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 + +------------------------------------------------------------------- +Mon Feb 6 15:27:58 UTC 2023 - Thomas Schraitle - 2.3.11 + +- 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 + +------------------------------------------------------------------- +Mon Feb 6 15:27:58 UTC 2023 - Thomas Schraitle - 2.3.10 + +- 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 + ------------------------------------------------------------------- Tue Dec 20 10:59:40 UTC 2022 - Thomas Schraitle - 2.3.9 diff --git a/pyenv.spec b/pyenv.spec index b7d96f8..ed5d740 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -1,7 +1,7 @@ # # spec file for package pyenv # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.3.9 +Version: 2.3.12 Release: 0 Summary: Python Version Management License: MIT