Compare commits
6 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 469813b418 | |||
| b75e1d4eb9 | |||
| 5ae538867f | |||
| 1df5a85aa4 | |||
| 1fcc672fea | |||
| 8ad3408964 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c38a42ff102b087509fb817a05d38495c69a7b699f5a9654c92fea6777de3b1
|
||||
size 303384
|
||||
3
google_cloud_artifact_registry-1.19.0.tar.gz
Normal file
3
google_cloud_artifact_registry-1.19.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:415032dbd0733ddf443b84432a8de4899aa4b6ea641960c98ddf2feb1d749a91
|
||||
size 313457
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:51:53 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.19.0
|
||||
* update the description of ExportArtifact
|
||||
* add Fingerprint to Artifact Registry Version resource
|
||||
* auto-enable mTLS when supported certificates are detected
|
||||
* check Python and dependency versions in generated GAPICs
|
||||
- from version 1.18.0
|
||||
* A comment for enum value `ENABLEMENT_CONFIG_UNSPECIFIED` in enum `EnablementConfig` is changed
|
||||
* A comment for field `name` in message `.google.devtools.artifactregistry.v1.DockerImage` is changed
|
||||
* A comment for field `satisfies_pzs` in message `.google.devtools.artifactregistry.v1.Repository` is changed
|
||||
* A comment for field `satisfies_pzi` in message `.google.devtools.artifactregistry.v1.Repository` is changed
|
||||
* add ExportArtifact API
|
||||
* add artifact_type field in DockerImage
|
||||
* add image_manifest field in DockerImage
|
||||
* add Ruby format in VulnerabilityScanningConfig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 08:36:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.17.0
|
||||
* Add support for Python 3.14
|
||||
* Deprecate credentials_file argument
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 02:35:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add missing BuildRequires on pytest-asyncio.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 10:31:00 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-artifact-registry
|
||||
#
|
||||
# Copyright (c) 2025 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,12 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-artifact-registry
|
||||
Version: 1.16.0
|
||||
Version: 1.19.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Artifact Registry API client library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-artifact-registry
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_artifact_registry/google_cloud_artifact_registry-%{version}.tar.gz
|
||||
BuildRequires: %{python_module grpcio}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -33,9 +34,15 @@ BuildRequires: %{python_module google-api-core >= 1.34.1}
|
||||
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.14.0}
|
||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
%if %python_version_nodots < 314
|
||||
Requires: python-grpcio >= 1.33.2
|
||||
%else
|
||||
Requires: python-grpcio >= 1.75.1
|
||||
%endif
|
||||
Requires: python-google-api-core >= 1.34.1
|
||||
Requires: python-google-auth >= 2.14.1
|
||||
Requires: python-grpc-google-iam-v1 >= 0.14.0
|
||||
|
||||
Reference in New Issue
Block a user