From 7e0001b68059f4c696f559137e98ba07eca25e197eb3287ef840a0e059bc438a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 19 Aug 2025 08:06:00 +0000 Subject: [PATCH] - Update 2.6.7 * Skip Zlib from XCode for XCode 16+ by @native-api in #3298 * Don't fail the build if xcodebuild fails by @native-api in #3302 * Add CPython 3.14.0rc2 and 3.13.7 by @nedbat in #3303 - Update 2.6.6 * Add anaconda3-2025.06-0, anaconda3-2025.06-1, miniconda3-25.3.1-1, miniconda3-25.5.1-0, miniconda3-25.5.1-1 by @native-api in #3295 * Add CPython 3.13.6 by @cesarcoatl in #3297 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=127 --- pyenv-2.6.5.tar.gz | 3 --- pyenv-2.6.7.tar.gz | 3 +++ pyenv.changes | 16 ++++++++++++++++ pyenv.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pyenv-2.6.5.tar.gz create mode 100644 pyenv-2.6.7.tar.gz diff --git a/pyenv-2.6.5.tar.gz b/pyenv-2.6.5.tar.gz deleted file mode 100644 index e4958a6..0000000 --- a/pyenv-2.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf75a81125d8fb9b5d6930821a0e08200a414c029c93fd27aaa9a519ef1b546 -size 1347880 diff --git a/pyenv-2.6.7.tar.gz b/pyenv-2.6.7.tar.gz new file mode 100644 index 0000000..85f7b70 --- /dev/null +++ b/pyenv-2.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b4a23711fea1ec8a320fb46ce39c176c80571ca33cd448d8863d9723c48d93 +size 1352347 diff --git a/pyenv.changes b/pyenv.changes index 5ffae94..d898ac7 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 18 09:47:09 UTC 2025 - Thomas Schraitle - 2.6.7 + +- Update 2.6.7 + * Skip Zlib from XCode for XCode 16+ by @native-api in #3298 + * Don't fail the build if xcodebuild fails by @native-api in #3302 + * Add CPython 3.14.0rc2 and 3.13.7 by @nedbat in #3303 + +------------------------------------------------------------------- +Mon Aug 18 09:46:01 UTC 2025 - Thomas Schraitle - 2.6.6 + +- Update 2.6.6 + * Add anaconda3-2025.06-0, anaconda3-2025.06-1, miniconda3-25.3.1-1, + miniconda3-25.5.1-0, miniconda3-25.5.1-1 by @native-api in #3295 + * Add CPython 3.13.6 by @cesarcoatl in #3297 + ------------------------------------------------------------------- Thu Jul 24 05:00:02 UTC 2025 - Thomas Schraitle - 2.6.5 diff --git a/pyenv.spec b/pyenv.spec index 378879e..048f9ac 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -19,7 +19,7 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.6.5 +Version: 2.6.7 Release: 0 Summary: Python Version Management License: MIT