The NetBSD Project

CVS log for pkgsrc/devel/py-flake8-import-order/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-flake8-import-order

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 27 09:21:49 2022 UTC (9 months, 3 weeks 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.14: +4 -4 lines
Diff to previous 1.14 (colored)

py-flake8-import-order: updated to 0.18.2

0.18.2 2022-11-26
-----------------
* Add ``zoneinfo`` to list of standard library modules
* Fix registering of options with Flake8 >= 6.0

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:27 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.13: +2 -2 lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:10 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 5 12:48:17 2019 UTC (4 years, 6 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, 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
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

py-flake8-import-order: updated to 0.18.1

0.18.1:
* Fix case-sensitive related I100 errors for the pycharm style
* Fix noqa regexp

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 9 06:44:19 2018 UTC (5 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

py-flake8-import-order: updated to 0.18

0.18:
Add new Python 3.7 modules to the stdlib list, and support 3.7.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 6 08:00:23 2018 UTC (5 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

py-flake8-import-order: updated to 0.17.1

0.17.1:
Rebuild of 0.17 with the latest setuptools to fix an enum34 dependency bug.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 14 11:20:28 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

py-flake8-import-order: updated to 0.17

0.17:
Add all Python3 modules to stdlib list (should be no more missing modules).
Clarify the error messages (more context).
Allow styles to override specific checks.
Correct the edited style to match the actual edited style guide.
Add pycharm style, to match the pycharm auto formatter.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 28 09:24:35 2017 UTC (5 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

py-flake8-import-order: updated to 0.16

0.16:
* Change spacing determination to consider only blank newlines as a space. This adds NewLine nodes to the checker and hence could break custom styles (that use the nodes directly). This also drops the asttokens dependency as it is no longer required.
* Understand the existance of namespaced packages, thereby allowing different namespaced pacakages to be defined as local or third party.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 8 08:11:36 2017 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

py-flake8-import-order: updated to 0.15

0.15:
Drop Python 3.3 support, as Python 3.3 is beyond it's end of lfe.
Correct the flake8 entrypoint to report all I errors, this may result in I2XX errors being reported that were absent previously.
Support in-line # noqa comments specifing only the error codes to be ignored, e.g., # noqa: I101.
Accept only # noqa directives on the line reporting the error, see limitations.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 2 07:13:23 2017 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

py-flake8-import-order: updated to 0.14.3

0.14.3:
* Bug fix, allow for noqa directives to work with I202.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 31 13:00:55 2017 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

py-flake8-import-order: updated to 0.14.2

0.14.2:
Bug fix, ensure the plugin is invoked by flake8.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 28 07:42:09 2017 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

py-flake8-import-order: updated to 0.14.1

0.14.1:
* Bug fix, cope with multi-line imports when considering I202.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 25 09:11:59 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

py-flake8-import-order: updated to 0.14

0.14:
* Fixed I201 error raising for cryptography style.
* Added I202 error when there is an additional newline in a section of
  imports.
* Added ``ntpath`` and ``os2emxpath`` to stdlib list.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 14 19:27:26 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

Updated py-flake8-import-order to 0.13.

0.13 2017-07-29
---------------

* Added ``secrets`` to stdlib list.
* Allow for any style to use application-package grouping.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 4 14:41:03 2017 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2

Import py-flake8-import-order-0.12 as devel/py-flake8-import-order.

A flake8 and Pylama plugin that checks the ordering of your imports.

In general stdlib comes first, then 3rd party, then local packages,
and that each group is individually alphabetized.

It will not check anything else about the imports. Merely that they
are grouped and ordered correctly.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>