From c417e9b5559a2e06e9333085bb082371d1aa2e5ac3a3dec66f944fa39a2df23e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 18 Oct 2022 15:51:32 +0000 Subject: [PATCH] Accepting request 1029779 from home:thomas-schraitle:branches:devel:languages:python - Update to 2.3.5 - Add CPython 3.10.7 by @edgarrmondragon in #2454 - Docs: update Fish PATH update by @gregorias in #2449 - Add CPython 3.7.14, 3.8.14 and 3.9.14 by @edgarrmondragon in #2456 - Update miniconda3-3.9-4.12.0 by @Tsuki in #2460 - Add CPython 3.11.0rc2 by @ViktorHaag in #2459 - Add patches for 3.7.14 to support Apple Silicon by @samdoran in #2463 - Add ability to easily skip all use of Homebrew by @samdoran in #2464 - Drop Travis integration by @sobolevn in #2468 - Build CPython 3.12+ with --with-dsymutil in MacOS by @native-api in #2471 - Add Pyston 2.3.5 by @scop in #2476 Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.4...v2.3.5 OBS-URL: https://build.opensuse.org/request/show/1029779 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=39 --- pyenv-2.3.4.tar.gz | 3 --- pyenv-2.3.5.tar.gz | 3 +++ pyenv.changes | 17 +++++++++++++++++ pyenv.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 pyenv-2.3.4.tar.gz create mode 100644 pyenv-2.3.5.tar.gz diff --git a/pyenv-2.3.4.tar.gz b/pyenv-2.3.4.tar.gz deleted file mode 100644 index f49b0bd..0000000 --- a/pyenv-2.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e223c0c6a53a87eba2536268ef417af645fa08b983d4345e6e00795bd8b5ef31 -size 715055 diff --git a/pyenv-2.3.5.tar.gz b/pyenv-2.3.5.tar.gz new file mode 100644 index 0000000..940fe0e --- /dev/null +++ b/pyenv-2.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075e530afe352d112a23d46ba1a3358090bb9e31e47b5caa4ab1a1f32df0cfb0 +size 716231 diff --git a/pyenv.changes b/pyenv.changes index 0ea9e85..a6f873e 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 18 14:53:52 UTC 2022 - Thomas Schraitle - 2.3.5 + +- Update to 2.3.5 + - Add CPython 3.10.7 by @edgarrmondragon in #2454 + - Docs: update Fish PATH update by @gregorias in #2449 + - Add CPython 3.7.14, 3.8.14 and 3.9.14 by @edgarrmondragon in #2456 + - Update miniconda3-3.9-4.12.0 by @Tsuki in #2460 + - Add CPython 3.11.0rc2 by @ViktorHaag in #2459 + - Add patches for 3.7.14 to support Apple Silicon by @samdoran in #2463 + - Add ability to easily skip all use of Homebrew by @samdoran in #2464 + - Drop Travis integration by @sobolevn in #2468 + - Build CPython 3.12+ with --with-dsymutil in MacOS by @native-api in #2471 + - Add Pyston 2.3.5 by @scop in #2476 + +Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.4...v2.3.5 + ------------------------------------------------------------------- Mon Oct 3 14:51:43 UTC 2022 - Thomas Schraitle - 2.3.4 diff --git a/pyenv.spec b/pyenv.spec index 9e2bfee..69ac5dc 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.3.4 +Version: 2.3.5 Release: 0 Summary: Python Version Management License: MIT