Date: Monday, December 20, 2021 @ 01:43:35 Author: felixonmars Revision: 1079187
upgpkg: python-josepy 1.11.0-1 Modified: python-josepy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 01:43:20 UTC (rev 1079186) +++ PKGBUILD 2021-12-20 01:43:35 UTC (rev 1079187) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-josepy -pkgver=1.10.0 -pkgrel=3 +pkgver=1.11.0 +pkgrel=1 pkgdesc="JOSE protocol implementation in Python" url="https://github.com/certbot/josepy" license=('PerlArtistic') @@ -10,7 +10,7 @@ depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools') checkdepends=('python-pytest') source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz") -sha512sums=('517476c4b4df35b066f48e20e2c31bf458b998553a740dbfa4a682a94353db1cc9d706cee9429cb34b9347e8d78b97bf4a8f930334b86febfe56f5c9f779b42f') +sha512sums=('06aed9534434a94f7b922270221aaa85feb4ba9d836460303ecb7fea1c5679d557a6dad6d32bbd1a05ccc4855318fb56752ebea91498bb8c36884cf7b3d01859') prepare() { # thou shalt not enforce coverage in distro packaging
