Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-pysmi
Commits: 842661d1 by Carl Smedstad at 2025-04-27T12:56:26+02:00 upgpkg: 1.6.1-1: Upstream release https://github.com/lextudio/pysmi/releases/tag/v1.6.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,21 +1,21 @@ pkgbase = python-pysmi pkgdesc = SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 MIBs into various formats - pkgver = 1.5.11 - pkgrel = 2 + pkgver = 1.6.1 + pkgrel = 1 url = https://github.com/lextudio/pysmi arch = any license = BSD-2-Clause checkdepends = python-pysnmp checkdepends = python-pytest makedepends = python-build + makedepends = python-flit-core makedepends = python-installer - makedepends = python-poetry-core makedepends = python-wheel depends = python depends = python-jinja depends = python-ply depends = python-requests - source = https://github.com/lextudio/pysmi/archive/v1.5.11/python-pysmi-1.5.11.tar.gz - sha512sums = 2d455710a36e9d32091f8fb743e279de45c1b5502bd388f47622187383c357e1900bb332c44d0ca0c1fb1de13f37e3e246cfb805e12edc3047f2e3525265bfcf + source = https://github.com/lextudio/pysmi/archive/v1.6.1/python-pysmi-1.6.1.tar.gz + sha512sums = d3c8fc08e8221910375e6fd68700a96b8ce98d6818ae825a181d6b0c45df745ae268a9dcb3dca9c0c24b973a12c4db090b0aa38b1fd2f6723fb68cbe67ff89c7 pkgname = python-pysmi ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Muflone http://www.muflone.com/contacts/english/ pkgname=python-pysmi -pkgver=1.5.11 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 MIBs into various formats' arch=('any') url='https://github.com/lextudio/pysmi' @@ -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' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('2d455710a36e9d32091f8fb743e279de45c1b5502bd388f47622187383c357e1900bb332c44d0ca0c1fb1de13f37e3e246cfb805e12edc3047f2e3525265bfcf') +sha512sums=('d3c8fc08e8221910375e6fd68700a96b8ce98d6818ae825a181d6b0c45df745ae268a9dcb3dca9c0c24b973a12c4db090b0aa38b1fd2f6723fb68cbe67ff89c7') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pysmi/-/commit/842661d13acfd7330dcc56f8995577c376b259b5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pysmi/-/commit/842661d13acfd7330dcc56f8995577c376b259b5 You're receiving this email because of your account on gitlab.archlinux.org.
