From 950b76e0a9e795be82e9bd549fa8601de9c191373d669d8507980f7c82739f83 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 4 May 2022 17:50:03 +0000 Subject: [PATCH] Accepting request 974970 from home:thomas-schraitle:branches:devel:languages:python - Update to 2.3.0 - Bump openssl 1.1 to 1.1.1n for CPython 3.7 3.8 3.9 by @tuzi3040 in #2276 - Doc Fix: Escape a hash character causing unwanted GitHub Issue linking by @edrogers in #2282 - Add CPython 3.9.12 by @saaketp in #2296 - Add CPython 3.10.4 by @saaketp in #2295 - Add patch for 3.6.15 to support Xcode 13.3 by @nshine in #2288 - Add patch for 3.7.12 to support Xcode 13.3 by @samdoran in #2292 - Add CONTRIBUTING.md by @native-api in #2287 - Add PyPy 7.3.9 release 2022-03-30 by @dand-oss in #2308 - Add Pyston 2.3.3 by @scop in #2316 - Add CPython 3.11.0a7 by @illia-v in #2315 - Add "nogil" Python v3.9.10 by @colesbury in #2342 - Support XCode 13.3 in all releases that officially support MacOS 11 by @native-api in #2344 - Add GraalPython 22.1.0 by @msimacek in #2346 - Make PYENV_DEBUG imply -v for pyenv install by @native-api in #2347 - Simplify init scheme by @native-api in #2310 - Don't use Homebrew outside of MacOS by @native-api in #2349 - Add :latest syntax to documentation for the install command by @hay in #2351 OBS-URL: https://build.opensuse.org/request/show/974970 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=31 --- pyenv-2.2.5.tar.gz | 3 --- pyenv-2.3.0.tar.gz | 3 +++ pyenv.changes | 23 +++++++++++++++++++++++ pyenv.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 pyenv-2.2.5.tar.gz create mode 100644 pyenv-2.3.0.tar.gz diff --git a/pyenv-2.2.5.tar.gz b/pyenv-2.2.5.tar.gz deleted file mode 100644 index 96ba743..0000000 --- a/pyenv-2.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eb4f7083c28d56d1bd05bfaf66f31df36e83d099200c4a81f2e5983c024bb42 -size 690530 diff --git a/pyenv-2.3.0.tar.gz b/pyenv-2.3.0.tar.gz new file mode 100644 index 0000000..86d4882 --- /dev/null +++ b/pyenv-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a0676ddbd32f5d99265d5bf297912652af5a484afba55b977c85450545f47b +size 708346 diff --git a/pyenv.changes b/pyenv.changes index 9ca2f70..68c9a21 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed May 4 15:43:51 UTC 2022 - Thomas Schraitle - 2.3.0 + +- Update to 2.3.0 + - Bump openssl 1.1 to 1.1.1n for CPython 3.7 3.8 3.9 by @tuzi3040 in #2276 + - Doc Fix: Escape a hash character causing unwanted GitHub Issue linking by @edrogers in #2282 + - Add CPython 3.9.12 by @saaketp in #2296 + - Add CPython 3.10.4 by @saaketp in #2295 + - Add patch for 3.6.15 to support Xcode 13.3 by @nshine in #2288 + - Add patch for 3.7.12 to support Xcode 13.3 by @samdoran in #2292 + - Add CONTRIBUTING.md by @native-api in #2287 + - Add PyPy 7.3.9 release 2022-03-30 by @dand-oss in #2308 + - Add Pyston 2.3.3 by @scop in #2316 + - Add CPython 3.11.0a7 by @illia-v in #2315 + - Add "nogil" Python v3.9.10 by @colesbury in #2342 + - Support XCode 13.3 in all releases that officially support MacOS 11 by @native-api in #2344 + - Add GraalPython 22.1.0 by @msimacek in #2346 + - Make PYENV_DEBUG imply -v for pyenv install by @native-api in #2347 + - Simplify init scheme by @native-api in #2310 + - Don't use Homebrew outside of MacOS by @native-api in #2349 + - Add :latest syntax to documentation for the install command by @hay in #2351 + + ------------------------------------------------------------------- Tue Apr 5 07:39:13 UTC 2022 - Thomas Schraitle - 2.2.5 diff --git a/pyenv.spec b/pyenv.spec index cfc6808..440c31d 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.2.5 +Version: 2.3.0 Release: 0 Summary: Python Version Management License: MIT