diff --git a/google-cloud-artifact-registry-1.11.0.tar.gz b/google-cloud-artifact-registry-1.11.0.tar.gz deleted file mode 100644 index 360342a..0000000 --- a/google-cloud-artifact-registry-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d1f34deb84859642ade7ea6faf918d5872d3dca59a1bccb2e7d366add8ad45b -size 221750 diff --git a/google-cloud-artifact-registry-1.11.3.tar.gz b/google-cloud-artifact-registry-1.11.3.tar.gz new file mode 100644 index 0000000..8bb61c9 --- /dev/null +++ b/google-cloud-artifact-registry-1.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c49e15bb591d65dea22c82da55148c5134f71919baef8eb4d35be1d1cb20cd +size 221604 diff --git a/python-google-cloud-artifact-registry.changes b/python-google-cloud-artifact-registry.changes index 95f5e3a..c76e65e 100644 --- a/python-google-cloud-artifact-registry.changes +++ b/python-google-cloud-artifact-registry.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 20 20:43:39 UTC 2024 - Dirk Müller + +- update to 1.11.3: + * Add google-auth as a direct dependency (780c5f1) + * Add staticmethod decorator to _get_client_cert_source and + _get_api_endpoint + * Resolve AttributeError 'Credentials' object has no attribute + 'universe_domain' + * Require google-api-core>=1.34.1 + * fix ValueError in test__validate_universe_domain + ------------------------------------------------------------------- Sun Feb 4 10:06:27 UTC 2024 - Dirk Müller diff --git a/python-google-cloud-artifact-registry.spec b/python-google-cloud-artifact-registry.spec index 456aec3..c29e7dc 100644 --- a/python-google-cloud-artifact-registry.spec +++ b/python-google-cloud-artifact-registry.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-google-cloud-artifact-registry -Version: 1.11.0 +Version: 1.11.3 Release: 0 Summary: Google Cloud Artifact Registry API client library License: Apache-2.0 @@ -29,14 +29,15 @@ 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-api-core >= 1.34.1} BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4} BuildRequires: %{python_module proto-plus >= 1.22.3} BuildRequires: %{python_module protobuf >= 3.19.5} BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes -Requires: python-google-api-core >= 1.34.0 +Requires: python-google-api-core >= 1.34.1 +Requires: python-google-auth Requires: python-grpc-google-iam-v1 >= 0.12.4 Requires: python-proto-plus >= 1.22.3 Requires: python-protobuf >= 3.19.5