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

Johannes Löthberg demize at archlinux.org
Fri Jan 22 23:40:28 UTC 2021


    Date: Friday, January 22, 2021 @ 23:40:28
  Author: demize
Revision: 825368

upgpkg: python-pysaml2 6.5.1-1

Modified:
  python-pysaml2/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 23:39:45 UTC (rev 825367)
+++ PKGBUILD	2021-01-22 23:40:28 UTC (rev 825368)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=python-pysaml2
-pkgver=6.4.1
+pkgver=6.5.1
 pkgrel=1
 
 pkgdesc='Python implementation of SAML Version 2'
@@ -11,21 +11,23 @@
 license=('Apache')
 
 depends=('python'
+         'python-dateutil'
+         'python-defusedxml'
          'python-future'
-         'python-requests'
-         'python-zope-interface'
+         'python-importlib_resources'
          'python-pycryptodomex'
+         'python-pyopenssl'
          'python-pytz'
-         'python-pyopenssl'
-         'python-dateutil'
+         'python-requests'
          'python-six'
-         'python-defusedxml'
+         'python-zope-interface'
+         'python-xmlschema'
          'xmlsec')
 makedepends=('python-setuptools')
 
 source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz")
 
-md5sums=('9a17a52d1df96cb9e41f35f68e7bc0bb')
+md5sums=('50865443d5d8d922ea11cdfc262a5a19')
 
 build() {
 	cd "$srcdir"/pysaml2-$pkgver



More information about the arch-commits mailing list