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-11-22 23:04:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pyenv (Old) and /work/SRC/openSUSE:Factory/.pyenv.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pyenv" Mon Nov 22 23:04:36 2021 rev:9 rq:933146 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pyenv/pyenv.changes 2021-06-01 10:34:52.992549645 +0200 +++ /work/SRC/openSUSE:Factory/.pyenv.new.1895/pyenv.changes 2021-11-22 23:05:32.393659059 +0100 @@ -1,0 +2,14 @@ +Mon Nov 22 17:27:02 UTC 2021 - Matej Cepl <[email protected]> + +- Remove *rpmlintrc, it is not necessary anymore. +- Remove our own manpage, it is now included in the tarball. + +------------------------------------------------------------------- +Mon Nov 22 11:39:59 UTC 2021 - Alexander Graul <[email protected]> + +- Update to 2.2.1: + - Added documentation for commands + - Added Python versions (inlcuding 3.10.0) + - Full changelog at https://github.com/pyenv/pyenv/blob/master/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- pyenv-rpmlintrc pyenv.rst v2.0.0.tar.gz New: ---- v2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pyenv.spec ++++++ --- /var/tmp/diff_new_pack.xuJFis/_old 2021-11-22 23:05:32.873657448 +0100 +++ /var/tmp/diff_new_pack.xuJFis/_new 2021-11-22 23:05:32.877657434 +0100 @@ -19,15 +19,13 @@ %define pyenv_dir %{_libexecdir}/pyenv # Name: pyenv -Version: 2.0.0 +Version: 2.2.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 -Source1: %{name}-rpmlintrc -Source2: %{name}.rst BuildRequires: bash-completion BuildRequires: fdupes BuildRequires: fish @@ -73,7 +71,6 @@ %prep %setup -q -install -D %{SOURCE2} docs/%{name}.rst sed -i -e '1s,^#!%{_bindir}/env bash,#!/bin/bash,' libexec/* pyenv.d/exec/pip-rehash/* plugins/python-build/bin/* %build @@ -83,31 +80,6 @@ make %{?_smp_mflags} popd -## -cat << EOF > docs/conf.py -# The master toctree document. -master_doc = '%{name}' - -project = '%{name}' -copyright = '2017, Yuu Yamashita' -author = 'Yuu Yamashita' -# The short X.Y version. -version = '%{version}' -# The full version, including alpha/beta/rc tags. -release = version - -# Usually you set "language" from the command line for these cases. -language = 'en' - -man_pages = [ - (master_doc, 'pyenv', 'Simple Python Version Management', - [author], 1) -] -man_show_urls=True -EOF - -sphinx-build -b man -v docs man/ - %install mkdir -p %{buildroot}%{pyenv_dir} \ %{buildroot}%{pyenv_dir}/plugins \ @@ -126,7 +98,7 @@ install -D -m0644 completions/pyenv.zsh %{buildroot}%{_sysconfdir}/zsh_completion.d/pyenv ## Install manpage -install -D -m0644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +install -D -m0644 man/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 pushd %{buildroot}%{_mandir}/man1/ ln -s %{name}.1 python-build.1 popd ++++++ v2.0.0.tar.gz -> v2.2.1.tar.gz ++++++ ++++ 7189 lines of diff (skipped)
