Up to [cvs.NetBSD.org] / pkgsrc / devel / py-test-pylint
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 13 16:21:21 2022 UTC (11 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
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) - annotate - [select for diffs], Tue Oct 26 10:19:08 2021 UTC (22 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:47 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 19 10:26:21 2020 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
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.2 / (download) - annotate - [select for diffs], Fri Jun 12 06:31:08 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
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.1 / (download) - annotate - [select for diffs], Thu Nov 14 18:02:46 2019 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
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.