The NetBSD Project

CVS log for pkgsrc/devel/py-autopep8/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-autopep8

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Sun Aug 27 02:44:53 2023 UTC (4 weeks, 3 days ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

py-autopep8: updated to 2.0.4

v2.0.4

Paugier fix pycodestyle missing whitespace
Try to fix an AttributeError related to pycodestyle 2.11.0


v2.0.3

add pre-commit configuration
Add pre commit config
Version dependent operator whitespace function.
Update MANIFEST.in

Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 30 14:41:14 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

py-autopep8: update to 2.0.2.

2.0.2

What's Changed

    Ignore DeprecationWarnings to fix tests on py3.11 by @mgorny in #665
    fix: infinite loop in autopep8.fix_code without w50 ignore option by @hhatto in #677


2.0.1

What's Changed

    Add 'python_requires=">=3.6"' to match tomli package by @vphilippon in #656
    require pycodestyle 2.10.0 and higher version by @hhatto in #659
    update actions by @hhatto in #658
    Support using built-in tomllib in Python 3.11 by @mgorny in #654
    fix: e265, e266 by @hhatto in #663

2.0.0

replaces 1.7.1


1.7.1

What's Changed

    Cleanup Python 2 references in setup.py by @geozeke in #644
    include tox.ini (because need unit test) by @hhatto in #646
    Fix E265 and E266 confusion and overlap by @PeterJCLaw in #650
    Use tomli in place of unmaintained toml package by @mgorny in #629
    fix: special case of auto value with flake8 config by @hhatto in #653

1.7.0

Change

    Require pycodestyle 2.9.1 and higher version ( Thanks @heavenshell ä¯)
    Drop support Python2.7

New Feature

    Support E275

Bug Fix

    Ignoring W191 ( Thanks @MinekPo1 ä¯)

Revision 1.20 / (download) - annotate - [select for diffs], Tue Oct 26 17:09:49 2021 UTC (23 months ago) by adam
Branch: MAIN
CVS Tags: 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
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

py-autopep8: updated to 1.6.0

v1.6.0

Change

required pycodestyle version 2.8.0 and higher version

Buf Fix

Ignore Settings for W292 Do Not Work
Multiple #autopep8: off/on directives in one file do not work
--hang-closing option does not work for non-indented lines

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

devel: Remove SHA1 hashes for distfiles

Revision 1.17 / (download) - annotate - [select for diffs], Wed May 12 09:33:29 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored)

py-autopep8: updated to 1.5.7

v1.5.7

Change
* disallow 0 for indent-size option
* exit code is 99 when error occured cli option parsing

Bug Fix
* exit code correctly on permission denied failure

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 20 19:07:14 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

py-autopep8: updated to 1.5.6

v1.5.6

Update
pycodestyle version 2.7.0 and higher is now required

Bug Fix
E128 check similar to pycodestyle

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 8 14:36:24 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

py-autopep8: updated to 1.5.5

v1.5.5:

bug fix and minor improvements

improvement
* lazy load toml package

fix bug
* not convert raw string for w605 fixed method

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 3 13:49:55 2020 UTC (3 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

py-autopep8: updated to 1.5.4

Version 1.5.4

new feature
* Skip formatting of a block in a file
  - use with fmt: on/off or autopep8: on/off
fix bugs
* ignoring W292 with --ignore option
* ignore SyntaxWarning in Python3.8+

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 1 05:12:22 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

py-autopep8: updated to 1.5.3

version 1.5.3

changes
requirement pycodestyle version 2.6.0+

fix bugs
Expected pyproject.toml configuration syntax incompatible with TOML format
Fix incompatible exit code with --jobs=0 and --exit-code
Fix hangup E122 fixed method with backslash

Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 23 06:08:32 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

py-autopep8: updated to 1.5.2

version 1.5.2
new features
* support parallel jobs for diff option
changes
* enable exclude option when specify directly file args
fix bugs
* related code E702
* related code W503/W504

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 7 10:43:30 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

py-autopep8: updated to 1.5.1

1.5.1:
fix bugs

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 20 19:50:33 2020 UTC (3 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

py-autopep8: updated to 1.5

version 1.5
Support Python3.8
Support pyproject.toml with [tool.autopep8] section.
fix bugs

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 15 08:27:42 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

py-autopep8: updated to 1.4.4

version 1.4.4
* fix bugs
* Don't write the file unless there are changes
* update configuration documentation

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 13 11:35:28 2018 UTC (4 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

py-autopep8: updated to 1.4.3

version 1.4.3
fix bugs
* related code W605
* related code E402
* related code W503

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 24 10:37:25 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

py-autopep8: updated to 1.4.2

version 1.4.2:
fix bugs

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 18 10:17:25 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

py-autopep8: updated to 1.4.1

version 1.4.1:
add W504 fixed method
add E402 fixed method
new feature: reading from .flake8 and $HOME/.pycodestyle file that using as autopep8's configuration, and add configuration section into README ()
add --exit-code command line option
case of if --exit-code option is False. this is default
return 1 when error occured
otherwise return 0 (command successful)
case of if --exit-code option is True
return 1 when error occured
return 2 when exists changes in files (command successful)
otherwise return 0 (command successful)
This option is valid for any operating mode such as --diff, --in-place, non option etc
fix bugs

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 21 10:46:58 2018 UTC (5 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

py-autopep8: updated to 1.4

v1.4:
new feature: add W605 fixed method
new feature: add E252 fixed method
change: W690 (only use autopep8) is DEFAULT_IGNORE.
fix bugs

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 2 13:23:40 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

py-autopep8: updated to 1.3.5

v1.3.5:
oad config value from flake8 section
fix bugs
support Python version: 2.7+ or 3.4+

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 26 08:10:32 2018 UTC (5 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

py-autopep8: updated to 1.3.4

v1.3.4:
new feature: add E133 fixed method and --hang-closing option
improved: E712 fixed method logic
fix bugs

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 23 13:22:40 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

py-autopep8: update to 1.3.3

1.3.3:
Bug fixes.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 24 16:11:21 2017 UTC (6 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3

Import py-autopep8-1.3.2 as devel/py-autopep8

autopep8 automatically formats Python code to conform to the PEP 8
style guide. It uses the pycodestyle utility to determine what parts
of the code needs to be formatted. autopep8 is capable of fixing most
of the formatting issues that can be reported by pycodestyle.

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>