Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / impacket
Commits: 4c6bf2fc by Jelle van der Waa at 2023-12-27T09:09:56+01:00 Drop pytest-runner form checkdepends pytest-runner has been deprecated for a while and is no longer required by this package. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = impacket + pkgdesc = Collection of classes for working with network protocols + pkgver = 0.9.24 + pkgrel = 4 + url = https://github.com/CoreSecurity/impacket + arch = any + license = Apache + checkdepends = python-pytest + checkdepends = python-cryptography + depends = python + depends = python-pycryptodome + depends = python-pycryptodomex + depends = python-pyasn1 + depends = python-pcapy + depends = python-pyopenssl + depends = python-six + depends = python-ldap3 + depends = python-flask + depends = python-setuptools + source = https://github.com/CoreSecurity/impacket/archive/impacket_0_9_24.tar.gz + sha256sums = da3a6ff23122576d805d6841561f7de8a3edbd9e706a5acdb156d12982cae099 + sha512sums = 4e5ca6554353c0e6d73ba9feaf93338961862cc17d176fdf7cf734306a385ecadf1febbd06cf1ddbd179de8941b52768678dbf3f86c106a27f0992aa002305c0 + +pkgname = impacket ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=impacket pkgver=0.9.24 -pkgrel=3 +pkgrel=4 pkgdesc='Collection of classes for working with network protocols' url='https://github.com/CoreSecurity/impacket' arch=('any') @@ -12,7 +12,7 @@ license=('Apache') depends=('python' 'python-pycryptodome' 'python-pycryptodomex' 'python-pyasn1' 'python-pcapy' 'python-pyopenssl' 'python-six' 'python-ldap3' 'python-flask' 'python-setuptools') # https://github.com/fortra/impacket/issues/885#issuecomment-1197218746 -checkdepends=('python-pytest' 'python-pytest-runner' 'python-cryptography') +checkdepends=('python-pytest' 'python-cryptography') source=(https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz) sha256sums=('da3a6ff23122576d805d6841561f7de8a3edbd9e706a5acdb156d12982cae099') sha512sums=('4e5ca6554353c0e6d73ba9feaf93338961862cc17d176fdf7cf734306a385ecadf1febbd06cf1ddbd179de8941b52768678dbf3f86c106a27f0992aa002305c0') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/impacket/-/commit/4c6bf2fc0780189eb8b08b2bada768c651d86880 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/impacket/-/commit/4c6bf2fc0780189eb8b08b2bada768c651d86880 You're receiving this email because of your account on gitlab.archlinux.org.
