[arch-commits] Commit in python-pynitrokey/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Mar 1 19:30:43 UTC 2021
Date: Monday, March 1, 2021 @ 19:30:38
Author: dvzrv
Revision: 876640
upgpkg: python-pynitrokey 0.4.2-1: Upgrade to 0.4.2.
Remove strict version dependency on python-fido2.
Modified:
python-pynitrokey/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-01 19:30:28 UTC (rev 876639)
+++ PKGBUILD 2021-03-01 19:30:38 UTC (rev 876640)
@@ -2,23 +2,25 @@
_name=pynitrokey
pkgname=python-pynitrokey
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.4.2
+pkgrel=1
pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
arch=('any')
url="https://github.com/Nitrokey/pynitrokey/releases"
license=('Apache')
depends=('python-cbor' 'python-cffi' 'python-click' 'python-cryptography'
-'python-ecdsa' 'python-fido2' 'python-intelhex' 'python-pyserial'
-'python-pyusb' 'python-requests' 'python-pygments')
+'python-ecdsa' 'python-fido2' 'python-intelhex' 'python-pygments' 'python-pyserial'
+'python-pyusb' 'python-requests')
makedepends=('python-dephell' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('37084fca7281079bd211212f1b4ddae2c3262f100afa923991113f0d8fb3347fe566ec2c4d104f29e9d5440b1a52a9d862159b3f6fc23c6a5f6d47a3f24ac661')
-b2sums=('bc5e6244eda668b36767a759d4185cfaa86d9dc08943694ba77c12a546c468178ce63a83fabf0d995c7a0b3b0496c4711050adee3e162458c35005aa4ffd3e3e')
+sha512sums=('4abd5e660aa63aef2a74449bef6de3388bc299b6645581bb8534046e89659fcbada59c30ffca4b9f922f37eb3bf35624ad78496abe5783be914d349ae34a657d')
+b2sums=('497875071c583c3dfbc7689b08d461f48f07e888fc8925074111736b92b05b2a3243fbd3af1b2601a0e7ced1de5dcb7251acad7bc5cae50a778f12e0ecad5bc7')
prepare() {
mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
cd "$pkgname-$pkgver"
+ # we don't deal with such strict version constraints
+ sed -e 's/ == 0.8.1//' -i pyproject.toml
dephell deps convert --from pyproject.toml --to setup.py
}
More information about the arch-commits
mailing list