File python-hacking.changes of Package python-hacking
-------------------------------------------------------------------
Mon Mar 2 15:43:47 UTC 2015 - tbechtold@suse.com
- Adjust Requires and BuildRequires according to requirements.txt
and test-requirements.txt
- Add relax_requirements.patch: needed to run unittests during build
-------------------------------------------------------------------
Mon Mar 2 13:01:06 UTC 2015 - tbechtold@suse.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 11:24:04 UTC 2014 - dmueller@suse.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 07:31:53 UTC 2014 - dmueller@suse.com
- add relax-pep8-dependency.diff
-------------------------------------------------------------------
Mon Apr 14 16:18:34 UTC 2014 - dmueller@suse.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 15:29:58 UTC 2014 - dmueller@suse.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 09:41:20 UTC 2014 - speilicke@suse.com
- Run testr directly
-------------------------------------------------------------------
Fri Jan 17 14:57:20 UTC 2014 - speilicke@suse.com
- Add hacking-requirements.patch, replace pep8-146.diff:
+ Compat for flake8==2.1
-------------------------------------------------------------------
Mon Nov 25 14:19:05 UTC 2013 - dmueller@suse.com
- switch to python-setuptools
-------------------------------------------------------------------
Thu Oct 31 23:45:39 UTC 2013 - dmueller@suse.com
- update to 0.8.0:
* various new hacking warnings for Icehouse cycle
-------------------------------------------------------------------
Thu Oct 17 14:09:50 UTC 2013 - dmueller@suse.com
- add pep8-146.diff:
* Add compatibility for 1.4.6
-------------------------------------------------------------------
Wed Sep 11 21:07:18 UTC 2013 - dmueller@suse.com
- update to 0.7.2:
* pypy fixes
-------------------------------------------------------------------
Sat Aug 10 11:05:26 UTC 2013 - dmueller@suse.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:04:48 UTC 2013 - speilicke@suse.com
- Buildrequire extras
-------------------------------------------------------------------
Fri Jul 19 10:48:10 UTC 2013 - dmueller@suse.com
- update to 0.6.0:
* Latest and greatest Hacking checks
-------------------------------------------------------------------
Tue Jul 9 11:56:05 UTC 2013 - dmueller@suse.com
- pyflakes-07x.diff: allow python-pyflakes 0.7.3 as well
-------------------------------------------------------------------
Wed Jul 3 15:57:04 UTC 2013 - dmueller@suse.com
- update to 0.5.6:
* Ignore import lines with noqa
-------------------------------------------------------------------
Wed Jun 26 15:30:02 UTC 2013 - cfarrell@suse.com
- license update: Apache-2.0
See LICENSE file
-------------------------------------------------------------------
Wed Jun 26 15:17:17 UTC 2013 - dmueller@suse.com
- remove dependency on python-discover for newer distros
-------------------------------------------------------------------
Fri Jun 21 16:50:44 UTC 2013 - dmueller@suse.com
- update to 0.5.5:
* new checks, fixes
-------------------------------------------------------------------
Mon May 27 10:38:21 UTC 2013 - dmueller@suse.com
- update to 0.5.4:
* Support local checks
-------------------------------------------------------------------
Mon May 13 13:13:35 UTC 2013 - speilicke@suse.com
- Initial version