[openstack-dev] [all] Hacking 0.10 released

Ben Nemec openstack at nemebean.com
Mon Jan 12 21:14:43 UTC 2015


Just a heads up for anyone else making these changes: Even though the
g-r entry is >=0.10, you need to do >=0.10.0 in the project for it to
pass the requirements check.

On 01/10/2015 07:15 PM, Joe Gordon wrote:
> Hi all,
> 
> I am happy to announce the release of hacking 0.10. Below is a list of
> whats new. Unlike most dependencies hacking changes are not automatically
> pushed out by the OpenStack Proposal Bot. In order to migrate to the new
> release each project will need a patch like this:
> https://review.openstack.org/#/c/145570/
> 
> 
>    - flake8 now uses multiprocessing by default!
>    - Remove H402: first line of docstring should end with punctuation
>    - Remove H904: Wrap long lines in parentheses and not backslash for line
>    continuation
>    - Update H501, don't use locals() for formatting strings. to also check
>    for self.__dict__
>    - Add H105: don't use author tags
>    - Add H238: check for old style class declarations
>    - Remove all git commit message rules: H801, H802, H803
>    - Remove complex import rules: H302, H306, H307
> 
> 
> Dependency changes:
> 
>    - pep8 from 1.5.6 to 1.5.7 (https://pypi.python.org/pypi/pep8)
>    - flake8 from 2.1.0 to 2.2.4 (https://pypi.python.org/pypi/flake8)
>    - six from >= 1.60 to >=1.7.0
> 
> 
> 
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 




More information about the OpenStack-dev mailing list