Updated from global requirements

Change-Id: Iaeaca2e9eda607290f18fbb805f1cd90c9af0444
This commit is contained in:
OpenStack Proposal Bot 2015-07-07 09:39:18 +00:00 committed by Flavio Percoco
parent 899b5be59b
commit a29166ebb8
12 changed files with 28 additions and 91 deletions

View File

@ -1,28 +0,0 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
Babel>=1.3
netaddr>=0.7.12
falcon>=0.1.6,<0.2.0
jsonschema>=2.0.0,<3.0.0
iso8601>=0.1.9
keystonemiddleware>=1.5.0
msgpack-python>=0.4.0
posix_ipc
pymongo>=3.0.2
# python-memcached has no Py3k support for now
# python-memcached>=1.48
WebOb>=1.2.3
stevedore>=1.3.0,<1.4.0 # Apache-2.0
six>=1.9.0
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
oslo.log>=1.0.0 # Apache-2.0
oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
SQLAlchemy>=0.9.7,<=0.9.99
enum34
autobahn>=0.10.1 # MIT License
requests>=2.2.0,!=2.4.0
taskflow>=0.7.1,<0.8.0

View File

@ -1,29 +1,29 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
pbr<2.0,>=0.11
Babel>=1.3
netaddr>=0.7.12
falcon>=0.1.6,<0.2.0
jsonschema>=2.0.0,<3.0.0
falcon<0.2.0,>=0.1.6
jsonschema!=2.5.0,<3.0.0,>=2.0.0
iso8601>=0.1.9
keystonemiddleware>=1.5.0
msgpack-python>=0.4.0
posix_ipc
posix-ipc
python-memcached>=1.48
WebOb>=1.2.3
stevedore>=1.3.0,<1.4.0 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0
six>=1.9.0
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
oslo.context>=0.2.0
oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
oslo.log>=1.0.0 # Apache-2.0
oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
SQLAlchemy>=0.9.7,<=0.9.99
enum34
oslo.config>=1.11.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.2.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
SQLAlchemy<1.1.0,>=0.9.7
enum34;python_version=='2.7' or python_version=='2.6'
trollius>=1.0
autobahn>=0.10.1 # MIT License
requests>=2.2.0,!=2.4.0
taskflow>=0.7.1,<0.8.0
autobahn>=0.10.1 # MIT License
requests>=2.5.2
taskflow>=0.11.0

1
setup.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,26 +0,0 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Metrics and style
hacking>=0.8.0,<0.9
# Packaging
mock>=1.0
# Backends
redis>=2.10.0
# Unit testing
ddt>=0.4.0
discover
fixtures>=0.3.14
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
# Documentation
# NOTE(vkmc) sphinx modules are commented out as a workaround for bug #1403510
# sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
# oslosphinx>=2.2.0 # Apache-2.0
openstack-doc-tools>=0.23

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Metrics and style
hacking>=0.9.2,<0.10
hacking<0.11,>=0.10.0
# Packaging
mock>=1.0
@ -13,15 +13,15 @@ pymongo>=3.0.2
# Unit testing
coverage>=3.6
ddt>=0.4.0
ddt>=0.7.0
discover
fixtures>=0.3.14
fixtures>=1.3.1
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
testtools>=1.4.0
# Documentation
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
openstack-doc-tools>=0.23

View File

@ -19,14 +19,6 @@ setenv = ZAQAR_TEST_MONGODB=1
ZAQAR_TEST_SLOW=1
{[testenv]setenv}
[testenv:py33]
deps = -r{toxinidir}/requirements-py3.txt
-r{toxinidir}/test-requirements-py3.txt
[testenv:py34]
deps = -r{toxinidir}/requirements-py3.txt
-r{toxinidir}/test-requirements-py3.txt
[testenv:pypy]
setenv = JIT_FLAG=--jit off
{[testenv]setenv}

View File

@ -26,4 +26,4 @@ class Handler(object):
def process_request(self, req):
# FIXME(vkmc): Control API version
return getattr(self.v1_1_endpoints, req._action)(req)
return getattr(self.v1_1_endpoints, req._action)(req)

View File

@ -589,4 +589,4 @@ class RequestSchema(api.Api):
'required': ['action', 'headers', 'body'],
'admin': True,
},
}
}

View File

@ -27,4 +27,4 @@ class InvalidAction(Exception):
class ConfigurationError(Exception):
"""An invalid value was used for a Zaqar configuration option."""
"""An invalid value was used for a Zaqar configuration option."""

View File

@ -144,4 +144,4 @@ def _config_options():
for management and message storage.
"""
return [(MANAGEMENT_MONGODB_GROUP, MANAGEMENT_MONGODB_OPTIONS),
(MESSAGE_MONGODB_GROUP, MESSAGE_MONGODB_OPTIONS)]
(MESSAGE_MONGODB_GROUP, MESSAGE_MONGODB_OPTIONS)]

View File

@ -37,4 +37,4 @@ def _read_script(script_name):
filename = os.path.join(folder, 'scripts', script_name + '.lua')
with open(filename, 'r') as script_file:
return script_file.read()
return script_file.read()

View File

@ -16,4 +16,4 @@ import json
def create_request(action, body, headers):
return json.dumps({"action": action, "body": body, "headers": headers})
return json.dumps({"action": action, "body": body, "headers": headers})