From ee24c4d2f623f0c0b95dec15c983f3d71965b86e940ce9184a888b76fdd2ccf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 18 Sep 2023 15:28:35 +0000 Subject: [PATCH] Accepting request 1111955 from home:thomas-schraitle:branches:devel:languages:python - Update to 2.3.27: - Prefer OpenSSL 3 in Homebrew since 3.12 by @native-api in #2781 - Fix get-pip urls for older pypy versions by @TimPansino in #2788 - Update openssl url for 3.12.0rc2 by @zsol in #2789 Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.26...v2.3.27 - Update to 2.3.26: * Prevent grep warning in conda.bash in #2768 * fix a typo in README.md in #2769 * use -I with ensurepip in #2764 * Add CPython 3.12.0rc2 in #2778 OBS-URL: https://build.opensuse.org/request/show/1111955 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=65 --- pyenv-2.3.25.tar.gz | 3 --- pyenv-2.3.27.tar.gz | 3 +++ pyenv.changes | 19 +++++++++++++++++++ pyenv.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 pyenv-2.3.25.tar.gz create mode 100644 pyenv-2.3.27.tar.gz diff --git a/pyenv-2.3.25.tar.gz b/pyenv-2.3.25.tar.gz deleted file mode 100644 index 4f2490d..0000000 --- a/pyenv-2.3.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20a3f473695d376f68ec0c6a4d6c6157376f374b51848ce3be4b81bc27601ae6 -size 770303 diff --git a/pyenv-2.3.27.tar.gz b/pyenv-2.3.27.tar.gz new file mode 100644 index 0000000..13d344a --- /dev/null +++ b/pyenv-2.3.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600526bd8ee7e458e14376ba02e30ea9edf82a6f0bc5369836d0df5e7a32e81f +size 770568 diff --git a/pyenv.changes b/pyenv.changes index 2a40458..3ec488e 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 18 11:10:33 UTC 2023 - Thomas Schraitle - 2.3.27 + +- Update to 2.3.27: + - Prefer OpenSSL 3 in Homebrew since 3.12 by @native-api in #2781 + - Fix get-pip urls for older pypy versions by @TimPansino in #2788 + - Update openssl url for 3.12.0rc2 by @zsol in #2789 + +Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.26...v2.3.27 + +------------------------------------------------------------------- +Thu Sep 7 15:13:38 UTC 2023 - Thomas Schraitle - 2.3.26 + +- Update to 2.3.26: + * Prevent grep warning in conda.bash in #2768 + * fix a typo in README.md in #2769 + * use -I with ensurepip in #2764 + * Add CPython 3.12.0rc2 in #2778 + ------------------------------------------------------------------- Sun Aug 27 10:26:46 UTC 2023 - Thomas Schraitle - 2.3.25 diff --git a/pyenv.spec b/pyenv.spec index c8174be..699f0f9 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.3.25 +Version: 2.3.27 Release: 0 Summary: Python Version Management License: MIT