commit pyenv for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pyenv for openSUSE:Factory checked in at 2024-08-05 17:24:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pyenv (Old) and /work/SRC/openSUSE:Factory/.pyenv.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pyenv" Mon Aug 5 17:24:06 2024 rev:45 rq:1191655 version:2.4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/pyenv/pyenv.changes 2024-07-25 15:54:32.196183850 +0200 +++ /work/SRC/openSUSE:Factory/.pyenv.new.7232/pyenv.changes 2024-08-05 17:24:46.031713848 +0200 @@ -1,0 +2,7 @@ +Mon Aug 5 08:54:35 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.4.9 + +- Update 2.4.9 + - Add miniforge3-24.3.0-0 in #3028 + - Add CPython 3.13.0rc1 in #3029 + +------------------------------------------------------------------- Old: ---- pyenv-2.4.8.tar.gz New: ---- pyenv-2.4.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pyenv.spec ++++++ --- /var/tmp/diff_new_pack.UUFlL0/_old 2024-08-05 17:24:46.539734967 +0200 +++ /var/tmp/diff_new_pack.UUFlL0/_new 2024-08-05 17:24:46.539734967 +0200 @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.4.8 +Version: 2.4.9 Release: 0 Summary: Python Version Management License: MIT ++++++ pyenv-2.4.8.tar.gz -> pyenv-2.4.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyenv-2.4.8/CHANGELOG.md new/pyenv-2.4.9/CHANGELOG.md --- old/pyenv-2.4.8/CHANGELOG.md 2024-07-21 06:02:45.000000000 +0200 +++ new/pyenv-2.4.9/CHANGELOG.md 2024-08-05 00:54:31.000000000 +0200 @@ -1,5 +1,9 @@ # Version History +## Release v2.4.9 +* Add miniforge3-24.3.0-0 by @goerz in https://github.com/pyenv/pyenv/pull/3028 +* Add CPython 3.13.0rc1 by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3029 + ## Release v2.4.8 * Fix pyenv-uninstall not having the debug tracing invocation by @native-api in https://github.com/pyenv/pyenv/pull/3020 * Add CPython 3.13.0b4 and 3.13.0b4t by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3019 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyenv-2.4.8/libexec/pyenv---version new/pyenv-2.4.9/libexec/pyenv---version --- old/pyenv-2.4.8/libexec/pyenv---version 2024-07-21 06:02:45.000000000 +0200 +++ new/pyenv-2.4.9/libexec/pyenv---version 2024-08-05 00:54:31.000000000 +0200 @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.4.8" +version="2.4.9" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0b4 new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0b4 --- old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0b4 2024-07-21 06:02:45.000000000 +0200 +++ new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0b4 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -prefer_openssl3 -export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 -install_package "openssl-3.3.1" "https://www.openssl.org/source/openssl-3.3.1.tar.gz#777cd596284c883375a2a7a1..." mac_openssl --if has_broken_mac_openssl -install_package "readline-8.2" "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca1..." mac_readline --if has_broken_mac_readline -if has_tar_xz_support; then - install_package "Python-3.13.0b4" "https://www.python.org/ftp/python/3.13.0/Python-3.13.0b4.tar.xz#b2aa557c3c87..." standard verify_py313 copy_python_gdb ensurepip -else - install_package "Python-3.13.0b4" "https://www.python.org/ftp/python/3.13.0/Python-3.13.0b4.tgz#6f387984d028686..." standard verify_py313 copy_python_gdb ensurepip -fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0b4t new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0b4t --- old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0b4t 2024-07-21 06:02:45.000000000 +0200 +++ new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0b4t 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -export PYTHON_BUILD_FREE_THREADING=1 -source "$(dirname "${BASH_SOURCE[0]}")"/3.13.0b4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0rc1 new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0rc1 --- old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0rc1 1970-01-01 01:00:00.000000000 +0100 +++ new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0rc1 2024-08-05 00:54:31.000000000 +0200 @@ -0,0 +1,9 @@ +prefer_openssl3 +export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1 +install_package "openssl-3.3.1" "https://www.openssl.org/source/openssl-3.3.1.tar.gz#777cd596284c883375a2a7a1..." mac_openssl --if has_broken_mac_openssl +install_package "readline-8.2" "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca1..." mac_readline --if has_broken_mac_readline +if has_tar_xz_support; then + install_package "Python-3.13.0rc1" "https://www.python.org/ftp/python/3.13.0/Python-3.13.0rc1.tar.xz#678b884775e..." standard verify_py313 copy_python_gdb ensurepip +else + install_package "Python-3.13.0rc1" "https://www.python.org/ftp/python/3.13.0/Python-3.13.0rc1.tgz#53f1ed4920b82f..." standard verify_py313 copy_python_gdb ensurepip +fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0rc1t new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0rc1t --- old/pyenv-2.4.8/plugins/python-build/share/python-build/3.13.0rc1t 1970-01-01 01:00:00.000000000 +0100 +++ new/pyenv-2.4.9/plugins/python-build/share/python-build/3.13.0rc1t 2024-08-05 00:54:31.000000000 +0200 @@ -0,0 +1,2 @@ +export PYTHON_BUILD_FREE_THREADING=1 +source "$(dirname "${BASH_SOURCE[0]}")"/3.13.0rc1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyenv-2.4.8/plugins/python-build/share/python-build/miniforge3-24.3.0-0 new/pyenv-2.4.9/plugins/python-build/share/python-build/miniforge3-24.3.0-0 --- old/pyenv-2.4.8/plugins/python-build/share/python-build/miniforge3-24.3.0-0 1970-01-01 01:00:00.000000000 +0100 +++ new/pyenv-2.4.9/plugins/python-build/share/python-build/miniforge3-24.3.0-0 2024-08-05 00:54:31.000000000 +0200 @@ -0,0 +1,25 @@ +case "$(anaconda_architecture 2>/dev/null || true)" in +"Linux-aarch64" ) + install_script "Miniforge3-24.3.0-0-Linux-aarch64.sh" "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforg..." "miniconda" verify_py310 + ;; +"Linux-ppc64le" ) + install_script "Miniforge3-24.3.0-0-Linux-ppc64le.sh" "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforg..." "miniconda" verify_py310 + ;; +"Linux-x86_64" ) + install_script "Miniforge3-24.3.0-0-Linux-x86_64.sh" "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforg..." "miniconda" verify_py310 + ;; +"MacOSX-arm64" ) + install_script "Miniforge3-24.3.0-0-MacOSX-arm64.sh" "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforg..." "miniconda" verify_py310 + ;; +"MacOSX-x86_64" ) + install_script "Miniforge3-24.3.0-0-MacOSX-x86_64.sh" "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforg..." "miniconda" verify_py310 + ;; +* ) + { echo + colorize 1 "ERROR" + echo ": The binary distribution of Miniforge is not available for $(anaconda_architecture 2>/dev/null || true)." + echo + } >&2 + exit 1 + ;; +esac
participants (1)
-
Source-Sync