SHA256
1
0
forked from pool/pyenv

Accepting request 1169285 from devel:languages:python

Forwarded request #1168630 from thomas-schraitle

- Update spec file
    - Use pkgconfig instead of package name
    - Require pkgconfig
  - 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

OBS-URL: https://build.opensuse.org/request/show/1169285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pyenv?expand=0&rev=37
This commit is contained in:
Ana Guerrero 2024-04-21 18:26:18 +00:00 committed by Git OBS Bridge
commit bee9d433d9
4 changed files with 49 additions and 16 deletions

View File

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

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

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

View File

@ -1,5 +1,31 @@
-------------------------------------------------------------------
Wed Feb 14 15:12:05 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.26
Wed Apr 17 17:00:00 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 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 <thomas.schraitle@suse.com> - 2.3.36
- Call spec-cleaner
- Update to 2.3.36

View File

@ -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.