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.schrai...@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#777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e";
 mac_openssl --if has_broken_mac_openssl
-install_package "readline-8.2" 
"https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35";
 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#b2aa557c3c875233abdaf1b124284e5d50f6bb238d62a8b55f12dc92cea1953f";
 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#6f387984d028686c008a822cf6887e47d8dbc460ebc022358082ecacac5113e6";
 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#777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e";
 mac_openssl --if has_broken_mac_openssl
+install_package "readline-8.2" 
"https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz#3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35";
 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#678b884775eec0224d5159fa900879020baca2a36ce942fd95febfa1adb4a6bd";
 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#53f1ed4920b82fa65cd32a56fa80fd18b475bf1b757597a5a104d2a4dfa5ffff";
 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/Miniforge3-24.3.0-0-Linux-aarch64.sh#6c879fe354d3e26b8d960cff6b1f3cb9d2e58c79c5c07f23fff62469dc5c1480";
 "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/Miniforge3-24.3.0-0-Linux-ppc64le.sh#b7710f5dbab9a49995e027cc72cc729ad54506fbba7b936b56737d1437aa6504";
 "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/Miniforge3-24.3.0-0-Linux-x86_64.sh#23367676b610de826f50f7ddc91139a816d4b59bd4c69cc9b6082d9b2e7fe8a3";
 "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/Miniforge3-24.3.0-0-MacOSX-arm64.sh#9b3c3d9fa30437592e680390f2b27d45c5d5cfcbfad9a1af233f70a6d8be71a1";
 "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/Miniforge3-24.3.0-0-MacOSX-x86_64.sh#26a80621b146d60e5ae0d896b83ec138416653b951286361b1f93a804cb6a8d9";
 "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

Reply via email to