Up to [cvs.NetBSD.org] / pkgsrc / devel / py-doc8
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 14 15:14:27 2021 UTC (22 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,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
py-doc8: updated to 0.10.1 0.10.1 Minor Changes Adopt modern python packaging Add support for python 3.10 Bugfixes Repair packaging Enable pylint 0.9.1 Bugfixes Clarify pyproject.toml configuration setup.cfg: Replace dash-separated options 0.9.0 Major Changes Remove chardet based input encoding detection Remove support for py27 and py35 Minor Changes add support for reading doc8 config from pyproject.toml file Add support for py38 Add support for py39 Turn off pre-commit's automated multiprocessing Improve readme Bugfixes Add pyproject.toml support to README Ignoring several labels for "code-block" directive. Handling of Windows (and legacy Mac) line endings Accept the :substitutions: option on code-block directives in Sphinx
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:23 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:07 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 2 19:58:00 2020 UTC (3 years, 3 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,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-doc8: updated to 0.8.1 0.8.1 ----- * README: Further tweaks * Resolve README issues * Accept the :substitutions: option on code-block directives in Sphinx * Ignore 'nowrap' option for 'math' directive 0.8.1rc3 -------- * Configure packaging and release * Ignore 'label' option for 'math' directive * doc8/checks: ignore emphasize-lines errors in Sphinx mode * Accept the :caption: option on code-block directives in Sphinx 0.8.1rc2 -------- * Refactor to support direct invocation from python * Add tests for command line invocation * Standardise check name across python versions * Adopt python black * Enable pre-commit 0.8.1rc1 -------- * Fix formatting of pre-commit-hooks.yaml * Fix '\_\_main\_\_' * Added badges to the README * Fix travis * Fixed tox docs * Add pre-commit hook definition * Allow doc8 to be called as a module * Integrate Travis * Update hacking version * gitignore: Ignore pbr generated metadata * Modernize doc building process * General cleanup * setup.cfg: Indicate supported versions of Python * CONTRIBUTING: Update after move to GitHub * setup.cfg: Update author, maintainer details * Add Pygments to the requirements list
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 5 19:34:21 2018 UTC (5 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
devel/py-doc8: Import version 0.8.0 Doc8 is an opinionated style checker for rst (with basic support for plain text) styles of documentation.