Balló György pushed to branch main at Arch Linux / Packaging / Packages / magic-wormhole
Commits: b69bfefb by Balló György at 2024-12-14T18:20:57+01:00 upgpkg: 0.17.0-3: Remove unused python-hkdf dependency It has been removed by this commit: https://github.com/magic-wormhole/magic-wormhole/commit/82056c750ecbbbf8a331c13b3bc93516807b1a00 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = magic-wormhole pkgdesc = Securely transfer data between computers pkgver = 0.17.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/magic-wormhole/magic-wormhole arch = any license = MIT @@ -15,9 +15,7 @@ pkgbase = magic-wormhole makedepends = python-wheel makedepends = python-setuptools depends = python-autobahn - depends = python-cffi depends = python-click - depends = python-hkdf depends = python-humanize depends = python-idna depends = python-iterable-io ===================================== PKGBUILD ===================================== @@ -4,15 +4,13 @@ pkgname=magic-wormhole pkgver=0.17.0 -pkgrel=2 +pkgrel=3 pkgdesc="Securely transfer data between computers" arch=(any) url="https://github.com/magic-wormhole/magic-wormhole" license=(MIT) depends=(python-autobahn - python-cffi python-click - python-hkdf python-humanize python-idna python-iterable-io View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/magic-wormhole/-/commit/b69bfefb108611f127f4f4eb749c9a210f7b977e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/magic-wormhole/-/commit/b69bfefb108611f127f4f4eb749c9a210f7b977e You're receiving this email because of your account on gitlab.archlinux.org.
