git: a85ce420ad13 - main - www/py-google-cloud-audit-log: Update to 0.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Sep 2026 14:56:22 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a85ce420ad13f127a237b04996fa78690fb1c73a
commit a85ce420ad13f127a237b04996fa78690fb1c73a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-09 14:40:59 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-09 14:48:51 +0000
www/py-google-cloud-audit-log: Update to 0.6.2
Changes: https://github.com/googleapis/google-cloud-python/releases
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-audit-log/CHANGELOG.md
---
www/py-google-cloud-audit-log/Makefile | 2 +-
www/py-google-cloud-audit-log/distinfo | 6 +++---
www/py-google-cloud-audit-log/files/patch-setup.py | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/www/py-google-cloud-audit-log/Makefile b/www/py-google-cloud-audit-log/Makefile
index 25b725b34450..2b0a1ab661e8 100644
--- a/www/py-google-cloud-audit-log/Makefile
+++ b/www/py-google-cloud-audit-log/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-cloud-audit-log
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-google-cloud-audit-log/distinfo b/www/py-google-cloud-audit-log/distinfo
index 60286fe8426e..f4dd8b95e163 100644
--- a/www/py-google-cloud-audit-log/distinfo
+++ b/www/py-google-cloud-audit-log/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1787588060
-SHA256 (google_cloud_audit_log-0.6.1.tar.gz) = 4aba72b45dc15344da1b2d8981320050fe39cfe80432f38e7318aa2e477c5bf2
-SIZE (google_cloud_audit_log-0.6.1.tar.gz) = 44688
+TIMESTAMP = 1788500342
+SHA256 (google_cloud_audit_log-0.6.2.tar.gz) = ea5dc892b1858d345aef0c5563a728534fa875bd0388765391574d3c57fd8f0e
+SIZE (google_cloud_audit_log-0.6.2.tar.gz) = 41010
diff --git a/www/py-google-cloud-audit-log/files/patch-setup.py b/www/py-google-cloud-audit-log/files/patch-setup.py
deleted file mode 100644
index b2802c398c44..000000000000
--- a/www/py-google-cloud-audit-log/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2026-08-06 05:54:32 UTC
-+++ setup.py
-@@ -57,7 +57,7 @@ setuptools.setup(
- long_description_content_type="text/markdown",
- install_requires=dependencies,
- license="Apache-2.0",
-- packages=find_namespace_packages(exclude=("tests*", "testing*")),
-+ packages=find_namespace_packages(exclude=("docs", "docs.*", "tests*", "testing*")),
- python_requires=">=3.10",
- url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log",
- include_package_data=True,