Skip to content
Snippets Groups Projects
Commit a1b324e3 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

community/py3-pyzabbix: upgrade to 1.2.1

parent 0366449c
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!39029community/py3-pyzabbix: upgrade to 1.2.1
Pipeline #136516 passed
# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-pyzabbix
pkgver=1.2.0
pkgver=1.2.1
pkgrel=0
pkgdesc="Library to interact with the Zabbix API"
url="https://github.com/lukecyca/pyzabbix"
......@@ -9,7 +9,7 @@ arch="noarch"
license="LGPL-2.1-or-later"
depends="python3 py3-requests py3-semantic-version"
makedepends="python3-dev py3-setuptools"
checkdepends="py3-pytest py3-httpretty"
checkdepends="py3-pytest py3-httpretty py3-requests-mock"
source="$pkgname-$pkgver.tar.gz::https://github.com/lukecyca/pyzabbix/archive/$pkgver.tar.gz"
builddir="$srcdir/${pkgname#py3-}-$pkgver"
......@@ -18,7 +18,7 @@ build() {
}
check() {
python3 setup.py test
pytest -v tests
}
package() {
......@@ -26,5 +26,5 @@ package() {
}
sha512sums="
916ed6f3ca301cc00c79bfbc2177f61b3911c8aff7f33815c983baca098107120b372cb82f80d37dd4d4ffd647e8cace4436e70ee6e71585e4f055c222d3e5a9 py3-pyzabbix-1.2.0.tar.gz
40f250e397c9c686ffd56e3bef6e76cfc9a1b7a6f5a6e01261d86d28a64ade804649d4906f45d0739e4470e7fb4571cbeaa69247d69dcf01f53a6531e6b494f4 py3-pyzabbix-1.2.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment