[arch-commits] Commit in python-securesystemslib/trunk (PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Tue Oct 15 14:30:29 UTC 2019
Date: Tuesday, October 15, 2019 @ 14:30:28
Author: sangy
Revision: 516171
upgpkg: python-securesystemslib 0.12.0-1
Back-wards incompatible api changes appear here.
Modified:
python-securesystemslib/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-15 14:26:17 UTC (rev 516170)
+++ PKGBUILD 2019-10-15 14:30:28 UTC (rev 516171)
@@ -1,22 +1,23 @@
# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
pkgname=python-securesystemslib
-pkgver=0.11.3
-pkgrel=3
+pkgver=0.12.0
+pkgrel=1
pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU"
arch=('any')
license=('MIT')
url="https://github.com/secure-systems-lab/securesystemslib"
-depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six')
+depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 'python-dateutil')
makedepends=('python-setuptools' 'git')
-source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=sslibv${pkgver}")
+source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver}")
sha512sums=('SKIP')
-validpgpkeys=("3E87BB339378BC7B3DD0E5B25DEE9B97B0E2289A"
- # Vladimir Diaz (upstream maintainer)
+validpgpkeys=(
"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
# Sebastien Awwad (upstream co-maintainer)
+ "8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+ # Lukas Puehringher (upstream maintainer)
)
build() {
More information about the arch-commits
mailing list