Compare commits
4 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| eed3f4597c | |||
| fe933571e8 | |||
| d95a5cb583 | |||
| e52b298b85 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ad2e33fa7da0ba8fb7ccc324f91d3f57866b770e24840bd62f6a272f747c5f9
|
|
||||||
size 511708
|
|
||||||
3
google_cloud_firestore-2.23.0.tar.gz
Normal file
3
google_cloud_firestore-2.23.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9cffba7cdc6101111d6d54cde22d521c98f9e7d415e67486b137fa16f06aa03
|
||||||
|
size 615238
|
||||||
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 15 12:50:18 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.23.0
|
||||||
|
* pipelines preview (#1156)
|
||||||
|
* stream generator type (#1148)
|
||||||
|
- from version 2.22.0
|
||||||
|
* support mTLS certificates when available (#1140)
|
||||||
|
* Add support for Python 3.14 (#1110)
|
||||||
|
* Expose tags field in Database and RestoreDatabaseRequest public protos (#1074)
|
||||||
|
* Added read_time as a parameter to various calls (synchronous/base classes) (#1050)
|
||||||
|
* improve typing (#1136)
|
||||||
|
* update the async transactional types (#1066)
|
||||||
|
- Stop installing fixup scripts which have been removed upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 17 11:51:12 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.21.0
|
||||||
|
* Support Sequence[float] as query_vector in FindNearest (#908)
|
||||||
|
* Add missing DocumentReference return value to .document (#1053)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 24 23:43:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Apr 24 23:43:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-firestore
|
# spec file for package python-google-cloud-firestore
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-cloud-firestore
|
Name: python-google-cloud-firestore
|
||||||
Version: 2.20.2
|
Version: 2.23.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Cloud Firestore API client library
|
Summary: Google Cloud Firestore API client library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -54,21 +54,11 @@ Google Cloud Firestore API client library
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/fixup_firestore_admin_v1_keywords.py
|
|
||||||
%python_clone -a %{buildroot}%{_bindir}/fixup_firestore_v1_keywords.py
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%post
|
|
||||||
%python_install_alternative fixup_firestore_admin_v1_keywords.py fixup_firestore_v1_keywords.py
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%python_uninstall_alternative fixup_firestore_admin_v1_keywords.py
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/fixup_firestore_admin_v1_keywords.py
|
|
||||||
%python_alternative %{_bindir}/fixup_firestore_v1_keywords.py
|
|
||||||
%{python_sitelib}/google/cloud/firestore*
|
%{python_sitelib}/google/cloud/firestore*
|
||||||
%{python_sitelib}/google_cloud_firestore-%{version}.dist-info
|
%{python_sitelib}/google_cloud_firestore-%{version}.dist-info
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user