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

Johannes Löthberg demize at archlinux.org
Wed Dec 9 19:05:51 UTC 2020


    Date: Wednesday, December 9, 2020 @ 19:05:50
  Author: demize
Revision: 772915

upgpkg: python-pysaml2 6.4.1-1

Modified:
  python-pysaml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-09 19:04:24 UTC (rev 772914)
+++ PKGBUILD	2020-12-09 19:05:50 UTC (rev 772915)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=python-pysaml2
-pkgver=6.2.0
-pkgrel=3
+pkgver=6.4.1
+pkgrel=1
 
 pkgdesc='Python implementation of SAML Version 2'
 url='https://pypi.python.org/pypi/pysaml2'
@@ -19,12 +19,13 @@
          'python-pyopenssl'
          'python-dateutil'
          'python-six'
-         'python-defusedxml')
+         'python-defusedxml'
+         'xmlsec')
 makedepends=('python-setuptools')
 
 source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
 
-md5sums=('a249944d0b3c601515477cfa05455f65')
+md5sums=('9a17a52d1df96cb9e41f35f68e7bc0bb')
 
 build() {
 	cd "$srcdir"/pysaml2-$pkgver



More information about the arch-commits mailing list