Changelog for
python3-hacking-0.10.1-2.1.noarch.rpm :
Mon Mar 2 13:00:00 2015 tbechtoldAATTsuse.com
- update to 0.10.1:
* Fix H238 to allow parent classes to be returned by a function
* Add docstring to is_import_exception
* Remove complex import rules
* Remove Git commit message checks
* Add eventlet to test-requirements
* Workflow documentation is now in infra-manual
* Allow import redirections
* Fixing broken while loop in imports.py
* Add H237 to HACKING.rst
* Don\'t change log level as import side effect
* Include example of multiple imports using from syntax
* Pin mccabe to prevent it from breaking hacking
* Add hacking check H105: don\'t use author tags
* Add a check for old style class declarations
* Update H501 to check for self.__dict__
* Stop using intersphinx
* Work toward Python 3.4 support and testing
* Relax H305 and H307 checks
* Fix import check interaction with namespace modules
* remove H904
* remove H402
* remove H803, it\'s mostly an old flamewar
* add hacking preamble
* Updated from global requirements
* Mark hacking as being a universal wheel
Fri Jun 27 14:00:00 2014 dmuellerAATTsuse.com
- update to 0.9.2:
* Fixed warning H302 when used with six.moves
* Make import checks properly detect blank lines and comments
* Clarify where the \"following template\" is
Tue Jun 24 14:00:00 2014 dmuellerAATTsuse.com
- add relax-pep8-dependency.diff
Mon Apr 14 14:00:00 2014 dmuellerAATTsuse.com
- add 0002-Make-hacking-pass-pep8-1.5.x.patch
0003-Add-posargs-to-tox-epep8.patch
0004-Move-hacking-to-pep8-1.5.4.patch:
Fix compatibility with pep8 1.5.4
Mon Apr 14 14:00:00 2014 dmuellerAATTsuse.com
- update to 0.9 dev branch:
* Make H202 check honor pep8 #noqa comment
* Add noqa support for H201 (bare except)
* Switch over to oslosphinx
* Require newer pyflakes/pep8
* New checks for OpenStack Juno
Fri Feb 14 13:00:00 2014 speilickeAATTsuse.com
- Run testr directly
Fri Jan 17 13:00:00 2014 speilickeAATTsuse.com
- Add hacking-requirements.patch, replace pep8-146.diff:
+ Compat for flake8==2.1
Mon Nov 25 13:00:00 2013 dmuellerAATTsuse.com
- switch to python-setuptools
Thu Oct 31 13:00:00 2013 dmuellerAATTsuse.com
- update to 0.8.0:
* various new hacking warnings for Icehouse cycle
Thu Oct 17 14:00:00 2013 dmuellerAATTsuse.com
- add pep8-146.diff:
* Add compatibility for 1.4.6
Wed Sep 11 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.7.2:
* pypy fixes
Sat Aug 10 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.7.0:
* Fix H202 check
* Fix various Python 3.x related fallout
- remove 0001-Don-t-crash-on-tests-when-git-is-not-installed.patch
Thu Aug 8 14:00:00 2013 speilickeAATTsuse.com
- Buildrequire extras
Fri Jul 19 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.6.0:
* Latest and greatest Hacking checks
Tue Jul 9 14:00:00 2013 dmuellerAATTsuse.com
- pyflakes-07x.diff: allow python-pyflakes 0.7.3 as well
Wed Jul 3 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.5.6:
* Ignore import lines with noqa
Wed Jun 26 14:00:00 2013 cfarrellAATTsuse.com
- license update: Apache-2.0
See LICENSE file
Wed Jun 26 14:00:00 2013 dmuellerAATTsuse.com
- remove dependency on python-discover for newer distros
Fri Jun 21 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.5.5:
* new checks, fixes
Mon May 27 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.5.4:
* Support local checks
Mon May 13 14:00:00 2013 speilickeAATTsuse.com
- Initial version