From 3d59ceab0533e31943f2b0f4db78e7561fd7bdaa8b6fb24c9bdae54430813f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:05:20 +0000 Subject: [PATCH] Accepting request 1006809 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.5.0 (2021-09-10) Added * Set minimum click version (thank you bildzeitung! #81, #82). * Add --omit-covered-files flag to skip reporting fully-covered files (#85). * Add support for different badge styles via new --badge-style flag (#86). * Add 3.10 support! Fixed * Clarify verbose configuration (#83). - Update to 1.4.0 (2021-05-14) Added * Support for generating the status badge as a PNG file with a new --badge-format flag (#70). * Add new option -C / --ignore-nested-classes to ignore – you guessed it – nested classes (#65). * Add new option -S / --ignore-setters to ignore property setter decorators (#68). - Update to 1.3.2 (2020-11-03) * Added * Add wicked cute Sloth logo to status badge (#48). * Testing/support for Python 3.9 – thank you s-weigand! Fixed * Excluding paths are no longer OS-dependent (#51) – thank you oriash93! * Include Python trove classifiers in packaging (#61) – thank you mmtj! Removed * Support for Python 3.5 – thank you s-weigand! - Update to 1.3.1 (2020-09-03) Fixed * Only generate a status badge if results have changed from an existing badge (#40). - Update to 1.3.0 (2020-08-23) Added * Read configuration from pyproject.toml by default (#36). * Add -P / --ignore-property-decorators flag to ignore methods with property getter/setter decorators (#37). * Add support for read configuration from setup.cfg (#35). OBS-URL: https://build.opensuse.org/request/show/1006809 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-interrogate?expand=0&rev=3 --- interrogate-1.2.0.tar.gz | 3 --- interrogate-1.5.0.tar.gz | 3 +++ python-interrogate.changes | 36 ++++++++++++++++++++++++++++++++++++ python-interrogate.spec | 6 +++--- 4 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 interrogate-1.2.0.tar.gz create mode 100644 interrogate-1.5.0.tar.gz diff --git a/interrogate-1.2.0.tar.gz b/interrogate-1.2.0.tar.gz deleted file mode 100644 index 8b5959d..0000000 --- a/interrogate-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c69410f4bcefe98349942aa84824d2f811e6e9a7674d350ccc01da93f584b4af -size 65645 diff --git a/interrogate-1.5.0.tar.gz b/interrogate-1.5.0.tar.gz new file mode 100644 index 0000000..4525ba0 --- /dev/null +++ b/interrogate-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f325f0aa84ac3ac6779d8708264d366102226c5af7d69058cecffcff7a6d6c +size 155620 diff --git a/python-interrogate.changes b/python-interrogate.changes index 390379a..e3d35dc 100644 --- a/python-interrogate.changes +++ b/python-interrogate.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu Sep 29 02:42:55 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.5.0 (2021-09-10) + Added + * Set minimum click version (thank you bildzeitung! #81, #82). + * Add --omit-covered-files flag to skip reporting fully-covered files (#85). + * Add support for different badge styles via new --badge-style flag (#86). + * Add 3.10 support! + Fixed + * Clarify verbose configuration (#83). +- Update to 1.4.0 (2021-05-14) + Added + * Support for generating the status badge as a PNG file with a new --badge-format flag (#70). + * Add new option -C / --ignore-nested-classes to ignore – you guessed it – nested classes (#65). + * Add new option -S / --ignore-setters to ignore property setter decorators (#68). +- Update to 1.3.2 (2020-11-03) + * Added + * Add wicked cute Sloth logo to status badge (#48). + * Testing/support for Python 3.9 – thank you s-weigand! + Fixed + * Excluding paths are no longer OS-dependent (#51) – thank you oriash93! + * Include Python trove classifiers in packaging (#61) – thank you mmtj! + Removed + * Support for Python 3.5 – thank you s-weigand! +- Update to 1.3.1 (2020-09-03) + Fixed + * Only generate a status badge if results have changed from an existing badge (#40). +- Update to 1.3.0 (2020-08-23) + Added + * Read configuration from pyproject.toml by default (#36). + * Add -P / --ignore-property-decorators flag to ignore methods with property getter/setter decorators (#37). + * Add support for read configuration from setup.cfg (#35). + Fixed + * -e / --exclude doesn’t error if a non-existent file/directory is passed (#38 - thank you MarcoGorelli!). + ------------------------------------------------------------------- Tue Aug 18 07:17:23 PM UTC 2020 - John Vandenberg diff --git a/python-interrogate.spec b/python-interrogate.spec index 09f1ead..585d8dd 100644 --- a/python-interrogate.spec +++ b/python-interrogate.spec @@ -1,7 +1,7 @@ # # spec file for package python-interrogate # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.2.0 +Version: 1.5.0 Release: 0 Summary: Interrogate a codebase for docstring coverage License: MIT @@ -35,7 +35,7 @@ Requires: python-py Requires: python-tabulate Requires: python-toml Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs}