* add mtls support * infer project from explicit service account creds * add support for Python 3.9, drop support for Python 3.5 * require six>=1.12.0 and google-api-core>=1.21. * avoid using 'pkg_resources' to determine version * handle query_params tuples in JSONConnection.build_api_url * add quota_project, credentials file, and scopes options * add support for Python 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=15
75 lines
2.7 KiB
Plaintext
75 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 6 07:45:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.6.0:
|
|
* add mtls support
|
|
* infer project from explicit service account creds
|
|
* add support for Python 3.9, drop support for Python 3.5
|
|
* require six>=1.12.0 and google-api-core>=1.21.
|
|
* avoid using 'pkg_resources' to determine version
|
|
* handle query_params tuples in JSONConnection.build_api_url
|
|
* add quota_project, credentials file, and scopes options
|
|
* add support for Python 3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 11:50:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix build without python2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 8 11:32:28 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 1.3.0
|
|
* Add timeout param to JSONConnection.api_request().
|
|
* Change default api_request() timeout to non-None
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 10:32:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.3:
|
|
* Make Client.build_api_url an instance method.
|
|
* Prevent requests from hanging on SSL handshake
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 16 18:06:22 UTC 2019 - kwu@suse.com
|
|
|
|
- Update to v1.0.0
|
|
* Remove classifier for Python 3.4 for end-of-life. (#7535)
|
|
* Refactor client_info support. (#7849)
|
|
* Update dep on api_core >= 1.11.0. (#7986)
|
|
* Updated client library documentation URLs. (#7307)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 18 03:39:34 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate tests
|
|
- Increased minimum google-api-core >= 1.0.0 per upstream
|
|
- Update to v0.29.1
|
|
* Document Python 2 deprecation
|
|
- from 0.29.0
|
|
* Breaking Changes
|
|
- Remove iam module from core. This module is now available as part of
|
|
google-api-core.
|
|
* Implementation Changes
|
|
- Fix _time_from_iso8601_time_naive for values with micros.
|
|
- Import stdlib ABCs from collections.abc rather than collections.
|
|
* Dependencies
|
|
- Bump minimum api_core version to 1.0.0.
|
|
* Internal / Testing Changes
|
|
- Blacken api_core and core.
|
|
- Add / fix badges for PyPI / versions.
|
|
- Use new Nox. (#6175)
|
|
- Use inplace installs for nox
|
|
- Fix bad trove classifier.
|
|
- Add Test runs for Python 3.7 and remove 3.4
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:48:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 29 15:27:19 UTC 2018 - tbechtold@suse.com
|
|
|
|
- Initial packaging (version 0.28.1)
|