Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pyenv for openSUSE:Factory checked 
in at 2021-06-01 10:34:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pyenv (Old)
 and      /work/SRC/openSUSE:Factory/.pyenv.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pyenv"

Tue Jun  1 10:34:42 2021 rev:8 rq:895965 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pyenv/pyenv.changes      2020-08-06 
17:33:39.945103338 +0200
+++ /work/SRC/openSUSE:Factory/.pyenv.new.1898/pyenv.changes    2021-06-01 
10:34:52.992549645 +0200
@@ -1,0 +2,108 @@
+Fri May 28 11:13:14 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- Install fish completion to vendor_completions.d 
(https://github.com/pyenv/pyenv/issues/1944)
+
+-------------------------------------------------------------------
+Mon May 24 21:06:55 UTC 2021 - Chris Coutinho <chrisbcouti...@gmail.com>
+
+- Update to 2.0.0
+
+Primary breaking change: Split startup logic into PATH and everything else
+
+For details check the CHANGELOG:
+       https://github.com/pyenv/pyenv/blob/master/CHANGELOG.md
+
+-------------------------------------------------------------------
+Mon May  3 14:15:46 UTC 2021 - Malte Ohmstede <malte.ohmst...@gmail.com>
+
+- Update to 1.2.27
+  * Add GraalPython 21.1.0 (#1882)
+  * Add CPython 3.10.0a7 (#1880)
+  * Docs(README): fix info about version-file separator (#1874)
+  * List versions starting with a dot (#1350)
+  * Feat: support (skip) commented lines in version-file (#1866)
+  * pypy3.7-7.3.4 (#1873)
+  * Create miniforge3-4.10 (#1868)
+  * Add CPython 3.9.4 (#1865)
+  
+- Update to 1.2.26
+  * Add CPython 3.9.4 (#1865)
+
+- Update to 1.2.25
+  * bpo-43631: update to openssl 1.1.1k (#1861)
+  * Add CPython 3.9.3 and 3.8.9 (#1859)
+  * Add micropython 1.14 (#1858)
+  * Shell detect improvements (#1835)
+  * Test(init): remove misleading detect from parent shell case arg (#1856)
+  * Add GraalPython 21.0.0 (#1855)
+
+- Update to 1.2.24.1
+  * Updated CHANGELOG.MD to reflect latest changes at v1.2.24
+  * Fixed pyenv --version to display the correct pyenv version
+
+- Update to 1.2.24
+  * GitHub Actions: Add $PYENV_ROOT/shims to $PATH (#1838)
+  * Add Python 3.10.0a6 (#1839)
+  * Remove the "Using script's directory as PYENV_DIR if shim is invoked with 
a script argument" feature (#1814)
+  * Update GET_PIP_URL (#1844)
+  * GitHub Action to build Python versions on Ubuntu (#1794)
+  * Make work in nounset (-u) mode (#1786)
+  * Update miniforge3-4.9.2 (#1834)
+  * Added aarch64 for Linux in anaconda_architecture() (#1833)
+  * Hook script to add latest suffix for install command (#1831)
+  * Fix error link (#1832)
+  * Clarify proxy variable names in readme (#1830)
+  * Travis CI: Add Xcode 12 on macOS 10.15.5 (#1708)
+  * Added --nosystem argument (#1829)
+  * Add CPython 3.8.8 (#1825)
+  * Add CPython 3.9.2 (#1826)
+  * Add manpage (#1790)
+
+- Update to 1.2.23
+  * python-build: Add CPython v3.7.10 (#1738)
+  * python-build: Add CPython v3.6.13 (#1817)
+  * python-build: Add PyPy 3.7-c-jit-latest (#1812)
+  * python-build: Add PyPy 3.7 (#1718, #1726, #1780)
+  * python-build: Add miniconda3 4.9.2 (#1763)
+  * python-build: Add miniconda3 4.8.3 (#1763)
+  * python-build: Add miniconda3 4.8.2 (#1763)
+  * python-build: Add Miniforge3-4.9.2 (#1782)
+  * python-build: Fix download links for some PyPy and Stackless versions 
(#1692)
+  * python-build: Add PYENV_DEBUG option (#1806)
+  * python-build: Fix get-pip which dropped support for legacy Python (#1793)
+  * pyenv-help: Fix sed: RE error: illegal byte sequence (#1714)
+  * pyenv-versions: Fix not printing asterisk for current version in Bash 3 
(#1815)
+  * pyenv-prefix: "system" python - support cases where python3 is in PATH but 
not python (#1655)
+  * pyenv-which: Added fallback to system executable (#1797)
+  * pyenv-rehash: Use associative arrays for better performance on bash >= 4 
(#1749)
+  * pyenv-rehash: Try to sleep in 0.1 sec steps when acquiring lock (#1798)
+  * pyenv: Use a better PS4 as recommended by Bash Hackers Wiki (#1810)
+
+- Update to 1.2.22
+  * python-build: Add LDFLAGS for zlib on macOS >= 1100 (#1711)
+  * python-build: Add the CPython 3.9.1 (#1752)
+  * python-build: Change order of LDFLAGS paths (#1754)
+  * python-build: Docker config for testing python-build (#1548)
+  * python-build: Put prerequisite for installation before install (#1750)
+  * python-build: Add GraalPython 20.3 (#1736)
+  * python-build: Add CPython 3.8.7
+  * python-build: Added anaconda3-2020.11 (#1774)
+  * python-build: Added arm64 architecture support in python-build for macOS 
(#1775)
+
+- Update to 1.2.21
+  * python-build: Add CPython 3.9.0 (#1706)
+  * python-build: Add CPython 3.8.6 (#1698)
+  * python-build: Add CPython 3.7.9 (#1680)
+  * python-build: Add CPython 3.6.12 (#1680)
+  * python-build: Add CPython 3.5.10 (#1690)
+  * python-build: Add Jython 2.7.2 (#1672)
+  * python-build: Add Graalpython 20.1.0 (#1594)
+  * python-build: Add Graalpython 20.2.0 (#1594)
+  * python-build: Add Anaconda3-2020.07 (#1684)
+  * python-build: Add micropython-1.13 (#1704)
+  * python-build: Fix PyPy download links (#1682)
+  * python-build: Support for PYTHON_BUILD_MIRROR_URL when checksums do not 
exist (#1673)
+  * pyenv: Search for plugins in PYENV_DIR and PYENV_ROOT (#1697)
+  * pyenv-help: Fix 'sed: RE error: illegal byte sequence' (#1670)
+
+-------------------------------------------------------------------

Old:
----
  v1.2.20.tar.gz

New:
----
  v2.0.0.tar.gz

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

Other differences:
------------------
++++++ pyenv.spec ++++++
--- /var/tmp/diff_new_pack.Z6qZlg/_old  2021-06-01 10:34:53.600550679 +0200
+++ /var/tmp/diff_new_pack.Z6qZlg/_new  2021-06-01 10:34:53.600550679 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pyenv
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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,13 @@
 %define pyenv_dir      %{_libexecdir}/pyenv
 #
 Name:           pyenv
-Version:        1.2.20
+Version:        2.0.0
 Release:        0
 Summary:        Python Version Management
 License:        MIT
 Group:          Development/Languages/Python
-URL:            https://github.com/yyuu/pyenv
-Source0:        https://github.com/pyenv/pyenv/archive/v%{version}.tar.gz
+URL:            https://github.com/pyenv/pyenv
+Source0:        
https://github.com/pyenv/pyenv/archive/refs/tags/v%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Source2:        %{name}.rst
 BuildRequires:  bash-completion
@@ -122,7 +122,7 @@
 
 ## Install shell completions:
 install -D -m0644 completions/pyenv.bash 
%{buildroot}%{_datadir}/bash-completion/completions/pyenv
-install -D -m0644 completions/pyenv.fish 
%{buildroot}%{_datadir}/fish/completions/pyenv.fish
+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 manpage
@@ -149,12 +149,14 @@
 %config %{_sysconfdir}/pyenv.d/rehash/*.d/default.list
 %config %{_sysconfdir}/pyenv.d/exec/pip-rehash.bash
 %config %{_sysconfdir}/pyenv.d/rehash/*.bash
+%config %{_sysconfdir}/pyenv.d/install/*.bash
 
 %{pyenv_dir}
 %dir %{_sysconfdir}/pyenv.d
 %dir %{_sysconfdir}/pyenv.d/exec/
 %dir %{_sysconfdir}/pyenv.d/rehash/
 %dir %{_sysconfdir}/pyenv.d/rehash/*.d/
+%dir %{_sysconfdir}/pyenv.d/install/
 
 %{_sysconfdir}/pyenv.d/exec/pip-rehash
 %{_bindir}/pyenv
@@ -166,7 +168,7 @@
 %{_datadir}/bash-completion/completions/pyenv
 
 %files fish-completion
-%{_datadir}/fish/completions/pyenv.fish
+%{_datadir}/fish/vendor_completions.d/pyenv.fish
 
 %files zsh-completion
 %config %{_sysconfdir}/zsh_completion.d/pyenv

++++++ v1.2.20.tar.gz -> v2.0.0.tar.gz ++++++
++++ 8710 lines of diff (skipped)

Reply via email to