17
0

- update to 2.4.1:

* Fix regression with `google.cloud._helpers._NOW` (#266)
  * Add support for Python 3.12 (#256)
  * Introduce compatibility with native namespace packages (#260)
  * add 'Client.from_service_account_info' factory (#54) (7e59360)
  * add support for Python 3.8
  * Updated client library documentation URLs. (#7307)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=26
This commit is contained in:
2023-12-16 19:48:10 +00:00
committed by Git OBS Bridge
parent 8499754cbf
commit 9667dcbfc1
4 changed files with 23 additions and 20 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 16 19:44:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.4.1:
* Fix regression with `google.cloud._helpers._NOW` (#266)
* Add support for Python 3.12 (#256)
* Introduce compatibility with native namespace packages (#260)
-------------------------------------------------------------------
Tue Jul 18 10:00:41 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
@@ -39,7 +47,7 @@ Tue Aug 3 00:43:52 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.7.2:
* pass kwargs through in 'from_service_account_json' (#109) (efc4bbf)
* add 'Client.close' (#100) (7387fc8)
* add 'Client.from_service_account_info' factory (#54) (7e59360)
* add 'Client.from_service_account_info' factory (#54) (7e59360)
- Actually use %pytest macro for testing
-------------------------------------------------------------------
@@ -53,7 +61,7 @@ Tue Apr 6 07:45:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
* 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
* add support for Python 3.8
-------------------------------------------------------------------
Mon Apr 20 11:50:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
@@ -81,7 +89,7 @@ Thu May 16 18:06:22 UTC 2019 - kwu@suse.com
* 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)
* Updated client library documentation URLs. (#7307)
-------------------------------------------------------------------
Mon Feb 18 03:39:34 UTC 2019 - John Vandenberg <jayvdb@gmail.com>