From 098d919cac1be07b72f00b611376f80d4b01e2cbf6b919c5b30e9c7af9c59e5e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 09:01:20 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=55 --- pyenv-2.3.17.tar.gz | 3 --- pyenv-2.3.19.tar.gz | 3 +++ pyenv.changes | 18 ++++++++++++++++++ pyenv.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 pyenv-2.3.17.tar.gz create mode 100644 pyenv-2.3.19.tar.gz diff --git a/pyenv-2.3.17.tar.gz b/pyenv-2.3.17.tar.gz deleted file mode 100644 index 7d65022..0000000 --- a/pyenv-2.3.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bffe53bcbb5e40515385a94410e2dbda3af644e6d94d2daddd5c5a136b6eb5df -size 758286 diff --git a/pyenv-2.3.19.tar.gz b/pyenv-2.3.19.tar.gz new file mode 100644 index 0000000..1ee46df --- /dev/null +++ b/pyenv-2.3.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bbac703e30fefce856540aa375c225b01e9e47b0e320531b2910fc5dc99eea +size 760139 diff --git a/pyenv.changes b/pyenv.changes index c3f5d46..775d639 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jun 11 08:59:57 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Fri Apr 7 08:46:52 UTC 2023 - Thomas Schraitle - 2.3.17 diff --git a/pyenv.spec b/pyenv.spec index 3b170b7..ed61c31 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.3.17 +Version: 2.3.19 Release: 0 Summary: Python Version Management License: MIT