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-08-28 17:17:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pyenv (Old)
 and      /work/SRC/openSUSE:Factory/.pyenv.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pyenv"

Mon Aug 28 17:17:23 2023 rev:28 rq:1106386 version:2.3.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/pyenv/pyenv.changes      2023-08-15 
16:40:42.607275074 +0200
+++ /work/SRC/openSUSE:Factory/.pyenv.new.1766/pyenv.changes    2023-08-28 
17:17:24.709383560 +0200
@@ -1,0 +2,6 @@
+Sun Aug 27 10:26:46 UTC 2023 - Thomas Schraitle <thomas.schrai...@suse.com> - 
2.3.25
+
+- Update to 2.3.25:
+  Add CPython 3.8.18, 3.9.18, 3.10.13, 3.11.5 in #2763
+
+-------------------------------------------------------------------

Old:
----
  pyenv-2.3.24.tar.gz

New:
----
  pyenv-2.3.25.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pyenv.spec ++++++
--- /var/tmp/diff_new_pack.XmRzHc/_old  2023-08-28 17:17:25.741420620 +0200
+++ /var/tmp/diff_new_pack.XmRzHc/_new  2023-08-28 17:17:25.745420764 +0200
@@ -19,7 +19,7 @@
 %define pyenv_dir      %{_libexecdir}/pyenv
 #
 Name:           pyenv
-Version:        2.3.24
+Version:        2.3.25
 Release:        0
 Summary:        Python Version Management
 License:        MIT

++++++ pyenv-2.3.24.tar.gz -> pyenv-2.3.25.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyenv-2.3.24/CHANGELOG.md 
new/pyenv-2.3.25/CHANGELOG.md
--- old/pyenv-2.3.24/CHANGELOG.md       2023-08-11 11:21:21.000000000 +0200
+++ new/pyenv-2.3.25/CHANGELOG.md       2023-08-27 10:29:50.000000000 +0200
@@ -1,5 +1,9 @@
 # Version History
 
+## Release v2.3.25
+
+* Add CPython 3.8.18, 3.9.18, 3.10.13, 3.11.5 by @edgarrmondragon in 
https://github.com/pyenv/pyenv/pull/2763
+ 
 ## Release v2.3.24
 
 * README update: Added UNIX reference near Automatic installer by 
@VictorieeMan in https://github.com/pyenv/pyenv/pull/2744
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyenv-2.3.24/libexec/pyenv---version 
new/pyenv-2.3.25/libexec/pyenv---version
--- old/pyenv-2.3.24/libexec/pyenv---version    2023-08-11 11:21:21.000000000 
+0200
+++ new/pyenv-2.3.25/libexec/pyenv---version    2023-08-27 10:29:50.000000000 
+0200
@@ -12,7 +12,7 @@
 set -e
 [ -n "$PYENV_DEBUG" ] && set -x
 
-version="2.3.24"
+version="2.3.25"
 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.3.24/plugins/python-build/share/python-build/3.10.13 
new/pyenv-2.3.25/plugins/python-build/share/python-build/3.10.13
--- old/pyenv-2.3.24/plugins/python-build/share/python-build/3.10.13    
1970-01-01 01:00:00.000000000 +0100
+++ new/pyenv-2.3.25/plugins/python-build/share/python-build/3.10.13    
2023-08-27 10:29:50.000000000 +0200
@@ -0,0 +1,9 @@
+prefer_openssl11
+export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
+install_package "openssl-1.1.1o" 
"https://www.openssl.org/source/openssl-1.1.1o.tar.gz#9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f";
 mac_openssl --if has_broken_mac_openssl
+install_package "readline-8.1" 
"https://ftpmirror.gnu.org/readline/readline-8.1.tar.gz#f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02";
 mac_readline --if has_broken_mac_readline
+if has_tar_xz_support; then
+    install_package "Python-3.10.13" 
"https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tar.xz#5c88848668640d3e152b35b4536ef1c23b2ca4bd2c957ef1ecbb053f571dd3f6";
 standard verify_py310 copy_python_gdb ensurepip
+else
+    install_package "Python-3.10.13" 
"https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz#698ec55234c1363bd813b460ed53b0f108877c7a133d48bde9a50a1eb57b7e65";
 standard verify_py310 copy_python_gdb ensurepip
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyenv-2.3.24/plugins/python-build/share/python-build/3.11.5 
new/pyenv-2.3.25/plugins/python-build/share/python-build/3.11.5
--- old/pyenv-2.3.24/plugins/python-build/share/python-build/3.11.5     
1970-01-01 01:00:00.000000000 +0100
+++ new/pyenv-2.3.25/plugins/python-build/share/python-build/3.11.5     
2023-08-27 10:29:50.000000000 +0200
@@ -0,0 +1,10 @@
+prefer_openssl11
+export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
+export PYTHON_BUILD_TCLTK_USE_PKGCONFIG=1
+install_package "openssl-1.1.1s" 
"https://www.openssl.org/source/openssl-1.1.1s.tar.gz#c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa";
 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.11.5" 
"https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tar.xz#85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f";
 standard verify_py311 copy_python_gdb ensurepip
+else
+    install_package "Python-3.11.5" 
"https://www.python.org/ftp/python/3.11.5/Python-3.11.5.tgz#a12a0a013a30b846c786c010f2c19dd36b7298d888f7c4bd1581d90ce18b5e58";
 standard verify_py311 copy_python_gdb ensurepip
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyenv-2.3.24/plugins/python-build/share/python-build/3.8.18 
new/pyenv-2.3.25/plugins/python-build/share/python-build/3.8.18
--- old/pyenv-2.3.24/plugins/python-build/share/python-build/3.8.18     
1970-01-01 01:00:00.000000000 +0100
+++ new/pyenv-2.3.25/plugins/python-build/share/python-build/3.8.18     
2023-08-27 10:29:50.000000000 +0200
@@ -0,0 +1,12 @@
+prefer_openssl11
+export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
+# Avoid a compilation error when linking against OpenSSL built with SSLv3 
support (fixed in 3.10.0) (#2181)
+export PYTHON_CFLAGS="-DOPENSSL_NO_SSL3${PYTHON_CFLAGS:+ $PYTHON_CFLAGS}"
+
+install_package "openssl-1.1.1u" 
"https://www.openssl.org/source/openssl-1.1.1u.tar.gz#e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6";
 mac_openssl --if has_broken_mac_openssl
+install_package "readline-8.1" 
"https://ftpmirror.gnu.org/readline/readline-8.1.tar.gz#f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02";
 mac_readline --if has_broken_mac_readline
+if has_tar_xz_support; then
+  install_package "Python-3.8.18" 
"https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tar.xz#3ffb71cd349a326ba7b2fadc7e7df86ba577dd9c4917e52a8401adbda7405e3f";
 standard verify_py38 copy_python_gdb ensurepip
+else
+  install_package "Python-3.8.18" 
"https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tgz#7c5df68bab1be81a52dea0cc2e2705ea00553b67107a301188383d7b57320b16";
 standard verify_py38 copy_python_gdb ensurepip
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyenv-2.3.24/plugins/python-build/share/python-build/3.9.18 
new/pyenv-2.3.25/plugins/python-build/share/python-build/3.9.18
--- old/pyenv-2.3.24/plugins/python-build/share/python-build/3.9.18     
1970-01-01 01:00:00.000000000 +0100
+++ new/pyenv-2.3.25/plugins/python-build/share/python-build/3.9.18     
2023-08-27 10:29:50.000000000 +0200
@@ -0,0 +1,12 @@
+prefer_openssl11
+export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
+# Avoid a compilation error when linking against OpenSSL built with SSLv3 
support (fixed in 3.10.0) (#2181)
+export PYTHON_CFLAGS="-DOPENSSL_NO_SSL3${PYTHON_CFLAGS:+ $PYTHON_CFLAGS}"
+
+install_package "openssl-1.1.1u" 
"https://www.openssl.org/source/openssl-1.1.1u.tar.gz#e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6";
 mac_openssl --if has_broken_mac_openssl
+install_package "readline-8.1" 
"https://ftpmirror.gnu.org/readline/readline-8.1.tar.gz#f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02";
 mac_readline --if has_broken_mac_readline
+if has_tar_xz_support; then
+  install_package "Python-3.9.18" 
"https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.xz#01597db0132c1cf7b331eff68ae09b5a235a3c3caa9c944c29cac7d1c4c4c00a";
 standard verify_py39 copy_python_gdb ensurepip
+else
+  install_package "Python-3.9.18" 
"https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tgz#504ce8cfd59addc04c22f590377c6be454ae7406cb1ebf6f5a350149225a9354";
 standard verify_py39 copy_python_gdb ensurepip
+fi

Reply via email to