[arch-commits] Commit in python-trustme/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 20 11:23:22 UTC 2020
Date: Friday, March 20, 2020 @ 11:23:22
Author: felixonmars
Revision: 601544
upgpkg: python-trustme 0.6.0-1
Modified:
python-trustme/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-20 11:23:21 UTC (rev 601543)
+++ PKGBUILD 2020-03-20 11:23:22 UTC (rev 601544)
@@ -2,7 +2,7 @@
pkgname=python-trustme
_pyname=${pkgname/python-/}
-pkgver=0.5.3
+pkgver=0.6.0
pkgrel=1
pkgdesc='Library for fake certificate authority (CA) to generate fake TLS certs'
url='https://trustme.readthedocs.io'
@@ -12,7 +12,7 @@
makedepends=('python' 'python-setuptools' 'python-cryptography')
checkdepends=('python-pytest' 'python-pyopenssl' 'python-service_identity')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/python-trio/trustme/archive/v${pkgver}.tar.gz)
-sha512sums=('dd890964ef2d2387ec0a67afa1ead8b30872d6e95c396225310df375fab342ed32874dbaf62649ec5479ea736f8ab0ad1c88d06e675d6f65411cdd37d84045a3')
+sha512sums=('4c76afebde7e57965aa5c86e4e14c6a4663355bc4a713366973ee521d235ca26bc0a96b08208f6288a713a83135ed0412e991de36c0c0de1e0155357142f5ec6')
build() {
cd ${_pyname}-${pkgver}
More information about the arch-commits
mailing list