Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-typer for openSUSE:Factory checked in at 2021-07-23 23:41:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-typer (Old) and /work/SRC/openSUSE:Factory/.python-typer.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-typer" Fri Jul 23 23:41:24 2021 rev:2 rq:908022 version:0.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-typer/python-typer.changes 2021-04-15 16:58:42.474796826 +0200 +++ /work/SRC/openSUSE:Factory/.python-typer.new.1899/python-typer.changes 2021-07-23 23:41:47.161787316 +0200 @@ -1,0 +2,8 @@ +Fri Jul 23 18:56:14 UTC 2021 - Matthias Bach <[email protected]> + +- Resolve Typer no longer working since Click got bumped to version + 8. + * This removes support for autocompletion. +- Add basic-click8-compat.patch + +------------------------------------------------------------------- New: ---- basic-click8-compat.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-typer.spec ++++++ --- /var/tmp/diff_new_pack.PcuqCF/_old 2021-07-23 23:41:47.577786784 +0200 +++ /var/tmp/diff_new_pack.PcuqCF/_new 2021-07-23 23:41:47.581786779 +0200 @@ -16,28 +16,29 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define skip_python2 1 +%define skip_python2 1 Name: python-typer Version: 0.3.2 Release: 0 Summary: Typer, build great CLIs. Easy to code. Based on Python type hints License: MIT +Group: Development/Languages/Python URL: https://github.com/tiangolo/typer Source: https://files.pythonhosted.org/packages/source/t/typer/typer-%{version}.tar.gz Source1: %{name}-rpmlintrc -Group: Development/Languages/Python -BuildRequires: python-rpm-macros +Patch1: basic-click8-compat.patch BuildRequires: %{python_module click} BuildRequires: %{python_module coverage} BuildRequires: %{python_module flit-core} -BuildRequires: %{python_module shellingham} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module shellingham} BuildRequires: fdupes -BuildArch: noarch +BuildRequires: python-rpm-macros Requires: python-click >= 7.1 Recommends: python-colorama Recommends: python-shellingham +BuildArch: noarch %python_subpackages %description @@ -48,9 +49,9 @@ This package provides the Typer Python package required to build and run Typer-based CLI applications. - %prep %setup -q -n typer-%{version} +%patch1 -p1 %build %python_build ++++++ basic-click8-compat.patch ++++++ ++++ 2063 lines (skipped)
