python-google-cloud-monitoring: upgpkg: 2.28.0-1

Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
This commit is contained in:
Aseem Athale 2025-10-15 10:47:02 +05:30
parent 181a0cf10c
commit 84ec3b9dd4
No known key found for this signature in database
GPG key ID: 22BEFFCE9298C296
5 changed files with 40 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-google-cloud-monitoring
pkgdesc = Google Cloud Monitoring API client library
pkgver = 2.27.2
pkgver = 2.28.0
pkgrel = 1
url = https://github.com/googleapis/google-cloud-python
arch = any
@ -14,7 +14,7 @@ pkgbase = python-google-cloud-monitoring
depends = python-google-auth
depends = python-proto-plus
depends = python-protobuf
source = python-google-cloud-monitoring-2.27.2.tar.gz::https://files.pythonhosted.org/packages/source/g/google_cloud_monitoring/google_cloud_monitoring-2.27.2.tar.gz
b2sums = a362ce9bdec1e97c6d68541628b11e50115e160cc50dfe9eb4879882c4c9cb667968d72155ecec30f41ffce603b0d11b4bbbb19d9aa0e9f6e58db5f75573b7dc
source = python-google-cloud-monitoring-2.28.0.tar.gz::https://files.pythonhosted.org/packages/source/g/google_cloud_monitoring/google_cloud_monitoring-2.28.0.tar.gz
b2sums = 87c0b03f97a489d980124f7cb4561b9f3ee6262abbb6da60c179ff6e7a9b9a6b0739ee735e1deac328db5aab29809431766d451f788120948356100aec0b0ec6
pkgname = python-google-cloud-monitoring

12
LICENSE Normal file
View file

@ -0,0 +1,12 @@
Copyright Arch Linux Contributors
Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

1
LICENSES/0BSD.txt Symbolic link
View file

@ -0,0 +1 @@
../LICENSE

View file

@ -2,7 +2,7 @@
_pyname=google_cloud_monitoring
pkgname=python-google-cloud-monitoring
pkgver=2.27.2
pkgver=2.28.0
pkgrel=1
pkgdesc='Google Cloud Monitoring API client library'
url=https://github.com/googleapis/google-cloud-python
@ -23,7 +23,7 @@ makedepends=(
)
optdepends=()
source=(${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz)
b2sums=('a362ce9bdec1e97c6d68541628b11e50115e160cc50dfe9eb4879882c4c9cb667968d72155ecec30f41ffce603b0d11b4bbbb19d9aa0e9f6e58db5f75573b7dc')
b2sums=('87c0b03f97a489d980124f7cb4561b9f3ee6262abbb6da60c179ff6e7a9b9a6b0739ee735e1deac328db5aab29809431766d451f788120948356100aec0b0ec6')
build() {
cd ${_pyname}-${pkgver}

22
REUSE.toml Normal file
View file

@ -0,0 +1,22 @@
version = 1
[[annotations]]
path = [
"PKGBUILD",
"README.md",
"keys/**",
".SRCINFO",
".nvchecker.toml",
"*.install",
"*.sysusers",
"*.tmpfiles",
"*.logrotate",
"*.pam",
"*.service",
"*.socket",
"*.timer",
"*.desktop",
"*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"