Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pyenv for openSUSE:Factory checked in at 2023-12-15 21:50:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pyenv (Old) and /work/SRC/openSUSE:Factory/.pyenv.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pyenv" Fri Dec 15 21:50:28 2023 rev:35 rq:1133429 version:2.3.35 Changes: -------- --- /work/SRC/openSUSE:Factory/pyenv/pyenv.changes 2023-12-11 21:50:44.115936707 +0100 +++ /work/SRC/openSUSE:Factory/.pyenv.new.25432/pyenv.changes 2023-12-15 21:50:51.722041034 +0100 @@ -1,0 +2,8 @@ +Tue Dec 12 11:52:05 UTC 2023 - Thomas Schraitle <[email protected]> - 2.3.35 + +- Add further dependencies that are needed to build Python versions + when calling "pyenv install". + List taken from https://github.com/pyenv/pyenv/wiki#suggested-build-environment + + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pyenv.spec ++++++ --- /var/tmp/diff_new_pack.vLkhUX/_old 2023-12-15 21:50:52.270061074 +0100 +++ /var/tmp/diff_new_pack.vLkhUX/_new 2023-12-15 21:50:52.270061074 +0100 @@ -27,6 +27,30 @@ URL: https://github.com/pyenv/pyenv Source: https://github.com/pyenv/pyenv/archive/refs/tags/v%{version}.tar.gz#/pyenv-%{version}.tar.gz # +# Additional soft build requirements. +# Use list from https://github.com/pyenv/pyenv/wiki#suggested-build-environment +# +# Once pyenv is installed and user requests a new Python version, +# we need to make sure it will build: +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: openssl-devel +Recommends: patch +Recommends: readline5-devel +Recommends: sqlite3-devel +Recommends: tcl-devel +Recommends: tk-devel +Recommends: xz +Recommends: xz-devel +Recommends: zlib-devel +# BuildRequires: bash-completion BuildRequires: fdupes BuildRequires: fish
