Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-kms for
openSUSE:Factory checked in at 2022-06-09 14:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-kms (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-kms.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-kms"
Thu Jun 9 14:09:50 2022 rev:6 rq:981440 version:2.11.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-kms/python-google-cloud-kms.changes
2020-04-21 13:10:46.576825328 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-kms.new.1548/python-google-cloud-kms.changes
2022-06-09 14:10:08.200394821 +0200
@@ -1,0 +2,13 @@
+Thu Jun 9 05:22:57 UTC 2022 - [email protected]
+
+- run just unit tests
+
+-------------------------------------------------------------------
+Wed Jun 8 12:43:21 UTC 2022 - [email protected]
+
+- version update to 2.11.2
+ * lot of changes, see
+ https://github.com/googleapis/python-kms/blob/main/CHANGELOG.md
+- python-mock is not required for build
+
+-------------------------------------------------------------------
Old:
----
google-cloud-kms-1.3.0.tar.gz
New:
----
google-cloud-kms-2.11.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-kms.spec ++++++
--- /var/tmp/diff_new_pack.kThqZ8/_old 2022-06-09 14:10:08.604395363 +0200
+++ /var/tmp/diff_new_pack.kThqZ8/_new 2022-06-09 14:10:08.608395368 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-kms
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-google-cloud-kms
-Version: 1.3.0
+Version: 2.11.2
Release: 0
Summary: Cloud Key Management Service (KMS) API API client library
License: Apache-2.0
@@ -28,13 +28,17 @@
Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-kms/google-cloud-kms-%{version}.tar.gz
BuildRequires: %{python_module google-api-core >= 1.14.0}
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3}
-BuildRequires: %{python_module mock}
+BuildRequires: %{python_module proto-plus}
+BuildRequires: %{python_module protobuf >= 3.19}
+BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.14.0
Requires: python-grpc-google-iam-v1 >= 0.12.3
+Requires(post): update-alternatives
+Requires(preun):update-alternatives
BuildArch: noarch
%if %{with python2}
BuildRequires: python-enum34
@@ -56,13 +60,21 @@
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/fixup_kms_v1_keywords.py
+
+%post
+%python_install_alternative fixup_kms_v1_keywords.py
+
+%postun
+%python_uninstall_alternative fixup_kms_v1_keywords.py
%check
-%pytest
+%pytest tests/unit
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
+%python_alternative %{_bindir}/fixup_kms_v1_keywords.py
%changelog
++++++ google-cloud-kms-1.3.0.tar.gz -> google-cloud-kms-2.11.2.tar.gz ++++++
++++ 45535 lines of diff (skipped)