Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-interrogate for openSUSE:Factory checked in at 2024-04-21 20:27:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-interrogate (Old) and /work/SRC/openSUSE:Factory/.python-interrogate.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-interrogate" Sun Apr 21 20:27:53 2024 rev:3 rq:1169387 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-interrogate/python-interrogate.changes 2022-09-29 18:14:52.363433100 +0200 +++ /work/SRC/openSUSE:Factory/.python-interrogate.new.26366/python-interrogate.changes 2024-04-21 20:29:21.362490325 +0200 @@ -1,0 +2,21 @@ +Sat Apr 20 15:35:48 UTC 2024 - Dirk Müller <[email protected]> + +- update to 1.7.0: + * tomli dependency for Python versions < 3.11, making use of + tomllib in the standard library with 3.11+ (#150). + * Support for pyi file extensions (and leave room for other + file extensions to be added, like maybe ipynb). + * Support for Google-style docstrings for class __init__ + methods with new --style [sphinx|google] flag (#128). + * Include support for deleters when ignoring property + decorators (#126 + <https://github.com/econchick/interrogate/issues/126>_). + * Support floats for --fail-under values (#114). + * toml dependency for all Python versions (#150). + * Add --ignore-overloaded-functions flag to ignore overload + decorators (#97) â thank you ErwinJunge (via #167) and + zackyancey. + * Support for Python 3.11 & 3.12. + * Support for Python 3.6 & 3.7. + +------------------------------------------------------------------- Old: ---- interrogate-1.5.0.tar.gz New: ---- interrogate-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-interrogate.spec ++++++ --- /var/tmp/diff_new_pack.GW3mqz/_old 2024-04-21 20:29:22.154519401 +0200 +++ /var/tmp/diff_new_pack.GW3mqz/_new 2024-04-21 20:29:22.154519401 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-interrogate # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-interrogate -Version: 1.5.0 +Version: 1.7.0 Release: 0 Summary: Interrogate a codebase for docstring coverage License: MIT @@ -33,9 +33,11 @@ Requires: python-colorama Requires: python-py Requires: python-tabulate -Requires: python-toml +%if 0%{python_version_nodots} < 311 +Requires: python-tomli +%endif Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs} @@ -45,7 +47,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module py} BuildRequires: %{python_module tabulate} -BuildRequires: %{python_module toml} +BuildRequires: %{python_module tomli if %python-version < 3.11} # /SECTION %python_subpackages ++++++ interrogate-1.5.0.tar.gz -> interrogate-1.7.0.tar.gz ++++++ ++++ 3747 lines of diff (skipped)
