SHA256
1
0
forked from pool/pyenv

Accepting request 1189588 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1189588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pyenv?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2024-07-25 13:40:04 +00:00 committed by Git OBS Bridge
commit e9f317f225
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c0137963dd3c4b356663a3a152a64815e5e4364f131f2976a2731a13ab1de4d
size 799490

3
pyenv-2.4.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60f028c610c16abd7bf59dbaaabd025f3b26d4feaf457b66e54fbef2e0ced7e5
size 799467

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
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

View File

@ -19,7 +19,7 @@
%define pyenv_dir %{_libexecdir}/pyenv
#
Name: pyenv
Version: 2.4.7
Version: 2.4.8
Release: 0
Summary: Python Version Management
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
#
BuildRequires: bash-completion
BuildRequires: bats
BuildRequires: fdupes
BuildRequires: fish
BuildRequires: gcc
@ -145,6 +146,10 @@ popd
%fdupes %{buildroot}%{pyenv_dir}
%check
export PATH="$PATH:%{buildroot}%{_libexecdir}/pyenv/libexec"
bats test/{pyenv,hooks,versions}.bats
%files
%doc CHANGELOG.md COMMANDS.md README.md
%license LICENSE