diff --git a/pyenv-2.4.7.tar.gz b/pyenv-2.4.7.tar.gz deleted file mode 100644 index de76f02..0000000 --- a/pyenv-2.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c0137963dd3c4b356663a3a152a64815e5e4364f131f2976a2731a13ab1de4d -size 799490 diff --git a/pyenv-2.4.8.tar.gz b/pyenv-2.4.8.tar.gz new file mode 100644 index 0000000..402d0fe --- /dev/null +++ b/pyenv-2.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f028c610c16abd7bf59dbaaabd025f3b26d4feaf457b66e54fbef2e0ced7e5 +size 799467 diff --git a/pyenv.changes b/pyenv.changes index 4d237ff..04d47de 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Jul 23 10:35:09 UTC 2024 - Thomas Schraitle - 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 + +- Almost working testing. + +------------------------------------------------------------------- +Mon Jul 22 08:11:10 UTC 2024 - Thomas Schraitle - 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 - 2.4.7 diff --git a/pyenv.spec b/pyenv.spec index 1102f0a..67447c6 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -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