Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pysnmp
Commits: 74215997 by Carl Smedstad at 2025-04-27T13:04:50+02:00 upgpkg: 7.1.18-1: Upstream release https://github.com/lextudio/pysnmp/releases/tag/v7.1.18 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pysnmp pkgdesc = Open source and free implementation of v1/v2c/v3 SNMP engine - pkgver = 7.1.17 + pkgver = 7.1.18 pkgrel = 1 url = https://www.pysnmp.com/ arch = any @@ -8,14 +8,14 @@ pkgbase = python-pysnmp checkdepends = python-pytest checkdepends = python-pytest-asyncio makedepends = python-build + makedepends = python-flit-core makedepends = python-installer - makedepends = python-poetry-core makedepends = python-wheel depends = python depends = python-cryptography depends = python-pyasn1 depends = python-pysmi - source = https://github.com/lextudio/pysnmp/archive/v7.1.17/pysnmp-v7.1.17.tar.gz - sha512sums = 83e1fcbd48d0a3d16ab203a4739c8356e5ff9c33b4bc7129a4e805af79f527a06e35e4b9978317c5f43195b35750e4c9bd1814b5061cca487166e4ed5bc433b0 + source = https://github.com/lextudio/pysnmp/archive/v7.1.18/pysnmp-v7.1.18.tar.gz + sha512sums = 4898c33b44967daf5aeca8064020b830eaac8a6e9a77039bec1daf48e43954080ed84b057374be605b246cca69e6ec47faa34af949b7fe7d67f01bdb0ad0c5a0 pkgname = python-pysnmp ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Karol Babioch <[email protected]> pkgname=python-pysnmp -pkgver=7.1.17 +pkgver=7.1.18 pkgrel=1 pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine' arch=('any') @@ -17,8 +17,8 @@ depends=( ) makedepends=( 'python-build' + 'python-flit-core' 'python-installer' - 'python-poetry-core' 'python-wheel' ) checkdepends=( @@ -26,7 +26,7 @@ checkdepends=( 'python-pytest-asyncio' ) source=("https://github.com/lextudio/pysnmp/archive/v$pkgver/${pkgname#python-}-v$pkgver.tar.gz") -sha512sums=('83e1fcbd48d0a3d16ab203a4739c8356e5ff9c33b4bc7129a4e805af79f527a06e35e4b9978317c5f43195b35750e4c9bd1814b5061cca487166e4ed5bc433b0') +sha512sums=('4898c33b44967daf5aeca8064020b830eaac8a6e9a77039bec1daf48e43954080ed84b057374be605b246cca69e6ec47faa34af949b7fe7d67f01bdb0ad0c5a0') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pysnmp/-/commit/74215997dae78cf2ebb7488dff7c9ca36492f369 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pysnmp/-/commit/74215997dae78cf2ebb7488dff7c9ca36492f369 You're receiving this email because of your account on gitlab.archlinux.org.
