Taro Sato
7cd404808b
Better EMR coverage and boto3 request/response handling
...
This revision includes:
- A handler for requests for which content-type is JSON (from boto3).
- A decorator (generate_boto3_response) to convert XML responses to
JSON (for boto3). This way, existing response templates for boto can
be shared for generating boto3 response.
- Utility class/functions to use botocore's service specification data
(accessible under botocore.data) for type casting, from query
parameters to Python objects and XML to JSON.
- Updates to response handlers/models to cover more EMR end points and
mockable parameters
2016-10-13 16:48:07 -07:00
Steve Pulec
4157abe8de
Need to require higher Jinja2. Closes #728 .
2016-10-12 22:25:14 -04:00
Steve Pulec
c87b001f7d
Merge pull request #719 from spulec/refactor/remove-sure-from-setup.py
...
Remove sure and freezegun from setup.py
2016-10-09 19:05:47 -04:00
Andrew Gross
8720601eaa
Remove sure and freezegun from setup.py, they still exist in requirements-dev.txt
2016-09-29 16:37:34 -04:00
Adam Chainz
e6bf5550ce
setup.py - use extras_require for flask
...
Adding `moto` to the requirements file for my Django project pulls in `flask`, even though I don't need the server component. By making the `server` 'extra' then there is no hard requirement on flask.
2016-09-26 13:44:05 +01:00
Steve Pulec
97513590c8
0.4.27
2016-09-16 18:41:11 -04:00
Steve Pulec
18b6197bf2
Merge pull request #674 from IlyaSukhanov/master
...
Preserve Namespace and MetricName when creating cloudwatch alarm.
2016-08-27 21:05:31 -04:00
Waldemar Hummer
5075f6684f
add support for requestTemplates parameter in apigateway mock
2016-08-10 13:55:59 +10:00
Ilya Sukhanov
a37838b638
Preserve Namespace and MetricName when creating cloudwatch alarm.
2016-08-01 17:31:08 -04:00
Steve Pulec
5ed874cd6e
0.4.25
2016-06-18 20:47:49 -04:00
Steve Pulec
9c176671d0
0.4.24
2016-05-01 22:35:49 -04:00
Jay O'Conor
13ef083271
Update setup.py
...
Boto >= 2.36.0 required to resolve awslambda ImportError
2016-03-18 12:12:24 -07:00
Jay O'Conor
3957a93a64
Moto requires boto >= 2.33.0
...
Moto imports a class in boto that did not exist before boto 2.33.0
Partial traceback showing ImportError with versions of boto < 2.33.0:
File "/src/python/moto/moto/__init__.py", line 8, in <module>
from .autoscaling import mock_autoscaling # flake8: noqa
File "/src/python/moto/moto/autoscaling/__init__.py", line 2, in <module>
from .models import autoscaling_backends
File "/src/python/moto/moto/autoscaling/models.py", line 5, in <module>
from moto.elb import elb_backends
File "/src/python/moto/moto/elb/__init__.py", line 2, in <module>
from .models import elb_backends
File "/src/python/moto/moto/elb/models.py", line 4, in <module>
from boto.ec2.elb.attributes import (
ImportError: cannot import name ConnectionSettingAttribute
2016-03-18 10:50:40 -07:00
Steve Pulec
b5d5c02d75
0.4.23
2016-03-02 15:40:21 -05:00
Steve Pulec
a9d161e58e
0.4.22
2016-02-17 16:44:57 -05:00
Steve Pulec
ac4ce7d53f
0.4.21
2016-01-24 17:21:19 -05:00
Steve Pulec
595259a99d
0.4.20
2016-01-17 18:11:00 -05:00
Steve Pulec
2e69986e01
lock httpretty.
2015-12-13 21:53:58 -05:00
Steve Pulec
fe946588b2
Make moto require boto>=2.26.0. Closes #469 .
2015-11-28 08:51:41 -05:00
Steve Pulec
704110d9c7
0.4.19
2015-11-27 14:46:50 -05:00
Steve Pulec
0061eb77d7
0.4.18
2015-11-03 14:01:09 -05:00
Steve Pulec
99a4bcf98f
0.4.17
2015-11-02 10:11:14 -05:00
Steve Pulec
fcaa8fbce7
0.4.16
2015-11-02 10:09:17 -05:00
Steve Pulec
11cb2fba16
0.4.15
2015-10-06 15:20:21 -04:00
Steve Pulec
967c778390
0.4.14
2015-09-17 17:21:57 -04:00
Steve Pulec
1b811e6949
0.4.13
2015-09-16 11:29:03 -04:00
Steve Pulec
8b0f42afed
0.4.12
2015-08-31 16:56:07 -04:00
Steve Pulec
b55600ce42
0.4.11
2015-08-26 22:58:34 -04:00
Steve Pulec
8093505e89
Merge pull request #400 from ZuluPro/master
...
Began Documentation
2015-08-13 20:22:00 -04:00
Andy Freeland
0e3f25b0ec
Use extras_require to build a wheel usable on Python 2.6
...
By using PEP 426 markers with `extras_require` in `setup.py`, wheel can
parse the marker and install ordereddict only on Python 2.6.
ref: https://wheel.readthedocs.org/en/latest/#defining-conditional-dependencies
Fixes #340 .
2015-08-11 21:35:49 -04:00
Steve Pulec
6b2f54604e
0.4.10
2015-08-03 22:17:19 -04:00
Ilya Sukhanov
3291f325dd
version bump
2015-08-03 10:23:32 -04:00
Steve Pulec
8573333932
0.4.8
2015-08-02 10:04:13 -04:00
ZuluPro
d662895c5d
Began Documentation
2015-07-27 11:44:41 -04:00
Ilya Sukhanov
cb4e2289f6
bump version
2015-07-22 21:39:45 -04:00
Steve Pulec
7f2abc41a5
0.4.6
2015-07-13 19:31:23 -04:00
Steve Pulec
8b41af84a8
0.4.5
2015-07-13 10:51:56 -04:00
Steve Pulec
0ec6f87268
0.4.4
2015-06-29 21:03:09 -04:00
Steve Pulec
77af26987f
0.4.3
2015-06-09 22:03:50 -04:00
Steve Pulec
ecb4623d3b
0.4.2
2015-05-20 17:43:21 -04:00
Jeff Legge
e736482bec
Update minimum support boto version.
...
boto 2.20.0 introduces kinesis. alternatively, this requirement could be
relaxed by using conditional imports.
2015-02-23 16:02:20 -08:00
Steve Pulec
8095f31772
0.4.1
2015-02-22 10:57:28 -05:00
Steve Pulec
50c629e123
0.4.0
2015-02-03 20:47:24 -05:00
Steve Pulec
5e8539d48e
Remove dicttoxml.
2015-02-03 17:04:36 -05:00
Steve Pulec
470e9d48e9
0.3.9
2014-11-16 19:25:57 -05:00
Steve Pulec
0cae959f05
0.3.8
2014-10-29 20:26:05 -04:00
Steve Pulec
0fcb00dcf5
0.3.7
2014-10-10 15:20:20 -04:00
Ilya Sukhanov
cbf79ceea0
Reorganize requirements.
...
Stab at issue #194
Have requirements.txt use setup.py, this way there is only one place of
requirements for users.
2014-09-10 11:35:06 -04:00
Steve Pulec
6db3e6dd79
0.3.6
2014-09-08 22:21:08 -04:00
David Baumgold
94c1970a03
Fix up setup.py
...
Add classifiers, license, test suite info
2014-08-29 23:46:57 -04:00
David Baumgold
4201e6b430
from __future__ import unicode_literals
2014-08-27 11:33:55 -04:00
Steve Pulec
348d1803ed
0.3.5
2014-08-25 21:19:46 -04:00
Steve Pulec
b94401247f
0.3.4
2014-08-20 07:40:12 -04:00
Steve Pulec
415291d11a
0.3.3
2014-07-18 20:56:52 -04:00
Steve Pulec
50d2608478
0.3.2
2014-06-23 21:27:15 -04:00
Steve Pulec
df7e139855
0.3.1
2014-05-14 09:19:23 -04:00
Daniel Hall
82c8c43f5f
Update setup.py to require 'requests'
2014-05-14 20:50:22 +10:00
Steve Pulec
befeb5bdde
0.3.0
2014-05-13 23:59:55 -04:00
Steve Pulec
2bba0e9070
0.2.23
2014-05-09 17:46:54 -04:00
Steve Pulec
3c4bb2a1b4
0.2.22
2014-04-30 11:24:24 -04:00
Steve Pulec
3e37aca241
0.2.21
2014-03-28 16:08:06 -04:00
Steve Pulec
fc8fd79cd8
0.2.20
2014-03-21 17:06:58 -04:00
Steve Pulec
e0f4c60796
0.2.19
2014-03-04 17:55:50 -05:00
Steve Pulec
436c0be866
0.2.18
2014-02-06 20:54:40 -05:00
Steve Pulec
bfad3895a7
0.2.17
2014-01-28 18:37:03 -05:00
Steve Pulec
55363b0895
0.2.16
2014-01-11 20:55:47 -05:00
Steve Pulec
7eb7704506
Add requirements for Route53.
2014-01-11 20:29:59 -05:00
Steve Pulec
531cd42e0f
0.2.15
2013-12-30 13:36:05 -05:00
Steve Pulec
b9538f74dd
0.2.14
2013-12-30 12:33:45 -05:00
Steve Pulec
2358622597
0.2.13
2013-12-30 12:25:46 -05:00
Steve Pulec
fefc12457e
0.2.12
2013-12-28 20:19:01 -05:00
Steve Pulec
3b8cd5ad7d
Exclude tests from packagin
2013-12-19 16:16:07 -05:00
Steve Pulec
ac1d2f5ef4
0.2.11
2013-11-23 10:39:32 -05:00
Steve Pulec
d5b3af202e
0.2.10
2013-11-08 16:05:36 -05:00
Steve Pulec
3bddbb4af3
Test out py26 with new HTTPretty
2013-10-03 20:34:13 -04:00
Steve Pulec
ceed17bec4
0.2.9
2013-09-10 16:55:12 -04:00
Steve Pulec
dc4c50d13d
0.2.8
2013-07-28 17:01:49 -04:00
Steve Pulec
fd8a9e4a59
0.2.7
2013-06-27 00:04:55 -04:00
Steve Pulec
d7bfe5dea7
0.2.6
2013-06-25 13:34:11 -04:00
Steve Pulec
dd3cfe5ab6
0.2.5
2013-06-04 17:30:48 -04:00
Steve Pulec
a2de647880
change httpretty to real version
2013-06-04 17:30:32 -04:00
Steve Pulec
d47c481912
0.2.4
2013-05-25 17:13:40 -04:00
Steve Pulec
124bc04598
0.2.3
2013-05-18 19:35:26 -04:00
Steve Pulec
d42a27b3b3
0.2.2
2013-05-17 09:49:31 -04:00
Steve Pulec
fc02faa5bf
0.2.1
2013-05-16 22:26:45 -04:00
Steve Pulec
6ceb36161c
0.2.0
2013-05-06 23:36:27 -04:00
Steve Pulec
0fc2a638dd
fix dependency link
2013-05-03 19:53:56 -04:00
Steve Pulec
47bd4c49a3
attempting to move to upstream httpretty
2013-05-03 19:33:13 -04:00
Steve Pulec
fd828bdb2d
Revert "Switch to real version of httpretty. woot."
...
This reverts commit 84aeff5b06
.
2013-04-30 08:33:53 -04:00
Steve Pulec
84aeff5b06
Switch to real version of httpretty. woot.
2013-04-29 23:36:24 -04:00
Steve Pulec
85042c5c76
0.1.5
2013-04-27 17:58:37 -04:00
Steve Pulec
6107658c65
0.1.4
2013-04-18 23:07:52 -04:00
Steve Pulec
afc7a64a34
0.1.3
2013-04-14 11:17:25 -04:00
Steve Pulec
7f26525445
0.1.2
2013-03-26 10:13:50 -04:00
Steve Pulec
e677193753
0.1.1
2013-03-23 10:01:04 -04:00
Steve Pulec
a53f5c6730
0.1.0
2013-03-19 11:47:11 -04:00
Steve Pulec
fe2b3518ae
move back to bundled httpretty for now
2013-03-19 11:46:54 -04:00
Steve Pulec
46b38c705c
better setup.py description
2013-03-19 11:45:19 -04:00
Steve Pulec
71e9e295f6
0.0.10
2013-03-17 18:58:08 -04:00
Steve Pulec
ec3ab5ade7
fix httpretty dependency link
2013-03-17 18:24:54 -04:00
Steve Pulec
cd518d060e
move to httpretty fork instead of bundling it.
2013-03-17 18:13:21 -04:00
Steve Pulec
53dc766dad
0.0.9
2013-03-16 00:29:19 -04:00
Steve Pulec
9b862d7b25
0.0.8
2013-03-15 10:23:59 -04:00
Steve Pulec
86a89f2495
0.0.7
2013-03-05 08:21:47 -05:00
Steve Pulec
a728b2581a
Adding server mode
2013-03-05 08:14:43 -05:00
Steve Pulec
c6f5afff75
0.0.6
2013-02-28 22:49:16 -05:00
Steve Pulec
62501999f6
0.0.5
2013-02-26 15:13:09 -05:00
Steve Pulec
0f1dc12b8c
0.0.4
2013-02-26 15:00:57 -05:00
Steve Pulec
9452e7c2ec
add jinja2 to install_requires
2013-02-26 15:00:18 -05:00
Steve Pulec
4783db9b15
0.0.3
2013-02-26 14:58:31 -05:00
Steve Pulec
bcbec29653
start pep8 cleanup
2013-02-26 00:12:34 -05:00
Steve Pulec
024624045f
add boto to install requires
2013-02-25 23:56:41 -05:00
Steve Pulec
77d6df6531
basic ec2 and s3 working
2013-02-18 16:09:40 -05:00