17
0

Compare commits

6 Commits

Author SHA256 Message Date
469813b418 Accepting request 1327614 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-artifact-registry?expand=0&rev=8
2026-01-17 13:54:38 +00:00
b75e1d4eb9 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-artifact-registry?expand=0&rev=15
2026-01-16 09:33:43 +00:00
5ae538867f Accepting request 1312372 from devel:languages:python:google
- Update to 1.17.0
  * Add support for Python 3.14
  * Deprecate credentials_file argument
- Update BuildRequires and Requires from setup.py (forwarded request 1312328 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-artifact-registry?expand=0&rev=7
2025-10-21 09:15:52 +00:00
1df5a85aa4 - Update to 1.17.0
* Add support for Python 3.14
  * Deprecate credentials_file argument
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-artifact-registry?expand=0&rev=13
2025-10-20 11:02:18 +00:00
1fcc672fea Accepting request 1301151 from devel:languages:python:google
- Add missing BuildRequires on pytest-asyncio.

OBS-URL: https://build.opensuse.org/request/show/1301151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-artifact-registry?expand=0&rev=6
2025-08-25 18:38:31 +00:00
8ad3408964 - Add missing BuildRequires on pytest-asyncio.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-artifact-registry?expand=0&rev=11
2025-08-25 02:36:13 +00:00
4 changed files with 43 additions and 5 deletions

View File

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

View File

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

View File

@@ -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>

View File

@@ -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