Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-google-cloud-audit-log for openSUSE:Factory checked in at 2025-04-24 18:28:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-cloud-audit-log (Old) and /work/SRC/openSUSE:Factory/.python-google-cloud-audit-log.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-audit-log" Thu Apr 24 18:28:40 2025 rev:2 rq:1272426 version:0.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-cloud-audit-log/python-google-cloud-audit-log.changes 2023-12-21 23:39:07.211647524 +0100 +++ /work/SRC/openSUSE:Factory/.python-google-cloud-audit-log.new.30101/python-google-cloud-audit-log.changes 2025-04-24 18:28:41.176478338 +0200 @@ -1,0 +2,23 @@ +Thu Apr 24 12:38:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 0.3.2 + * Allow protobuf 6.x + * Remove setup.cfg configuration for creating universal wheels (#13659) + * Resolve issue where pre-release versions of dependencies are installed +- from version 0.3.1 + * Updates audit_log proto with PermissionType (#13616) +- from version 0.3.0 + * Add `google/cloud/audit/bigquery_audit_metadata_pb2.py` + * Add PolicyViolation. this will only be present when access is denied + due to Organization Policy + * Add support for Python 3.12 (#113) + * Add the principal field to the ServiceAccountDelegationInfo + * Introduce compatibility with native namespace packages (#117) + * Update AuditLog proto to include all new changes in Audit Logging + * **deps:** Require protobuf >= 3.20.2, protobuf >= 6 + * Regenerate pb2 files for compatibility with protobuf 5.x +- Adjust upstream source name in spec file +- Switch upstream tarball to PyPi as tests are now included there +- Update BuildRequires and Requires from setup.py + +------------------------------------------------------------------- Old: ---- google-cloud-audit-log-0.2.5-gh.tar.gz New: ---- google_cloud_audit_log-0.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-cloud-audit-log.spec ++++++ --- /var/tmp/diff_new_pack.S2E7pL/_old 2025-04-24 18:28:42.252523552 +0200 +++ /var/tmp/diff_new_pack.S2E7pL/_new 2025-04-24 18:28:42.252523552 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-google-cloud-audit-log # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,23 +18,23 @@ %{?sle15_python_module_pythons} Name: python-google-cloud-audit-log -Version: 0.2.5 +Version: 0.3.2 Release: 0 Summary: Google Cloud Audit Protos License: Apache-2.0 -URL: https://github.com/googleapis/python-audit-log -Source: https://github.com/googleapis/python-audit-log/archive/refs/tags/v%{version}.tar.gz#/google-cloud-audit-log-%{version}-gh.tar.gz +URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log +Source: https://files.pythonhosted.org/packages/source/g/google_cloud_audit_log/google_cloud_audit_log-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module googleapis-common-protos >= 1.56.2} -BuildRequires: %{python_module protobuf >= 3.19.5} +BuildRequires: %{python_module protobuf >= 3.20.2} # /SECTION BuildRequires: fdupes Requires: python-googleapis-common-protos >= 1.56.2 -Requires: python-protobuf >= 3.19.5 +Requires: python-protobuf >= 3.20.2 BuildArch: noarch %python_subpackages @@ -42,7 +42,7 @@ Google Cloud Audit Protos %prep -%autosetup -p1 -n python-audit-log-%{version} +%autosetup -p1 -n google_cloud_audit_log-%{version} %build %pyproject_wheel @@ -55,9 +55,9 @@ %pytest %files %{python_files} -%doc README.md +%doc README.rst %license LICENSE +%exclude %{python_sitelib}/docs %{python_sitelib}/google/cloud/audit -%{python_sitelib}/google_cloud_audit_log-%{version}-*.pth %{python_sitelib}/google_cloud_audit_log-%{version}.dist-info