8000 Merge pull request #811 from dhermes/remove-gcloud-vendor · googleapis/google-cloud-python@f08e71b · GitHub
[go: up one dir, main page]

Skip to content

Commit f08e71b

Browse files
committed
Merge pull request #811 from dhermes/remove-gcloud-vendor
Remove gcloud vendor and just use `apitools` code
2 parents 3f6ee7b + 79332e1 commit f08e71b

File tree

14 files changed

+21
-1223
lines changed

14 files changed

+21
-1223
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -283,32 +283,6 @@ should either be:
283283
``EXTRA_TOX_ENVS``. This value is unencrypted in ``gcloud-python-wheels``
284284
to make ongoing maintenance easier.
285285

286-
Shared Code with External Projects
287-
----------------------------------
288-
289-
In order to enable high-quality HTTP transfer of large data (for Cloud
290-
Storage), we have temporarily included some code from the
291-
`apitools <https://github.com/craigcitro/apitools>`__ library.
292-
293-
We have chosen to partially include it, rather than include it as
294-
a dependency because
295-
296-
- The library is not yet included on PyPI.
297-
- The library's ``protorpc`` dependency is not Python 3 friendly, so
298-
would block us from Python 3 support if fully included.
299-
300-
The included code in lives in the
301-
`_gcloud_vendor <https://github.com/GoogleCloudPlatform/gcloud-python/tree/master/_gcloud_vendor>`__
302-
directory. It is a snapshot of the ``e5a5c36e24926310712d20b93b4cdd02424a81f5``
303-
commit from the main project imported in
304-
``4c27079cf6d7f9814b36cfd16f3402455f768094``. In addition to the raw import,
305-
we have customized (e.g. rewriting imports) for our library:
306-
307-
- ``334961054d875641d150eec4d6938f6f824ea655``
308-
- ``565750ee7d19742b520dd62e2a4ff38325987284``
309-
- ``67b06019549a4db8168ff4c5171c9d701ac94a15``
310-
- ``f4a53ee64fad5f3d7f29a0341e6a72a060edfcc2``
311-
312286
Supported Python Versions
313287
-------------------------
314288

_gcloud_vendor/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

_gcloud_vendor/apitools/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

_gcloud_vendor/apitools/base/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

_gcloud_vendor/apitools/base/py/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

_gcloud_vendor/apitools/base/py/exceptions.py

Lines changed: 0 additions & 100 deletions
This file was deleted.

_gcloud_vendor/apitools/base/py/http_wrapper.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0