forked from pool/python-google-cloud-firestore
Compare commits
1 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d9c12dadc |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd14d2eb9ae358d21058ce091c13dea11917e26f1c43738a51e9cea8b49b4f38
|
|
||||||
size 410610
|
|
||||||
3
google_cloud_firestore-2.20.2.tar.gz
Normal file
3
google_cloud_firestore-2.20.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ad2e33fa7da0ba8fb7ccc324f91d3f57866b770e24840bd62f6a272f747c5f9
|
||||||
|
size 511708
|
||||||
@@ -1,3 +1,99 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Dec 13 12:37:56 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-firestore
|
# spec file for package python-google-cloud-firestore
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,27 +18,27 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-cloud-firestore
|
Name: python-google-cloud-firestore
|
||||||
Version: 2.13.1
|
Version: 2.20.2
|
||||||
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
|
||||||
URL: https://github.com/googleapis/python-firestore
|
URL: https://github.com/googleapis/python-firestore
|
||||||
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-firestore/google-cloud-firestore-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_firestore/google_cloud_firestore-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module google-api-core >= 1.34.0}
|
BuildRequires: %{python_module google-api-core >= 1.34.0}
|
||||||
BuildRequires: %{python_module google-cloud-core >= 1.4.1}
|
BuildRequires: %{python_module google-cloud-core >= 1.4.1}
|
||||||
BuildRequires: %{python_module proto-plus >= 1.22.0}
|
BuildRequires: %{python_module proto-plus >= 1.22.0}
|
||||||
BuildRequires: %{python_module protobuf >= 3.19.5}
|
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-google-api-core >= 1.34.0
|
Requires: python-google-api-core >= 1.34.0
|
||||||
Requires: python-google-cloud-core >= 1.4.1
|
Requires: python-google-cloud-core >= 1.4.1
|
||||||
Requires: python-proto-plus >= 1.22.0
|
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
|
Suggests: python-proto-plus >= 1.22.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -47,7 +47,7 @@ BuildArch: noarch
|
|||||||
Google Cloud Firestore API client library
|
Google Cloud Firestore API client library
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n google-cloud-firestore-%{version}
|
%autosetup -p1 -n google_cloud_firestore-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -70,7 +70,6 @@ Google Cloud Firestore API client library
|
|||||||
%python_alternative %{_bindir}/fixup_firestore_admin_v1_keywords.py
|
%python_alternative %{_bindir}/fixup_firestore_admin_v1_keywords.py
|
||||||
%python_alternative %{_bindir}/fixup_firestore_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}-*.pth
|
|
||||||
%{python_sitelib}/google_cloud_firestore-%{version}.dist-info
|
%{python_sitelib}/google_cloud_firestore-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user