[arch-commits] Commit in python-service-identity/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 10 22:47:13 UTC 2021


    Date: Monday, May 10, 2021 @ 22:47:12
  Author: felixonmars
Revision: 414960

upgpkg: python-service-identity 21.1.0-1

Modified:
  python-service-identity/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-10 22:34:04 UTC (rev 414959)
+++ PKGBUILD	2021-05-10 22:47:12 UTC (rev 414960)
@@ -1,18 +1,18 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-service-identity
-pkgver=18.1.0
-pkgrel=7
+pkgver=21.1.0
+pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
 license=('MIT')
 url="https://pypi.python.org/pypi/service_identity"
-depends=('python-pyopenssl' 'python-pyasn1' 'python-pyasn1-modules' 'python-attrs')
+depends=('python-attrs' 'python-pyasn1-modules' 'python-pyasn1' 'python-cryptography' 'python-six')
 makedepends=('python-setuptools' 'python-idna')
 checkdepends=('python-pytest-runner')
 optdepends=('python-idna: for Internationalized Domain Names support')
 source=("https://github.com/pyca/service-identity/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6b6da48c543bfbe0d9da9f0d03dbd735ce97e64a76cbf9eae2b615ced7b91c5fcca1f25353e53858c48da9c4e0c0be4e33fa4559adb50899a79689cbb372f49b')
+sha512sums=('6375bc5e8329118b2beb163ffffecc1479839e4e98173576e4737deebcc4c057ac357315976d3f53a280defd4e2c1f6b74e9604ec1aa94144240c2fb4bf07461')
 
 build() {
   cd service-identity-$pkgver



More information about the arch-commits mailing list