8000 Tags · figome/hacking · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Tags: figome/hacking

Tags

0.11.0

Toggle 0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dhellmann Doug Hellmann
hacking 0.11.0 release

meta:version: 0.11.0
meta:series: independent
meta:release-type: release
meta:announce: openstack-dev@lists.openstack.org
meta:pypi: yes
meta:first: no

0.10.2

Toggle 0.10.2's commit message
Maintenance release for pbr 1.0.0

Only change from 0.10.1 is changing pbr to:
  pbr>=0.11,<2.0

To close bug #1456376

0.9.6

Toggle 0.9.6's commit message
Fix for new pbr release

Bump pbr caps for bug #1456376

0.10.1

Toggle 0.10.1's commit message
Maintenance release to fix H238

H238 was being falsely triggered, see
8990ddb for details.

0.10.0

Toggle 0.10.0's commit message
Changes:

* flake8 now uses multiprocessing by default
* Remove H402: first line of dicstring should end with punctuation
* Remove H904: Wrap long lines in parentheses and not backslash for line continuation
* Update H501 to check for self.__dict__
* Add H105: don't use author tags
* 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

0.9.5

Toggle 0.9.5's commit message
Minor bug fix: 3af414c

0.9.4

Toggle 0.9.4's commit message

Verified

This tag was signed with the committer’s verified signature.
dhellmann Doug Hellmann
fix import detection for oslo redirects

0.9.3

Toggle 0.9.3's commit message
Hacking 0.9.3

Pin mccabe to 0.2.1, see
https://review.openstack.org/#/c/131242/ for more details

0.9.2

Toggle 0.9.2's commit message
Fixed warning H302 when used with six.moves

Fix for six >= 1.7.0

0.9.1

Toggle 0.9.1's commit message
Fix a regression in H306 caused by changes in pep8 1.5

0