1
0

5 Commits

Author SHA256 Message Date
eed3f4597c Accepting request 1327388 from devel:languages:python:google
- 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 (forwarded request 1327380 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1327388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-firestore?expand=0&rev=4
2026-01-15 16:02:17 +00:00
fe933571e8 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-firestore?expand=0&rev=9
2026-01-15 13:01:47 +00:00
d95a5cb583 Accepting request 1312041 from devel:languages:python:google
- Update to 2.21.0
  * Support Sequence[float] as query_vector in FindNearest (#908)
  * Add missing DocumentReference return value to .document (#1053) (forwarded request 1312009 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-firestore?expand=0&rev=3
2025-10-17 18:14:31 +00:00
e52b298b85 - Update to 2.21.0
* Support Sequence[float] as query_vector in FindNearest (#908)
  * Add missing DocumentReference return value to .document (#1053)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-firestore?expand=0&rev=7
2025-10-17 13:28:13 +00:00
6d9c12dadc Accepting request 1272654 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1272654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-firestore?expand=0&rev=2
2025-04-25 20:19:50 +00:00
4 changed files with 128 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd14d2eb9ae358d21058ce091c13dea11917e26f1c43738a51e9cea8b49b4f38
size 410610

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9cffba7cdc6101111d6d54cde22d521c98f9e7d415e67486b137fa16f06aa03
size 615238

View File

@@ -1,3 +1,121 @@
-------------------------------------------------------------------
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>
- Update to 2.20.2
* Allow Protobuf 6.x (#1028)
* Remove setup.cfg configuration for creating universal wheels (#1030)
- from version 2.20.1
* Bump default deadline on CreateDatabase and RestoreDatabase to 2 minutes (#975)
* Client-side path validation for batch.update (#1021)
* Watch thread deadlock on exit (#1014)
- from version 2.20.0
* Support not_equal queries for none and nan (#988)
* Clean up resources on Watch close (#1004)
* Populate transaction attributes after commit (#977)
- from version 2.19.0
* Add Database.SourceInfo and Database.source_info (information about
database provenance, specifically for restored databases) (#963)
* Query profiling part 1: synchronous (#938)
* Query profiling part 2: asynchronous (#961)
- from version 2.18.0
* Support returning computed distance and set distance thresholds
on VectorQueries (#960)
* Remove custom retry loop (#948)
- from version 2.17.2
* Allow protobuf 5.x; require protobuf >= 3.20.2 (#950)
* Support async vector search from a collection (#949)
- from version 2.17.1
* Allow protobuf 5.x (#919)
- from version 2.17.0
* Support async Vector Search (#901)
* Use generator for stream results (#926)
- from version 2.16.1
* __repr__ method in vector.py (#903)
* Allow 14 week backup retention for Firestore daily backups (#899)
- from version 2.16.0
* A new message `Backup` is added
* A new message `BackupSchedule` is added
* A new message `CreateBackupScheduleRequest` is added
* A new message `DailyRecurrence` is added
* A new message `DeleteBackupRequest` is added
* A new message `DeleteBackupScheduleRequest` is added
* A new message `GetBackupRequest` is added
* A new message `GetBackupScheduleRequest` is added
* A new message `ListBackupSchedulesRequest` is added
* A new message `ListBackupSchedulesResponse` is added
* A new message `ListBackupsRequest` is added
* A new message `ListBackupsResponse` is added
* A new message `RestoreDatabaseMetadata` is added
* A new message `RestoreDatabaseRequest` is added
* A new message `UpdateBackupScheduleRequest` is added
* A new message `WeeklyRecurrence` is added
* A new method `CreateBackupSchedule` is added to service `FirestoreAdmin`
* A new method `DeleteBackup` is added to service `FirestoreAdmin`
* A new method `DeleteBackupSchedule` is added to service `FirestoreAdmin`
* A new method `GetBackup` is added to service `FirestoreAdmin`
* A new method `GetBackupSchedule` is added to service `FirestoreAdmin`
* A new method `ListBackups` is added to service `FirestoreAdmin`
* A new method `ListBackupSchedules` is added to service `FirestoreAdmin`
* A new method `RestoreDatabase` is added to service `FirestoreAdmin`
* A new method `UpdateBackupSchedule` is added to service `FirestoreAdmin`
* A new resource_definition `firestore.googleapis.com/Backup` is added
* A new resource_definition `firestore.googleapis.com/BackupSchedule` is added
* Add ExplainMetrics field to RunAggregationQueryResponse
* Add ExplainMetrics field to RunQueryResponse
* Add ExplainOptions field to RunAggregationQueryRequest
* Add ExplainOptions field to RunQueryRequest
* Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats
* Add Vector Index API (#894)
* Add VectorSearch API
* Support Vector Search (#896)
* Add google-auth as a direct dependency (#875)
* Correct BackupSchedule recurrence docs that mentioned
specific time of day (#898)
* Fix docs structure for Firestore (#868)
- from version 2.15.0
* Add DeleteDatabase API and delete protection
* Find emulator project id from environment variable
* Fix formatting due to unclosed backtick
* Improve the documentation on Document.fields (#831)
* Update Database API description
- from version 2.14.0
* Add support for Python 3.12 (#795)
* Expose Firestore namespace ID fields in import/export APIs to stable
* Expose Firestore PITR fields in Database to stable
* Expose Firestore snapshot_time field in export API to stable
* Introduce compatibility with native namespace packages (#792)
* SERVER_TIMESTAMP should survive deep copies (#820)
* Remove used of deprecated `datetime.datetime.utcnow()`
and `datetime.utcfromtimestamp()`
* Use `retry_async` instead of `retry` in async client
* Assorted typo fixes and whitespace updates
* Deprecate google.cloud.firestore_v1.rate_limiter.utcnow
- Adjust upstream source name in spec file
- Drop google_cloud_firestore-%{version}-*.pth from %files section
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Wed Dec 13 12:37:56 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-firestore
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,27 +18,27 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-firestore
Version: 2.13.1
Version: 2.23.0
Release: 0
Summary: Google Cloud Firestore API client library
License: Apache-2.0
URL: https://github.com/googleapis/python-firestore
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-firestore/google-cloud-firestore-%{version}.tar.gz
BuildRequires: python-rpm-macros
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_firestore/google_cloud_firestore-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module google-api-core >= 1.34.0}
BuildRequires: %{python_module google-cloud-core >= 1.4.1}
BuildRequires: %{python_module proto-plus >= 1.22.0}
BuildRequires: %{python_module protobuf >= 3.19.5}
BuildRequires: %{python_module protobuf >= 3.20.2}
# /SECTION
BuildRequires: fdupes
Requires: python-google-api-core >= 1.34.0
Requires: python-google-cloud-core >= 1.4.1
Requires: python-proto-plus >= 1.22.0
Requires: python-protobuf >= 3.19.5
Requires: python-protobuf >= 3.20.2
Suggests: python-proto-plus >= 1.22.2
BuildArch: noarch
%python_subpackages
@@ -47,30 +47,19 @@ BuildArch: noarch
Google Cloud Firestore API client library
%prep
%autosetup -p1 -n google-cloud-firestore-%{version}
%autosetup -p1 -n google_cloud_firestore-%{version}
%build
%pyproject_wheel
%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}
%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}
%doc README.rst
%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-%{version}-*.pth
%{python_sitelib}/google_cloud_firestore-%{version}.dist-info
%changelog