diff --git a/pyenv-2.3.36.tar.gz b/pyenv-2.3.36.tar.gz deleted file mode 100644 index e383dcb..0000000 --- a/pyenv-2.3.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b6f189f869fd7c712289c290a6e4dcc617382f1903560b88b4d82cf29305d99 -size 783900 diff --git a/pyenv-2.4.0.tar.gz b/pyenv-2.4.0.tar.gz new file mode 100644 index 0000000..e11b3f4 --- /dev/null +++ b/pyenv-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d3abc38e2c091809c640cedf33437593873a6dcb8da2a3ffb1ccd0220d9292 +size 794161 diff --git a/pyenv.changes b/pyenv.changes index db7f548..32e7d82 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,5 +1,31 @@ ------------------------------------------------------------------- -Wed Feb 14 15:12:05 UTC 2024 - Thomas Schraitle - 2.3.26 +Wed Apr 17 17:00:00 UTC 2024 - Thomas Schraitle - 2.4.0 + +- Update spec file + - Use pkgconfig instead of package name + - Require pkg-config + +- Update to 2.4.0 + - Add CPython 3.13.0a4 by @saaketp in #2903 + - Handle the case where pyenv-commands --sh returns nothing by @aphedges in #2908 + - Document default build configuration customizations by @native-api in #2911 + - Use Homebrew in Linux if Pyenv is installled with Homebrew by @native-api in #2906 + - Add miniforge and mambaforge 22.11.1-3, 22.11.1-4, 23.1.0-0 to 23.11.0-0 by @aphedges in #2909 + - Add miniconda3-24.1.2 by @binbjz in #2915 + - Minor grammar fix in libffi backport patch in 2.5.x by @cuinix in #2922 + - Add CPython 3.13.0a5 by @edgarrmondragon in #2924 + - Add CPython 3.8.19 and 3.9.19 by @edgarrmondragon in #2929 + - Add GraalPy 24.0.0 by @msimacek in #2928 + - Add CPython 3.10.14 by @edgarrmondragon in #2930 + - Add Jython 2.7.3 by @cesarcoatl in #2936 + - Add CPython 3.11.9 by @edgarrmondragon in #2938 + - Add anaconda 2024.02 by @native-api in #2939 + +Full Changelog: https://github.com/pyenv/pyenv/compare/v2.3.36...v2.4.0 + + +------------------------------------------------------------------- +Wed Feb 14 15:12:05 UTC 2024 - Thomas Schraitle - 2.3.36 - Call spec-cleaner - Update to 2.3.36 diff --git a/pyenv.spec b/pyenv.spec index 1e4dcaa..a8e8ac2 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.3.36 +Version: 2.4.0 Release: 0 Summary: Python Version Management License: MIT @@ -32,8 +32,11 @@ BuildRequires: fdupes BuildRequires: fish BuildRequires: gcc BuildRequires: make +BuildRequires: pkgconfig BuildRequires: zsh # +Requires: pkgconfig +# # Additional soft build requirements. # Use list from https://github.com/pyenv/pyenv/wiki#suggested-build-environment # @@ -43,20 +46,24 @@ Recommends: automake Recommends: bzip2 Recommends: findutils Recommends: gcc +# Recommends: gdbm-devel -Recommends: libbz2-devel -Recommends: libffi-devel -Recommends: lzma-sdk-devel -Recommends: ncurses-devel +Recommends: gmp-devel Recommends: openssl-devel Recommends: patch -Recommends: readline5-devel -Recommends: sqlite3-devel -Recommends: tcl-devel -Recommends: tk-devel -Recommends: xz -Recommends: xz-devel -Recommends: zlib-devel +Recommends: readline-devel +# +Recommends: pkgconfig(bzip2) +Recommends: pkgconfig(clzma) +Recommends: pkgconfig(expat) +Recommends: pkgconfig(libffi) +Recommends: pkgconfig(liblzma) +Recommends: pkgconfig(ncurses) +Recommends: pkgconfig(sqlite3) +Recommends: pkgconfig(tcl) +Recommends: pkgconfig(tk) +Recommends: pkgconfig(uuid) +Recommends: pkgconfig(zlib) %description pyenv lets the user switch between multiple versions of Python.