SHA256
1
0
forked from pool/pyenv

Accepting request 1146883 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1146883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pyenv?expand=0&rev=36
This commit is contained in:
Ana Guerrero 2024-02-15 20:01:41 +00:00 committed by Git OBS Bridge
commit b92552b785
4 changed files with 31 additions and 12 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Feb 14 15:12:05 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.26
- Call spec-cleaner
- Update to 2.3.36
- Add a Dependabot config to auto-update GitHub action versions by @kurtmckee in #2863
- Bump the github-actions group with 1 update by @dependabot in #2864
- Add installation prefix to python-config --ldflags output by @mhaeuser in #2865
- Add support for miniconda3 23.11.0-1, 23.11.0-2 with py3.11, py3.10, py3.9, py3.8 by @binbjz in #2870
- Add micropython 1.20.0 and 1.21.0 by @cpzt in #2869
- Make "Automatic installer" command a copy-able code block by @ryan-williams in #2874
- Add PyPy 7.3.14 by @dand-oss in #2876
- Add graalpy-23.1.2 by @msimacek in #2884
- Add CPython 3.13.0a3 by @edgarrmondragon in #2885
- Add PyPy v7.3.15 by @edgarrmondragon in #2886
- Update pypy3.9-7.3.13 checksums by @ecerulm in #2887
- Add CPython 3.12.2 by @edgarrmondragon in #2899
- Add CPython 3.11.8 by @edgarrmondragon in #2898
-------------------------------------------------------------------
Tue Dec 12 11:52:05 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.35

View File

@ -1,7 +1,7 @@
#
# spec file for package pyenv
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define pyenv_dir %{_libexecdir}/pyenv
#
Name: pyenv
Version: 2.3.35
Version: 2.3.36
Release: 0
Summary: Python Version Management
License: MIT
@ -27,6 +27,13 @@ Group: Development/Languages/Python
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: fdupes
BuildRequires: fish
BuildRequires: gcc
BuildRequires: make
BuildRequires: zsh
#
# Additional soft build requirements.
# Use list from https://github.com/pyenv/pyenv/wiki#suggested-build-environment
#
@ -50,13 +57,6 @@ Recommends: tk-devel
Recommends: xz
Recommends: xz-devel
Recommends: zlib-devel
#
BuildRequires: bash-completion
BuildRequires: fdupes
BuildRequires: fish
BuildRequires: gcc
BuildRequires: make
BuildRequires: zsh
%description
pyenv lets the user switch between multiple versions of Python.