Commit Graph

116 Commits

Author SHA1 Message Date
Tony Breeds eb81615b38 Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: I660b0bce8b814b8a8b4d888bc3e899834450c603
2017-09-12 16:02:32 -06:00
Jenkins 812983a5fa Merge "Update URLs in documents according to document migration" 2017-07-12 19:01:08 +00:00
ChangBo Guo(gcb) 577a627691 Update URLs in documents according to document migration
Change-Id: Ic6d1961e5e0b2920bb74d167ed843b928deca289
2017-07-12 22:18:41 +08:00
ritesh.arya 9abf7a78a4 Update .gitignore
Because egg* already ignores egg-info.

Change-Id: Ia53923c138d17f0eb04a4e22f033212268b7257a
2017-07-12 11:14:23 +05:30
Doug Hellmann 45e325482e turn on warning-is-error flag for doc build
Change-Id: I793af54e77552cc811e39ea5ae2a57ed69e6822d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:48:59 -04:00
Doug Hellmann c8ca66f6d9 switch from oslosphinx to openstackdocstheme
Change-Id: I02106accdc6e60911e836b686cf5328537725857
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:47:45 -04:00
Doug Hellmann a40362806a rearrange existing documentation based on the new standard layout
Change-Id: Iec6fee3e963355c166f8d4917e934f1d5186f834
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:45:32 -04:00
OpenStack Proposal Bot 8536be786c Updated from global requirements
Change-Id: I3b325cc1c2454141ec01e49ea1ec6133323d84a6
2017-06-27 12:13:08 +00:00
OpenStack Proposal Bot 503419b7a9 Updated from global requirements
Change-Id: I42a2d57828872ef9f616ade4fe7f579368e904fc
2017-05-17 03:50:33 +00:00
kavithahr 4eb804f230 Python 3.5 is added
Python 3.5 was missing so i have added.

Change-Id: Ica89b115929cd72b27ba33f1d5bd7e1fe5eeddec
2017-04-24 13:07:21 +00:00
OpenStack Proposal Bot 2e980f26f7 Updated from global requirements
Change-Id: I12dd69283c6567c2f148cf9fea05820e7895709b
2017-04-12 04:14:27 +00:00
OpenStack Proposal Bot c9f88a280d Updated from global requirements
Change-Id: I783e64c349d5632e458f601458d9117e94e8929b
2017-03-02 11:47:18 +00:00
OpenStack Proposal Bot a2579a67d8 Updated from global requirements
Change-Id: If539f18454269b219ada2dece9788e9baa89e965
2017-03-02 04:59:48 +00:00
Jenkins 8dd5b5b071 Merge "Show team and repo badges on README" 2017-02-17 07:43:27 +00:00
Jenkins 7a91e8a27b Merge "Remove vim header from source files" 2017-02-17 03:43:55 +00:00
Jenkins 6dc818d9dd Merge "Add Constraints support" 2017-02-17 03:43:33 +00:00
OpenStack Proposal Bot 6db35ea998 Updated from global requirements
Change-Id: If1f554ec5fee3bc4e62fa182ff4860cf34dae11e
2017-02-10 05:51:31 +00:00
Jenkins 2d637cc503 Merge "Remove vim header from source files" 2017-02-07 11:14:49 +00:00
Jenkins b3644b2353 Merge "Revert "Use inspect.signature() if available"" 2017-01-19 15:13:10 +00:00
Sean Dague 475ad79771 Revert "Use inspect.signature() if available"
This change introduces behavior that's not compatible
with real world usage of mox3 in the nova project, and
breaks huge amounts of the unit tests under python3. 

Closes-Bug: #1657757

This reverts commit 4a85ff0ec4.

Change-Id: Iacb0d9307af4602a9e4f5725504f98e196cd10fc
2017-01-19 14:35:01 +00:00
Cao Xuan Hoang 5a7f88a7d0 Remove vim header from source files
trivialfix

Change-Id: I6ccd551bc5cec8f5a682502b0a6e99a6d02cad3b
2017-01-16 11:06:09 +07:00
Jenkins 29929967d2 Merge "Use inspect.signature() if available" 2017-01-06 05:01:02 +00:00
Jenkins 73b969cb3d Merge "Replace 'assertTrue(a (not)in b)' with 'assert(Not)In(a, b)'" 2017-01-05 07:29:48 +00:00
Tony Breeds 05b2c645bb Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove mox3.

Change-Id: I45b01a7cfca742233ac1f63a17d72cd96a6830ba
2017-01-05 08:47:58 +11:00
Victor Stinner 4a85ff0ec4 Use inspect.signature() if available
inspect.signature() was added to Python 3.3. inspect.getargspec() is
deprecated since Python 3.0 and doesn't support keyword-only
parameters.

Change-Id: I09dd8a38cc3166bc55917bc0813185457b43a971
2017-01-04 13:54:16 +01:00
OpenStack Proposal Bot a8afb04372 Updated from global requirements
Change-Id: I933d1756215c81d7858625dda32929c02b8ce459
2017-01-04 12:30:06 +00:00
Tony Xu 229ea6b0f3 Remove vim header from source files
Change-Id: I67a1ee4e894841bee620b1012257ad72f5e31765
2017-01-04 12:27:28 +00:00
Victor Stinner 8adafee3bc setup.cfg: configure doc build
Add [build_sphinx] and [upload_sphinx] sections to build the
documentation in doc/build/ instead of build/doc/. It should fix the
Jenkins docs job which is currently broken.

Change-Id: I2d0ed916ae1132bf47584313a7f2c93f94a97b86
2017-01-04 10:23:08 +01:00
Cao Xuan Hoang ebefae0c09 Replace 'assertTrue(a (not)in b)' with 'assert(Not)In(a, b)'
trivialfix

Change-Id: Ifd59a01a96dd9e54fbfa62532f10636ce1de7705
2016-11-28 11:41:19 +07:00
Flavio Percoco 01ed70cea8 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/6c8991df0d93b10c7adcd065ebf54409\n'

Change-Id: I89d9c33c0dccd6ca81b14afda343bf365fc6c2c6
2016-11-25 13:13:49 +01:00
Swapnil Kulkarni (coolsvap) 22c02dc746 Remove discover from test-requirements
It's only needed for python < 2.7 which is not supported

Change-Id: Ibaf2ffb723dc1bee5ee7ed1319e53dbc1774ecc5
2016-07-21 10:28:55 +00:00
OpenStack Proposal Bot 2b58961090 Updated from global requirements
Change-Id: I5f4bc1d64d8b3b63d3ac01ffc34a6412f38aaf59
2016-06-21 18:00:38 +00:00
OpenStack Proposal Bot c09ec5b1b2 Updated from global requirements
Change-Id: Ic0ba89b09d63fc28879722c917b747c4e1e4377c
2016-05-30 00:34:51 +00:00
Dougal Matthews 7329b2ebe2 Correct spelling of occurrences
Change-Id: I10da614cd2e293b624e45456a76da63a7cbcba23
2016-05-18 20:40:56 +01:00
OpenStack Proposal Bot a2752b8b65 Updated from global requirements
Change-Id: Iac4198a308c2df5a4cab4c950dd10caa1f8a11cd
2016-04-08 13:23:50 +00:00
OpenStack Proposal Bot 834728a94b Updated from global requirements
Change-Id: I423aa04455a931c137ddd27658d9fa1d30234fa7
2016-04-08 00:28:21 +00:00
OpenStack Proposal Bot 2f12b4b15a Updated from global requirements
Change-Id: I0ad541c84de6088adac67409601c3a09905c2feb
2016-01-28 01:27:43 +00:00
OpenStack Proposal Bot a4eb2efa76 Updated from global requirements
Change-Id: I052491cc86c5a1ce7ab40cb78b34d99c25a9d4b3
2016-01-16 03:27:46 +00:00
Jenkins 43c19ced8f Merge "Remove Python 2.6 classifier" 2015-11-23 16:03:29 +00:00
OpenStack Proposal Bot 22ff8d1db1 Updated from global requirements
Change-Id: I3d64ab98029611561dcf0c0288a924bf3c371177
2015-11-19 15:46:52 +00:00
ChangBo Guo(gcb) c827041f76 Remove Python 2.6 classifier
We have decided to remove Python 2.6 support, this commit
removes Python 2.6 classifier before dropping any Python
2.6 support in code.

Change-Id: I162f4cfc48110d2e54bbfbec2746eb05b6254b0e
2015-11-17 17:11:05 +08:00
Jenkins 300c145762 Merge "Add universal wheel tag to setup.cfg" 2015-10-08 21:12:06 +00:00
Jenkins d0095d7fcf Merge "Activate pep8 check that _ is imported" 2015-10-06 17:29:15 +00:00
Davanum Srinivas eee957eedf Add universal wheel tag to setup.cfg
This project is 2 and 3 compatible so a universal
wheel is appropriate/expected.

Change-Id: I6a827bb1d6a1c7f751575c6307f7e8cace09b3b5
2015-10-04 19:56:32 -04:00
Davanum Srinivas 1d0054badb Fix broken test and remove Bad test
testStubOutClass_OldStyle has been fixed with a tip
from referenced bug. Also testUnboundMethodsRequiresInstance
was writted before python 3.3 was released and hence worked
only with versions before i believe. This test never worked
with python 2.6/2.7 either. So just nuking it.

Closes-Bug: #1403214
Change-Id: I2b14b9b29122539cf4a101af0dca89c10693b6a3
2015-09-29 16:57:29 +00:00
OpenStack Proposal Bot d87a86be69 Updated from global requirements
Change-Id: I33f2db3802203d5baabaa2d679f5e0633b25d216
2015-09-17 12:12:59 +00:00
THOMAS J. COCOZZELLO 4c2236062f Activate pep8 check that _ is imported
Remove the specification in tox.ini that _ is a builtin so that
it will no longer assume that _ does not need to be imported.
This helps ensure that the _ from i18n is used.

Activating this check did not flag any violations.

Change-Id: I9cae8a2e16ff49b8272f42925228f1524ddf0fea
2015-09-11 23:12:30 -05:00
OpenStack Proposal Bot 60dd893a80 Updated from global requirements
Change-Id: I6d1600c1160a3db86c9d077d50768028f90b509f
2015-08-26 13:58:15 +00:00
OpenStack Proposal Bot ef2869b7a3 Updated from global requirements
Change-Id: I5a8693254dfb5756858750ca00268286d2c5ec84
2015-08-10 01:06:47 +00:00
OpenStack Proposal Bot 8302c18c4f Updated from global requirements
Change-Id: I27c1c9887a7882f296af8d4b50160833a7fad42f
2015-07-15 00:25:50 +00:00