Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.15.3 19 Mar 2025 03:39:02
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.15.3
Changes: https://github.com/prospector-dev/prospector/releases |
1.15.1 14 Mar 2025 09:54:19
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.15.1
Changes: https://github.com/prospector-dev/prospector/releases |
1.14.1 08 Feb 2025 16:59:22
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.14.1
Changes: https://github.com/prospector-dev/prospector/releases |
1.14.0 03 Feb 2025 15:51:17
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.14.0
Changes: https://github.com/prospector-dev/prospector/releases |
1.13.3 27 Nov 2024 02:34:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.13.3
Changes: https://github.com/prospector-dev/prospector/releases |
1.13.2 21 Nov 2024 13:38:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.13.2
Changes: https://github.com/prospector-dev/prospector/releases |
1.12.1 17 Oct 2024 19:02:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.12.1
Changes: https://github.com/prospector-dev/prospector/releases |
1.12.0 14 Oct 2024 05:25:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.12.0
- Update WWW
Changes: https://github.com/prospector-dev/prospector/releases |
1.10.3_3 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.10.3_2 09 Mar 2024 14:06:02
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Add BANDIT, MYPY, PYRIGHT, PYROMA and VULTURE options
- Bump PORTREVISION for dependency change |
1.10.3_1 21 Feb 2024 15:07:39
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Allow build with py-pylint-plugin-utils 0.8+
- Bump PORTREVISION for package change |
1.10.3 01 Nov 2023 02:08:15
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Update to 1.10.3
Changes: https://github.com/landscapeio/prospector/releases |
1.10.2 11 Sep 2023 03:00:49
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-prospector: Add py-prospector 1.9.0
Prospector is a tool to analyze Python code and output information about errors,
potential problems, convention violations and complexity.
It brings together the functionality of other Python analysis tools such as
Pylint, pycodestyle, and McCabe complexity. See the Supported Tools
documentation section for a complete list.
The primary aim of Prospector is to be useful 'out of the box'. A common
complaint of other Python analysis tools is that it takes a long time to filter
through which errors are relevant or interesting to your own coding style.
Prospector provides some default profiles, which hopefully will provide a good
starting point and will be useful straight away, and adapts the output depending
on the libraries your project uses. |