SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-pycodestyle-2.3.1-4.3.noarch.rpm :
Fri Mar 31 14:00:00 2017 hpjAATTurpla.net
- add missing BuildRoot

Mon Feb 20 13:00:00 2017 arunAATTgmx.de
- specfile:

* update copyright year
- update to version 2.3.1:

* Bugs:
+ Fix regression in detection of E302 and E306; #618, #620
- changes from version 2.3.0:

* New Checks:
+ Add E722 warning for bare except clauses
+ Report E704 for async function definitions (async def)

* Bugs:
+ Fix another E305 false positive for variables beginning with
“class” or “def”
+ Fix detection of multiple spaces betwen async and def
+ Fix handling of variable annotations. Stop reporting E701 on
Python 3.6 for variable annotations.

Tue Nov 15 13:00:00 2016 arunAATTgmx.de
- update to version 2.2.0:

* Announcements:
+ Added Make target to obtain proper tarball file permissions;
[#599]

* Bugs:
+ Fixed E305 regression caused by #400; #593

Sun Nov 6 13:00:00 2016 arunAATTgmx.de
- update to version 2.1.0:

* Announcements:
+ Change all references to the pep8 project to say pycodestyle;
[#530]

* Changes:
+ Report E302 for blank lines before an \"async def\"; #556
+ Update our list of tested and supported Python versions which
are 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5 as well as the nightly
Python build and PyPy.
+ Report E742 and E743 for functions and classes badly named \'l\',
\'O\', or \'I\'.
+ Report E741 on \'global\' and \'nonlocal\' statements, as well as
prohibited single-letter variables.
+ Deprecated use of `[pep8]` section name in favor of
`[pycodestyle]`; #591

* Bugs:
+ Fix opt_type AssertionError when using Flake8 2.6.2 and
pycodestyle; #561
+ Require two blank lines after toplevel def, class; #536
+ Remove accidentally quadratic computation based on the number of
colons. This will make pycodestyle faster in some cases; #314

Mon Aug 15 14:00:00 2016 toddrme2178AATTgmail.com
- Fix update-alternatives implementation.

Thu Jul 7 14:00:00 2016 toddrme2178AATTgmail.com
- Initial version


 
ICM