forked from pool/pyenv
Accepting request 1033545 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1033545 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pyenv?expand=0&rev=17
This commit is contained in:
commit
ddcbc71bec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:075e530afe352d112a23d46ba1a3358090bb9e31e47b5caa4ab1a1f32df0cfb0
|
||||
size 716231
|
3
pyenv-2.3.6.tar.gz
Normal file
3
pyenv-2.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8928b74b153864db9ed0c4ae321e233b7ea466ab85ca6abf2d73e86930cafa1
|
||||
size 720665
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 19:34:43 UTC 2022 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.6
|
||||
|
||||
- Update to 2.3.6
|
||||
- Add CPython 3.10.8 (#2480)
|
||||
- Add CPython 3.7.15, 3.8.15, and 3.9.15 (#2482)
|
||||
- Add CPython 3.11.0 (#2493)
|
||||
- Add CPython 3.12.0a1 (#2495)
|
||||
- Add graalpy-22.3.0 (#2497)
|
||||
- Auto-resolve prefixes to the latest version (#2487)
|
||||
- It must be a full prefix -- the actual searched prefix is <prefix>[-.]
|
||||
- Other flavors are likely sorted incorrectly atm
|
||||
- Prereleases and versions with some suffixes (-dev, -src, -latest)
|
||||
are not searched
|
||||
- pyenv uninstall has been excluded from the resolution feature:
|
||||
deleting a dynamically selected installation could be problematic
|
||||
- Fix OpenSSL 1.1.1q compilation error in MacOS 11+ (#2500)
|
||||
- Link to Tcl/Tk from Homebrew via pkgconfig for 3.11+ (#2501)
|
||||
- Fix syntax error in pyenv init - if PYENV_ROOT has spaces (#2506)
|
||||
|
||||
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.5...v2.3.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 14:53:52 UTC 2022 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.5
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define pyenv_dir %{_libexecdir}/pyenv
|
||||
#
|
||||
Name: pyenv
|
||||
Version: 2.3.5
|
||||
Version: 2.3.6
|
||||
Release: 0
|
||||
Summary: Python Version Management
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user