Changelog for
python311-google-cloud-core-2.4.1-3.2.noarch.rpm :
* Tue Mar 05 2024 Robert Schweikert
- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later
* Mon Feb 26 2024 Robert Schweikert - Version update in SLE 15 SP4 and later (jsc#PED-6697)
* Sat Dec 16 2023 Dirk Müller - 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)- switch to new python stack for SLE15
* Tue Jul 18 2023 John Paul Adrian Glaubitz - Update to 2.3.3:
* Update docs structure for c.g.c usage (#226)
* Thu Sep 08 2022 John Paul Adrian Glaubitz - Update to 2.3.2:
* require python 3.7+ (#201)- from version 2.3.1:
* fix changelog header to consistent size (#194)- Update BuildRequires and Requires from setup.py
* Sat Apr 16 2022 Matej Cepl - Update to 2.3.0: - allow extra_api_info to be passed to api request - deps: require google-api-core>=1.31.5, >=2.3.2 - deps: require google-auth 1.25.0 - correct param type of _ClientFactoryMixin.from_service_account_info method - correct Client and Connection type annotations - add mypy checking + \'py.typed\' files - add support for Python 3.10 - drop python 2.7 support- We really don\'t need mock BR at all.
* Thu Sep 30 2021 Matej Cepl - Add --import-mode=importlib to make test suite work.
* Tue Aug 03 2021 Steve Kowalik - 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)- Actually use %pytest macro for testing
* Tue Apr 06 2021 Dirk Müller - 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 2020 Tomáš Chvátal - Fix build without python2