Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-click-repl for openSUSE:Factory checked in at 2023-10-08 12:20:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-click-repl (Old) and /work/SRC/openSUSE:Factory/.python-click-repl.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-repl" Sun Oct 8 12:20:22 2023 rev:5 rq:1116243 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-click-repl/python-click-repl.changes 2023-06-12 15:27:20.371367243 +0200 +++ /work/SRC/openSUSE:Factory/.python-click-repl.new.28202/python-click-repl.changes 2023-10-08 12:24:18.067065857 +0200 @@ -1,0 +2,18 @@ +Sat Oct 7 18:03:57 UTC 2023 - Martin Schreiner <martin.schrei...@suse.com> + +- Update to 0.3.0: + * Drop Python 2 support, remove six. + * Uses PromptSession() class from prompt_toolkit instead of prompt() + function. + * Added filter for hidden commands and options. + * Added click's autocompletion support. + * Added tab-completion for Path and BOOL type arguments. + * Added 'expand environmental variables in path' feature. + * Delegate command dispatching to the actual group command. + * Updated completer class and tests based on new fix. + * Python 3.11 support. +- Remove python-click-repl-remove-six.patch, as it is now obsolete. +- Remove dendency on python-six. +- Add build-time dependency on pytest-cov. + +------------------------------------------------------------------- Old: ---- click-repl-0.2.0-gh.tar.gz python-click-repl-remove-six.patch New: ---- click-repl-0.3.0-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-click-repl.spec ++++++ --- /var/tmp/diff_new_pack.mWxZt3/_old 2023-10-08 12:24:19.343111760 +0200 +++ /var/tmp/diff_new_pack.mWxZt3/_new 2023-10-08 12:24:19.343111760 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-click-repl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,25 +18,22 @@ %{?sle15_python_module_pythons} Name: python-click-repl -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: REPL plugin for Click License: MIT URL: https://github.com/untitaker/click-repl # No tests in PyPI archive Source: https://github.com/click-contrib/click-repl/archive/%{version}.tar.gz#/click-repl-%{version}-gh.tar.gz -# https://github.com/click-contrib/click-repl/commit/1ad52b2ba601d5107b5457ffa8a885eff95ea031 -Patch0: python-click-repl-remove-six.patch BuildRequires: %{python_module click} BuildRequires: %{python_module prompt_toolkit} +BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-click Requires: python-prompt_toolkit -Requires: python-six BuildArch: noarch %python_subpackages @@ -57,7 +54,7 @@ %pytest %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/click_repl %{python_sitelib}/click_repl-%{version}*info ++++++ click-repl-0.2.0-gh.tar.gz -> click-repl-0.3.0-gh.tar.gz ++++++ ++++ 2458 lines of diff (skipped)