From b4771e077c89b908c820ef5d4c52e82c3a42b5c02d77c7f70ff285aea3dc94f0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 6 Oct 2023 12:51:27 +0000 Subject: [PATCH] Accepting request 1115977 from home:thomas-schraitle:branches:devel:languages:python - Update to 2.3.29 - Add CPython 3.11.6 by @thecesrom in #2806 - Add GraalPy 23.1.0 definition using the faster Oracle GraalVM distribution by @eregon in #2812 - Install ncurses from Homebrew, if available by @aphedges in #2813 Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.28...v2.3.29 - Update to 2.3.28: - Add CPython 3.12.0 by @edgarrmondragon in #2804 - Prioritize 'zlib from xcode sdk' flag correctly by @native-api in #2791 - Prefer OpenSSL 3 in Homebrew in 3.13-dev by @edgarrmondragon in #2793 - Add CPython 3.12.0rc3 by @saaketp in #2795 - Add graalpy-23.1.0 and split between graalpy and graalpy-community by @msimacek in #2796 - Update the OpenSSL dependency for Python 2.7.18 by @lpapp-foundry in #2797 Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.27...v2.3.28 OBS-URL: https://build.opensuse.org/request/show/1115977 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=67 --- pyenv-2.3.27.tar.gz | 3 --- pyenv-2.3.29.tar.gz | 3 +++ pyenv.changes | 23 +++++++++++++++++++++++ pyenv.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 pyenv-2.3.27.tar.gz create mode 100644 pyenv-2.3.29.tar.gz diff --git a/pyenv-2.3.27.tar.gz b/pyenv-2.3.27.tar.gz deleted file mode 100644 index 13d344a..0000000 --- a/pyenv-2.3.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:600526bd8ee7e458e14376ba02e30ea9edf82a6f0bc5369836d0df5e7a32e81f -size 770568 diff --git a/pyenv-2.3.29.tar.gz b/pyenv-2.3.29.tar.gz new file mode 100644 index 0000000..b04ae9c --- /dev/null +++ b/pyenv-2.3.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86af7d251e5691c5537b939a5444718d3811c8b9d70b78ffaf51fd71897437fb +size 771594 diff --git a/pyenv.changes b/pyenv.changes index 3ec488e..d2a4264 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Oct 6 07:42:24 UTC 2023 - Thomas Schraitle - 2.3.29 + +- Update to 2.3.29 + - Add CPython 3.11.6 by @thecesrom in #2806 + - Add GraalPy 23.1.0 definition using the faster Oracle GraalVM distribution by @eregon in #2812 + - Install ncurses from Homebrew, if available by @aphedges in #2813 + +Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.28...v2.3.29 + +------------------------------------------------------------------- +Thu Oct 5 06:02:24 UTC 2023 - Thomas Schraitle - 2.3.28 + +- Update to 2.3.28: + - Add CPython 3.12.0 by @edgarrmondragon in #2804 + - Prioritize 'zlib from xcode sdk' flag correctly by @native-api in #2791 + - Prefer OpenSSL 3 in Homebrew in 3.13-dev by @edgarrmondragon in #2793 + - Add CPython 3.12.0rc3 by @saaketp in #2795 + - Add graalpy-23.1.0 and split between graalpy and graalpy-community by @msimacek in #2796 + - Update the OpenSSL dependency for Python 2.7.18 by @lpapp-foundry in #2797 + +Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.27...v2.3.28 + ------------------------------------------------------------------- Mon Sep 18 11:10:33 UTC 2023 - Thomas Schraitle - 2.3.27 diff --git a/pyenv.spec b/pyenv.spec index 699f0f9..e091055 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.3.27 +Version: 2.3.29 Release: 0 Summary: Python Version Management License: MIT