Skip to content

Commit 4f56940

Browse files
committed
Removing files with generated counts.
2 parents 43409be + 0acf9a9 commit 4f56940

File tree

237 files changed

+1023
-484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+1023
-484
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"
98
install:
9+
- pip install virtualenv --upgrade
1010
- make install
1111
- make test-install
12-
script:
12+
script:
1313
- make test

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2017-06-15] Version 6.4.0
7+
--------------------------
8+
9+
- Remove support for Python 2.6.
10+
- Add `locality` field to `AvailablePhoneNumbers`.
11+
- Add `origin` field to `IncomingPhoneNumbers`.
12+
- Add `in_locality` parameter to `AvailablePhoneNumbers`.
13+
- Add `origin` parameter to `IncomingPhoneNumbers`.
14+
- Add new sync categories to `UsageRecords`.
15+
- Support unicode in `validation_client`.
16+
- Add `muted` parameter to `<Conference>` Twiml.
17+
618
[2017-05-24] Version 6.3.0
719
--------------------------
820

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: clean install analysis test test-install develop docs docs-install
22

33
venv:
4-
virtualenv venv
4+
virtualenv --python=python venv
55

66
install: venv
77
. venv/bin/activate; pip install .

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# documentation: http://pypi.python.org/pypi/setuptools
1616
REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT >= 1.4.2"]
1717

18-
if sys.version_info < (2, 6):
19-
REQUIRES.append('simplejson')
2018
if sys.version_info < (3, 0):
2119
REQUIRES.extend(["cryptography >= 1.3.4", "idna >= 2.0.0", "pyOpenSSL >= 0.14"])
2220
if sys.version_info >= (3, 0):
@@ -46,7 +44,6 @@
4644
"License :: OSI Approved :: MIT License",
4745
"Operating System :: OS Independent",
4846
"Programming Language :: Python",
49-
"Programming Language :: Python :: 2.6",
5047
"Programming Language :: Python :: 2.7",
5148
"Programming Language :: Python :: 3.3",
5249
"Programming Language :: Python :: 3.4",

tests/integration/accounts/v1/credential/test_public_key.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def test_read_empty_response(self):
3737
"key": "credentials",
3838
"next_page_url": null,
3939
"page": 0,
40-
"count": 0,
4140
"page_size": 50,
4241
"previous_page_url": null,
4342
"url": "https://accounts.twilio.com/v1/Credentials/PublicKeys?PageSize=50&Page=0"
@@ -71,7 +70,6 @@ def test_read_full_response(self):
7170
"key": "credentials",
7271
"next_page_url": null,
7372
"page": 0,
74-
"count": 1,
7573
"page_size": 50,
7674
"previous_page_url": null,
7775
"url": "https://accounts.twilio.com/v1/Credentials/PublicKeys?PageSize=50&Page=0"

tests/integration/api/v2010/account/address/test_dependent_phone_number.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_read_full_response(self):
3232
200,
3333
'''
3434
{
35-
"count": 1,
3635
"dependent_phone_numbers": [
3736
{
3837
"address_requirements": "any",
@@ -73,7 +72,6 @@ def test_read_empty_response(self):
7372
200,
7473
'''
7574
{
76-
"count": 0,
7775
"dependent_phone_numbers": [],
7876
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Addresses/ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/DependentPhoneNumbers.json?Page=0&PageSize=50",
7977
"next_page_uri": null,

tests/integration/api/v2010/account/available_phone_number/test_local.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def test_read_full_response(self):
5959
"next_page_uri": null,
6060
"num_pages": 1,
6161
"page": 0,
62-
"count": 1,
6362
"page_size": 50,
6463
"previous_page_uri": null,
6564
"start": 0,
@@ -86,7 +85,6 @@ def test_read_empty_response(self):
8685
"next_page_uri": null,
8786
"num_pages": 1,
8887
"page": 0,
89-
"count": 0,
9088
"page_size": 50,
9189
"previous_page_uri": null,
9290
"start": 0,

tests/integration/api/v2010/account/available_phone_number/test_mobile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def test_read_full_response(self):
5858
"next_page_uri": null,
5959
"num_pages": 1,
6060
"page": 0,
61-
"count": 1,
6261
"page_size": 50,
6362
"previous_page_uri": null,
6463
"start": 0,
@@ -85,7 +84,6 @@ def test_read_empty_response(self):
8584
"next_page_uri": null,
8685
"num_pages": 1,
8786
"page": 0,
88-
"count": 0,
8987
"page_size": 50,
9088
"previous_page_uri": null,
9189
"start": 0,

tests/integration/api/v2010/account/available_phone_number/test_toll_free.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def test_read_full_response(self):
5858
"next_page_uri": null,
5959
"num_pages": 1,
6060
"page": 0,
61-
"count": 1,
6261
"page_size": 50,
6362
"previous_page_uri": null,
6463
"start": 0,
@@ -85,7 +84,6 @@ def test_read_empty_response(self):
8584
"next_page_uri": null,
8685
"num_pages": 1,
8786
"page": 0,
88-
"count": 0,
8987
"page_size": 50,
9088
"previous_page_uri": null,
9189
"start": 0,

tests/integration/api/v2010/account/call/test_notification.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def test_read_full_response(self):
126126
],
127127
"num_pages": 1,
128128
"page": 0,
129-
"count": 1,
130129
"page_size": 50,
131130
"previous_page_uri": null,
132131
"start": 0,
@@ -154,7 +153,6 @@ def test_read_empty_response(self):
154153
"notifications": [],
155154
"num_pages": 1,
156155
"page": 0,
157-
"count": 0,
158156
"page_size": 50,
159157
"previous_page_uri": null,
160158
"start": 0,

0 commit comments

Comments
 (0)