Ravenports generated: 10 Apr 2024 23:19
[ravenports.git] / bucket_F2 / python-pep8
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-pep8
4 VERSION=                1.7.1
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Python style guide checker (3.11)
8 SDESC[v12]=             Python style guide checker (3.12)
9 HOMEPAGE=               http://pep8.readthedocs.org/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/42/3f/669429ce58de2c22d8d2c542752e137ec4b9885fff398d3eceb1a7f5acb4
14 DISTFILE[1]=            pep8-1.7.1-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               pep8-1.7.1.dist-info
25
26 GENERATED=              yes
27
28 [PY311].USES_ON=                        python:v11,wheel
29
30 [PY312].USES_ON=                        python:v12,wheel
31
32 [FILE:2235:descriptions/desc.single]
33 pep8 - Python style guide checker
34 =================================
35
36 pep8 is a tool to check your Python code against some of the style
37 conventions in `PEP 8`_.
38
39    :alt: Build status
40
41    :alt: Wheel Status
42
43 * [Read the documentation]
44
45 * [Fork me on GitHub]
46
47 Changelog
48 =========
49
50 1.7.1 (2017-10-22)
51 ------------------
52
53 Changes:
54
55 * Prominently note via warning message that the tool is no longer released
56 as
57   pep8 and will only be fixed in the pycodestyle package
58
59 1.7.0 (2016-01-12)
60 ------------------
61
62 Announcements:
63
64 * Repository moved to PyCQA Organization on GitHub:
65   https://github.com/pycqa/pep8
66
67 Changes:
68
69 * Reverted the fix in #368, "options passed on command line are only ones
70   accepted" feature. This has many unintended consequences in pep8 and
71 flake8
72   and needs to be reworked when I have more time.
73 * Added support for Python 3.5. (Issue #420 & #459)
74 * Added support for multi-line config_file option parsing. (Issue #429)
75 * Improved parameter parsing. (Issues #420 & #456)
76
77 Bugs:
78
79 * Fixed BytesWarning on Python 3. (Issue #459)
80
81 1.6.2 (2015-02-15)
82 ------------------
83
84 Changes:
85
86 * Added check for breaking around a binary operator. (Issue #197, Pull
87 #305)
88
89 Bugs:
90
91 * Restored config_file parameter in process_options(). (Issue #380)
92
93 1.6.1 (2015-02-08)
94 ------------------
95
96 Changes:
97
98 * Assign variables before referenced. (Issue #287)
99
100 Bugs:
101
102 * Exception thrown due to unassigned local_dir variable. (Issue #377)
103
104 1.6.0 (2015-02-06)
105 ------------------
106
107 News:
108
109 * Ian Lee <ianlee1521@gmail.com> joined the project as a maintainer.
110
111 Changes:
112
113 * Report E731 for lambda assignment. (Issue #277)
114
115 * Report E704 for one-liner def instead of E701.
116   Do not report this error in the default configuration. (Issue #277)
117
118 * Replace codes E111, E112 and E113 with codes E114, E115 and E116
119   for bad indentation of comments. (Issue #274)
120
121 * Report E266 instead of E265 when the block comment starts with
122   multiple ``#``. (Issue #270)
123
124 * Report E402 for import statements not at the top of the file. (Issue
125 #264)
126
127 * Do not enforce whitespaces around ``**`` operator. (Issue #292)
128
129 * Strip whitespace from around paths during normalization. (Issue #339 /
130 #343)
131
132 * Update ``--format`` documentation. (Issue #198 / Pull Request #310)
133
134
135 [FILE:110:distinfo]
136 b22cfae5db09833bb9bd7c8463b53e1a9c9b39f12e304a8d0bba729c501827ee        41487 pep8-1.7.1-py2.py3-none-any.whl
137