From 187fad40ef6cfa51e24d3e9c62d31db2318224f25d3a755b54e68bda99631c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 25 Apr 2022 08:12:00 +0000 Subject: [PATCH] Accepting request 972367 from home:thomas-schraitle:branches:devel:languages:python - Update to 2.2.5 - fix issue 2236 for CPython 3.6.15 and 3.7.12 by @fofoni in #2237 - python-build: add URL for get-pip for Python 3.6 by @fofoni in #2238 - Add pyston-2.3.2 by @dmrlawson in #2240 - CPython 3.11.0a5 by @saaketp in #2241 - CPython 3.11.0a6 by @saaketp in #2266 - Add miniconda 4.11.0 by @aphedges in #2268 - docs(pyenv-prefix): note support for multiple versions by @scop in #2270 - pypy 7.3.8 02/20/2022 release by @dand-oss in #2253 OBS-URL: https://build.opensuse.org/request/show/972367 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pyenv?expand=0&rev=27 --- pyenv-2.2.4-1.tar.gz | 3 --- pyenv-2.2.5.tar.gz | 3 +++ pyenv.changes | 14 ++++++++++++++ pyenv.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 pyenv-2.2.4-1.tar.gz create mode 100644 pyenv-2.2.5.tar.gz diff --git a/pyenv-2.2.4-1.tar.gz b/pyenv-2.2.4-1.tar.gz deleted file mode 100644 index 606ad89..0000000 --- a/pyenv-2.2.4-1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aa38fb7c7d7aa68e6a3c8b812b273e15e367f629f31dd9d24552403b48df459 -size 686154 diff --git a/pyenv-2.2.5.tar.gz b/pyenv-2.2.5.tar.gz new file mode 100644 index 0000000..96ba743 --- /dev/null +++ b/pyenv-2.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb4f7083c28d56d1bd05bfaf66f31df36e83d099200c4a81f2e5983c024bb42 +size 690530 diff --git a/pyenv.changes b/pyenv.changes index 6cb95a5..9ca2f70 100644 --- a/pyenv.changes +++ b/pyenv.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Apr 5 07:39:13 UTC 2022 - Thomas Schraitle - 2.2.5 + +- Update to 2.2.5 + - fix issue 2236 for CPython 3.6.15 and 3.7.12 by @fofoni in #2237 + - python-build: add URL for get-pip for Python 3.6 by @fofoni in #2238 + - Add pyston-2.3.2 by @dmrlawson in #2240 + - CPython 3.11.0a5 by @saaketp in #2241 + - CPython 3.11.0a6 by @saaketp in #2266 + - Add miniconda 4.11.0 by @aphedges in #2268 + - docs(pyenv-prefix): note support for multiple versions by @scop in #2270 + - pypy 7.3.8 02/20/2022 release by @dand-oss in #2253 + + ------------------------------------------------------------------- Fri Feb 25 09:40:29 UTC 2022 - Matej Cepl diff --git a/pyenv.spec b/pyenv.spec index 1b2b4e6..e2a5b6d 100644 --- a/pyenv.spec +++ b/pyenv.spec @@ -17,11 +17,11 @@ %define pyenv_dir %{_libexecdir}/pyenv +# We have to overcome weird version, temporarily. +%define upver 2.2.5 # Name: pyenv -Version: 2.2.4_1 -# We have to overcome weird version, temporarily. -%define upver 2.2.4-1 +Version: 2.2.5 Release: 0 Summary: Python Version Management License: MIT