Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pyenv for openSUSE:Factory checked 
in at 2022-02-25 21:24:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pyenv (Old)
 and      /work/SRC/openSUSE:Factory/.pyenv.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pyenv"

Fri Feb 25 21:24:50 2022 rev:10 rq:957590 version:2.2.4_1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pyenv/pyenv.changes      2021-11-22 
23:05:32.393659059 +0100
+++ /work/SRC/openSUSE:Factory/.pyenv.new.1958/pyenv.changes    2022-02-25 
21:24:57.495637089 +0100
@@ -1,0 +2,46 @@
+Fri Feb 25 09:40:29 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Put fish completions in thr right directory.
+
+  We don't have to worry about conflicting files, because fish
+  has a special directory for vendor completions which have
+  precedence over the fish native ones.
+
+-------------------------------------------------------------------
+Thu Feb 24 06:51:26 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Fix tarball name and version.
+
+-------------------------------------------------------------------
+Fri Feb 18 15:44:18 UTC 2022 - Thomas Schraitle <thomas.schrai...@suse.com> - 
2.2.4
+
+- Install fish completion into directory '/usr/share/fish/completions' 
(bsc#1196047)
+- Apply spec-cleaner
+
+- Update to 2.2.4
+  - Added docstrings to several undocumented functions by @fluencydoc (#2197)
+  - Fix incorrect pypy 2.7-7.3.6 sha256 hashes by @joestrach in (#2208)
+  - Fix a regression in include paths when compiling ctypes in 3.6.15/3.7.12 
by @chipx86 (#2209)
+  - Revert "Disable coreutils on M1 Apple Silicon with arm64 (#2020)" by 
@native-api (#2212)
+  - CPython 3.11.0a4 by @nedbat in (#2217)
+  - CPython 3.9.10 and 3.10.2 by @nedbat in (#2219)
+  - miniconda3-latest: added Linux-aarch64 by @verdimrc (#2221)
+  - Add GraalPython 22.0.0 by @msimacek in (#2226)
+  - Full changelog at https://github.com/pyenv/pyenv/releases/tag/v2.2.4-1
+
+- Update to 2.2.3
+  - Add new pypy versions (pypy2.7-7.3.2~7.3.5) to the version list (#2194)
+  - Fix Python 3.7.12 compilation on macOS arm64/M1. (#2190)
+  - Fix Python 3.6.15 compilation on macOS arm64/M1. (#2189)
+  - Add Anaconda3-2021.11 (#2193)
+  - CPython 3.11.0a3 (#2187)
+  - Fix errant "echo" in README install instructions (#2185)
+  - Add Miniforge and Mambaforge 4.10.3-10 (#2184)
+  - Add CPython 3.10.1 (#2183)
+  - Fix 3.6.15 build on macOS (#2182)
+  - Full changelog at https://github.com/pyenv/pyenv/releases/tag/v2.2.3
+
+- Update to 2.2.2
+  - Add support for macOS Apple M1 (#2164)
+
+-------------------------------------------------------------------

Old:
----
  v2.2.1.tar.gz

New:
----
  pyenv-2.2.4-1.tar.gz

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

Other differences:
------------------
++++++ pyenv.spec ++++++
--- /var/tmp/diff_new_pack.A2LoK7/_old  2022-02-25 21:24:58.275637229 +0100
+++ /var/tmp/diff_new_pack.A2LoK7/_new  2022-02-25 21:24:58.279637230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pyenv
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,15 @@
 %define pyenv_dir      %{_libexecdir}/pyenv
 #
 Name:           pyenv
-Version:        2.2.1
+Version:        2.2.4_1
+# We have to overcome weird version, temporarily.
+%define upver   2.2.4-1
 Release:        0
 Summary:        Python Version Management
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/pyenv/pyenv
-Source0:        
https://github.com/pyenv/pyenv/archive/refs/tags/v%{version}.tar.gz
+Source:         
https://github.com/pyenv/pyenv/archive/refs/tags/v%{upver}.tar.gz#/pyenv-%{upver}.tar.gz
 BuildRequires:  bash-completion
 BuildRequires:  fdupes
 BuildRequires:  fish
@@ -70,14 +72,15 @@
 Zsh command line completion support for %{name}.
 
 %prep
-%setup -q
+%autosetup -p1 -n %{name}-%{upver}
+
 sed -i -e '1s,^#!%{_bindir}/env bash,#!/bin/bash,' libexec/* 
pyenv.d/exec/pip-rehash/* plugins/python-build/bin/*
 
 %build
 ##
 pushd src
 %configure
-make %{?_smp_mflags}
+%make_build
 popd
 
 %install
@@ -94,8 +97,8 @@
 
 ## Install shell completions:
 install -D -m0644 completions/pyenv.bash 
%{buildroot}%{_datadir}/bash-completion/completions/pyenv
-install -D -m0644 completions/pyenv.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/pyenv.fish
 install -D -m0644 completions/pyenv.zsh 
%{buildroot}%{_sysconfdir}/zsh_completion.d/pyenv
+install -D -m0644 completions/pyenv.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/pyenv.fish
 
 ## Install manpage
 install -D -m0644 man/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

Reply via email to