forked from pool/pyenv
Compare commits
22 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7548180006 | |||
| ba932827df | |||
| c03e9ceeb3 | |||
| a59959a1cc | |||
| fea6e96ec0 | |||
| 45359111fb | |||
| d45095018f | |||
| 62e4ffe35e | |||
| 1a328df38b | |||
| f2794ed29e | |||
| 9873374821 | |||
| 3cd0afd6b4 | |||
| e9f317f225 | |||
| c12a49e524 | |||
| c03d71c59e | |||
| 171b74ebcb | |||
| c1fe6b04c3 | |||
| 7099a39a23 | |||
| 4cdb3ff4f8 | |||
| 9a39969a62 | |||
| 4b843a7c43 | |||
| a8212907a1 |
3
pyenv-2.4.14.tar.gz
Normal file
3
pyenv-2.4.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef34c472c49fb5d59df8ada9a211618202d849756bca34b6a32c16b92e7c0c87
|
||||||
|
size 803115
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:24f3671a92492f49fa6f61dea861323ad853877c5cb2686c95bfa76339aa1301
|
|
||||||
size 798909
|
|
||||||
@@ -1,5 +1,100 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 30 21:48:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Oct 2 13:48:57 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.14
|
||||||
|
|
||||||
|
- Update 2.4.14
|
||||||
|
* Add CPython 3.12.7 by @edgarrmondragon in #3078
|
||||||
|
* Add CPython 3.13.0rc3 by @edgarrmondragon in #3077
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 07:48:44 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.13
|
||||||
|
|
||||||
|
- Update 2.4.13
|
||||||
|
* docs: Use --verbose with performance CPython build instructions by @caerulescens in #3053
|
||||||
|
* Fix latest version resolution when using python- prefix by @edmorley in #3056
|
||||||
|
* Fix tgz checksum for 3.9.20; fallback OpenSSL URLs and checksums by @native-api in #3060
|
||||||
|
* Fix OpenSSL 3.3.2 download URLs by @edgarrmondragon in #3059
|
||||||
|
* Add GraalPy 24.1.0 by @msimacek in #3066
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 08:38:10 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.12
|
||||||
|
|
||||||
|
- Update 2.4.12
|
||||||
|
- Add CPython 3.13.0rc2 by @edgarrmondragon in #3049
|
||||||
|
- Add CPython 3.8.20, 3.9.20, 3.10.15, 3.11.10 and 3.12.6 by @edgarrmondragon in #3050
|
||||||
|
|
||||||
|
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.4.11...v2.4.12
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 06:20:09 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.11
|
||||||
|
|
||||||
|
- Update 2.4.11
|
||||||
|
- Add /usr/etc/pyenv.d to hooks path by @tomschr in #3039
|
||||||
|
- Add miniconda3-24.7.1-0 by @binbjz in #3040
|
||||||
|
- Add PyPy v7.3.17 by @jsirois in #3045
|
||||||
|
|
||||||
|
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.4.10...v2.4.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 12 07:40:58 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.10
|
||||||
|
|
||||||
|
- Update 2.4.10
|
||||||
|
Add CPython 3.12.5 by @edgarrmondragon in #3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 08:54:35 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.9
|
||||||
|
|
||||||
|
- Update 2.4.9
|
||||||
|
- Add miniforge3-24.3.0-0 in #3028
|
||||||
|
- Add CPython 3.13.0rc1 in #3029
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 10:35:09 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.8
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 18:45:30 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Almost working testing.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 08:11:10 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.8
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 16 08:44:03 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.7
|
||||||
|
|
||||||
|
- Update to 2.4.7:
|
||||||
|
- Add support for anaconda3-2024.06-1 in #3009
|
||||||
|
- Fix debug build for X.Yt-dev in #3011
|
||||||
|
|
||||||
|
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.4.6...v2.4.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 04:56:59 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.6
|
||||||
|
|
||||||
|
- Update to 2.4.6:
|
||||||
|
- CI: push MacOS jobs to MacOS 13 and 14 in #3002
|
||||||
|
- Add 3.13.0b3t and exclude it from pyenv latest in #3001
|
||||||
|
- Speed up pyenv prefix by not constructing advice text when
|
||||||
|
it would be discarded in #3005
|
||||||
|
|
||||||
|
Full Changelog: https://github.com/pyenv/pyenv/compare/v2.4.5...v2.4.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 30 21:48:24 UTC 2024 - Dirk Müller <dmueller@suse.com> - 2.4.5
|
||||||
|
|
||||||
- update to 2.4.5:
|
- update to 2.4.5:
|
||||||
* python-build: Add ancient versions; 2.4, 2.4.1, 2.4.3, 2.4.4
|
* python-build: Add ancient versions; 2.4, 2.4.1, 2.4.3, 2.4.4
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%define pyenv_dir %{_libexecdir}/pyenv
|
%define pyenv_dir %{_libexecdir}/pyenv
|
||||||
#
|
#
|
||||||
Name: pyenv
|
Name: pyenv
|
||||||
Version: 2.4.5
|
Version: 2.4.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Version Management
|
Summary: Python Version Management
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,6 +28,7 @@ URL: https://github.com/pyenv/pyenv
|
|||||||
Source: https://github.com/pyenv/pyenv/archive/refs/tags/v%{version}.tar.gz#/pyenv-%{version}.tar.gz
|
Source: https://github.com/pyenv/pyenv/archive/refs/tags/v%{version}.tar.gz#/pyenv-%{version}.tar.gz
|
||||||
#
|
#
|
||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
|
BuildRequires: bats
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: fish
|
BuildRequires: fish
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@@ -145,6 +146,10 @@ popd
|
|||||||
|
|
||||||
%fdupes %{buildroot}%{pyenv_dir}
|
%fdupes %{buildroot}%{pyenv_dir}
|
||||||
|
|
||||||
|
%check
|
||||||
|
export PATH="$PATH:%{buildroot}%{_libexecdir}/pyenv/libexec"
|
||||||
|
bats test/{pyenv,hooks,versions}.bats
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CHANGELOG.md COMMANDS.md README.md
|
%doc CHANGELOG.md COMMANDS.md README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user