Simple Python version management
https://github.com/yyuu/pyenv
pyenv lets you easily switch between multiple versions of Python.
It is simple, unobtrusive, and follows the UNIX tradition of single-purpose
tools that do one thing well.
This project was forked from rbenv and ruby-build, and modified for Python.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/pyenv && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pyenv-2.4.8.tar.gz | 0000799467 781 KB | |
pyenv.changes | 0000043830 42.8 KB | |
pyenv.spec | 0000005389 5.26 KB |
Revision 44 (latest revision is 52)
Dominique Leuenberger (dimstar_suse)
accepted
request 1189588
from
Dirk Mueller (dirkmueller)
(revision 44)
- Spec change For the %check section, don't run "make test" but use specific tests. Upstream uses them in their GitHub Action workflow. What's good for them, is also good for us. => This simplifies the overall error and no patches are needed. - Almost working testing. - Update to 2.4.8: - Fix pyenv-uninstall not having the debug tracing invocation in #3020 - Add CPython 3.13.0b4 and 3.13.0b4t in #3019 - README: Remove reference to Fig in #3018 - Fix tests failing if plugins are installed in #3022 - pyenv-latest: replace -q with -b and -f, document as internal in #3021 Full Changelog: https://github.com/pyenv/pyenv/compare/v2.4.7...v2.4.8
Comments 0