diff --git a/.SRCINFO b/.SRCINFO index 96dd2245701a..f49da2096345 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000000..b87c5e4be442 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt new file mode 120000 index 000000000000..ea5b60640b01 --- /dev/null +++ b/LICENSES/0BSD.txt @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/PKGBUILD b/PKGBUILD index 44afa30f5b14..5a9e9a278335 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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} diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000000..85017554fad0 --- /dev/null +++ b/REUSE.toml @@ -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"