forked from pool/pyenv
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
This commit is contained in:
parent
e0a9dc3e97
commit
950b76e0a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9eb4f7083c28d56d1bd05bfaf66f31df36e83d099200c4a81f2e5983c024bb42
|
||||
size 690530
|
3
pyenv-2.3.0.tar.gz
Normal file
3
pyenv-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57a0676ddbd32f5d99265d5bf297912652af5a484afba55b977c85450545f47b
|
||||
size 708346
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 15:43:51 UTC 2022 - Thomas Schraitle <thomas.schraitle@suse.com> - 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 <thomas.schraitle@suse.com> - 2.2.5
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user