CVS log for pkgsrc/devel/py-test-pylint/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-test-pylint
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 10 15:18:01 2024 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -7
lines
py-test-pylint: convert to wheel.mk.
Remove unneeded test dependency.
Enable tests again.
Update test status.
Bump PKGREVISION.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 6 12:43:24 2023 UTC (13 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -6
lines
py-test-pylint: updated to 0.21.0
0.21.0
Dropped support for pytest < 7.0 in preparation for pytest 8.0 (should work with it when it comes out)
Dropped support for pylint < 2.15 to work better with Python 3.11 and drop backwards compatibility code
Use baked in TOML support with fallback to newer tomli library thanks to mgorny
0.20.0
Corrected issues introduced by deprecations in pylint
Added support for Python 3.12 and dropped support for Python 3.7
Last version that will support pytest < 7 and pylint < 2.6
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:15 2023 UTC (17 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 13 16:21:21 2022 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3
lines
py-test-pylint: updated to 0.19.0
0.19.0
Switched to GitHub Actions for CI thanks to michael-k
Switched to using smart PyLint RC discovery thanks to bennyrowland
Correcting rootdir/rootpath issues in pytest >7.x
Deprecated support for Python <3.7
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:42 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 19 10:26:21 2020 UTC (3 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
py-test-pylint: updated to 0.18.0
0.18.0
Added support for creating missing folders when using --pylint-output-file
Now when pylint's ignore_patterns is blank, we don't ignore all files
Added cache invalidation when your pylintrc changes
Verified support for latest pytest and Python 3.9
Corrected badly named nodes (duplicated path) thanks to yanqd0
Added tests to source distribution thanks to sbraz
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 12 06:31:08 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5
lines
py-test-pylint: updated to 0.17.0
0.17.0
Added support for latest pylint API >=2.5.1
0.16.1
Corrected documentation and correctly pinned dependencies properly
0.16.0
Switched to new from_parent API and added development documentation dineshtrivedi
Added support for toml based configuration of pylint thanks to michael-k
0.15.1
Made --no-pylint functional again
0.15.0
Added support for Python 3.8 thanks to michael-k
Implemented option to output Pylint results to a reports file thanks to jose-lpa
Refactored into simpler plugin structure
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 15 09:57:52 2019 UTC (4 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
py-test-pylint: mark as incompatible with Python 2.7
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 14 18:02:46 2019 UTC (4 years, 11 months ago) by adam
Branches: MAIN
py-test-pylint: added version 0.14.1
Run pylint with pytest and have configurable rule types (i.e. Convention, Warn,
and Error) fail the build. You can also specify a pylintrc file.
CVSweb <webmaster@jp.NetBSD.org>