Commit Graph

19 Commits

Author SHA1 Message Date
Takashi Kajinami 7ca182291c Bupm hacking
hacking 3.0.x is too old.

Change-Id: I29ca854d4816f402ebe969a6e87cc247e1525017
2024-02-19 02:28:59 +09:00
Ghanshyam Mann 0cfd42e3a5 Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: I44e32f59e0d6d7c7d96472476db6c14e9dae0140
2020-05-12 20:21:36 -05:00
Andreas Jaeger 77bf79e2aa Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Switch to using sphinx-build
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Switch to hacking 3.0

Change-Id: Id3a7e6b6a6160358efb897cbf73630d96672d4fb
2020-04-12 18:52:38 +02:00
Stephen Finucane bca5bace07 Switch to hacking 2.x
This supports Python 3 goodness. Some additional tox and gitignore
tweaks are included while we're here.

Change-Id: Id1a7a90119be242486584a3b5d6939083bfac84d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-27 15:04:48 +00:00
ZhijunWei a393eb3039 Update hacking version to latest
Change-Id: I762ec271bec789a31a734babbc765bb410404dc3
2019-01-05 00:43:01 +08:00
Vu Cong Tuan 91ab5ff372 Switch to stestr
According to Openstack summit session [1], stestr is maintained project
to which all Openstack projects should migrate. Let's switch to stestr
as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I02e33d429154936db9ca65b4fd04cfa10754507b
2018-07-18 10:33:07 +01:00
Stephen Finucane 1e00e1528c Follow the new PTI for document build
For compliance with the Project Testing Interface, as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detailed information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I02fee6362fe179e4ce1eafabd83aa054ff0459dc
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2018-07-18 10:31:32 +01:00
OpenStack Proposal Bot 4833aae89d Updated from global requirements
Change-Id: I63474abdd4a85ce9e2add4fb2490b92b9315eed1
2018-03-15 07:45:25 +00:00
OpenStack Proposal Bot bd1d73f233 Updated from global requirements
Change-Id: Ide51ff96d1ae8d06987b8710c7134997dba96382
2018-01-27 18:21:30 +00:00
OpenStack Proposal Bot 6815b2c97b Updated from global requirements
Change-Id: I2dddd1982361917afe911546f47ed4f87023518b
2017-11-16 11:20:23 +00:00
OpenStack Proposal Bot 7d771c5b91 Updated from global requirements
Change-Id: I48722590501750b8fb9132581bf4fa6928a479b3
2017-09-22 12:59:45 +00:00
OpenStack Proposal Bot 7d15015b50 Updated from global requirements
Change-Id: I7e1b1b3b0dc1a8f384d23f1dbdb55c296d0a4d46
2017-08-30 23:28:38 +00:00
Stephen Finucane 5c46158f38 doc: Switch from oslosphinx to openstackdocstheme
Change-Id: I471868446a4ac89a63cc75b0d83caae21bd90fb8
2017-08-23 09:46:35 +01:00
OpenStack Proposal Bot 3e8b4a77aa Updated from global requirements
Change-Id: I1263a2695ff95f0111849613bc137c941bf5afed
2017-07-19 12:58:35 +00:00
jianghua wang fbbe466c77 Build_sphinx always failed.
Sphinx1.6.1 was released on 2017-05-16.
https://pypi.python.org/pypi/Sphinx
Since then the jenkins job of gate-os-traits-docs-ubuntu-xenial
always failed.

Let's exclude this Sphinx version to fix the failure.

Change-Id: Ic7c1bf8f743c6c08897eb6b9a4bbae4a20d61fcc
Closes-bug: 1691887
2017-05-19 01:39:07 +01:00
OpenStack Proposal Bot 9e6b7c1aba Updated from global requirements
Change-Id: I22cf8a0a11d041193bce79f964fdad78aa34fa04
2017-03-03 22:57:04 +00:00
Jay Pipes 6f4b514145 update pep8/hacking and address failures
update to necessary hacking from global requirements and fix up the
linting failures.

Change-Id: Ie6baa9e1b97ea3e1b61a418b00b64d1be391866a
2017-03-02 11:37:02 -05:00
Tony Breeds 23db71e32d Manual sync from the openstack/requirements bot 2017-02-22 16:16:41 -05:00
Jay Pipes 7d2a583f32 Initial commit of os-capabilities library
Adds the basics of the new os-capabilities library, including a README
and a couple helper functions that allow the user to list both symbol
names as well as the capability strings themselves.

Added x86 CPU instruction set extensions as an initial set of namespaced
standardized capability strings.
2016-08-03 19:25:39 -04:00