Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading core to version to 0.21.0. #2733

Merged
merged 2 commits into from
Nov 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
]

setup(
name='google-cloud-bigquery',
version='0.20.0',
version='0.21.0',
description='Python Client for Google BigQuery',
long_description=README,
namespace_packages=[
Expand Down
5 changes: 2 additions & 3 deletions bigquery/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
pytest
{toxinidir}/../core
mock
pytest
covercmd =
py.test --quiet \
--cov=google.cloud.bigquery \
Expand All @@ -17,7 +18,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -26,7 +26,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
4 changes: 2 additions & 2 deletions bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
'grpcio >= 1.0.0, < 2.0dev',
]

setup(
name='google-cloud-bigtable',
version='0.20.0',
version='0.21.0',
description='Python Client for Google Cloud Bigtable',
long_description=README,
namespace_packages=[
Expand Down
3 changes: 1 addition & 2 deletions bigtable/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
{toxinidir}/../core
pytest
covercmd =
py.test --quiet \
Expand All @@ -16,7 +17,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -25,7 +25,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='google-cloud-core',
version='0.20.0',
version='0.21.0',
description='API Client library for Google Cloud: Core Helpers',
long_description=README,
namespace_packages=[
Expand Down
4 changes: 2 additions & 2 deletions datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
'grpcio >= 1.0.0, < 2.0dev',
]

setup(
name='google-cloud-datastore',
version='0.20.1',
version='0.21.0',
description='Python Client for Google Cloud Datastore',
long_description=README,
namespace_packages=[
Expand Down
5 changes: 2 additions & 3 deletions datastore/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
pytest
{toxinidir}/../core
mock
pytest
covercmd =
py.test --quiet \
--cov=google.cloud.datastore \
Expand All @@ -17,7 +18,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -26,7 +26,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
4 changes: 2 additions & 2 deletions dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
]

setup(
name='google-cloud-dns',
version='0.20.0',
version='0.21.0',
description='Python Client for Google Cloud DNS',
long_description=README,
namespace_packages=[
Expand Down
3 changes: 1 addition & 2 deletions dns/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
{toxinidir}/../core
pytest
covercmd =
py.test --quiet \
Expand All @@ -16,7 +17,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -25,7 +25,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
6 changes: 3 additions & 3 deletions error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-logging >= 0.20.0',
'google-cloud-core >= 0.21.0',
'google-cloud-logging >= 0.21.0',
]

setup(
name='google-cloud-error-reporting',
version='0.20.0',
version='0.21.0',
description='Python Client for Stackdriver Error Reporting',
long_description=README,
namespace_packages=[
Expand Down
4 changes: 2 additions & 2 deletions error_reporting/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ localdeps =
{toxinidir}/../core \
{toxinidir}/../logging
deps =
{toxinidir}/../core
{toxinidir}/../logging
pytest
covercmd =
py.test --quiet \
Expand All @@ -18,7 +20,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -27,7 +28,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
4 changes: 2 additions & 2 deletions language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
]

setup(
name='google-cloud-language',
version='0.20.0',
version='0.21.0',
description='Python Client for Google Cloud Natural Language',
long_description=README,
namespace_packages=[
Expand Down
3 changes: 1 addition & 2 deletions language/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
{toxinidir}/../core
pytest
covercmd =
py.test --quiet \
Expand All @@ -16,7 +17,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -25,7 +25,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
4 changes: 2 additions & 2 deletions logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-logging-v2 >= 0.10.1, < 0.11dev',
Expand All @@ -59,7 +59,7 @@

setup(
name='google-cloud-logging',
version='0.20.0',
version='0.21.0',
description='Python Client for Stackdriver Logging',
long_description=README,
namespace_packages=[
Expand Down
5 changes: 2 additions & 3 deletions logging/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
pytest
{toxinidir}/../core
mock
pytest
covercmd =
py.test --quiet \
--cov=google.cloud.logging \
Expand All @@ -17,7 +18,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -26,7 +26,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
4 changes: 2 additions & 2 deletions monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
]

setup(
name='google-cloud-monitoring',
version='0.20.0',
version='0.21.0',
description='Python Client for Stackdriver Monitoring',
long_description=README,
namespace_packages=[
Expand Down
3 changes: 1 addition & 2 deletions monitoring/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
{toxinidir}/../core
pytest
covercmd =
py.test --quiet \
Expand All @@ -16,7 +17,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -26,7 +26,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testing]deps}
Expand Down
4 changes: 2 additions & 2 deletions pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-pubsub-v1 >= 0.10.1, < 0.11dev',
Expand All @@ -59,7 +59,7 @@

setup(
name='google-cloud-pubsub',
version='0.20.0',
version='0.21.0',
description='Python Client for Google Cloud Pub/Sub',
long_description=README,
namespace_packages=[
Expand Down
5 changes: 2 additions & 3 deletions pubsub/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
pytest
{toxinidir}/../core
mock
pytest
covercmd =
py.test --quiet \
--cov=google.cloud.pubsub \
Expand All @@ -17,7 +18,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -26,7 +26,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down
4 changes: 2 additions & 2 deletions resource_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
]

setup(
name='google-cloud-resource-manager',
version='0.20.0',
version='0.21.0',
description='Python Client for Google Cloud Resource Manager',
long_description=README,
namespace_packages=[
Expand Down
Loading