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

2022-01-22 Thread Johannes Löthberg via arch-commits
Date: Saturday, January 22, 2022 @ 18:07:55
  Author: demize
Revision: 1113469

upgpkg: python-pysaml2 7.1.0-1

Modified:
  python-pysaml2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-22 18:07:39 UTC (rev 1113468)
+++ PKGBUILD2022-01-22 18:07:55 UTC (rev 1113469)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=python-pysaml2
-pkgver=6.5.1
-pkgrel=3
+pkgver=7.1.0
+pkgrel=1
 
 pkgdesc='Python implementation of SAML Version 2'
 url='https://pypi.python.org/pypi/pysaml2'
@@ -27,7 +27,7 @@
 
 source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz";)
 
-md5sums=('50865443d5d8d922ea11cdfc262a5a19')
+md5sums=('0a80697d8db3361f355018466c2fa1e2')
 
 build() {
cd "$srcdir"/pysaml2-$pkgver



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

2021-12-02 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 21:36:18
  Author: felixonmars
Revision: 1062590

upgpkg: python-pysaml2 6.5.1-3: Python 3.10 rebuild

Modified:
  python-pysaml2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 21:36:14 UTC (rev 1062589)
+++ PKGBUILD2021-12-02 21:36:18 UTC (rev 1062590)
@@ -3,7 +3,7 @@
 
 pkgname=python-pysaml2
 pkgver=6.5.1
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Python implementation of SAML Version 2'
 url='https://pypi.python.org/pypi/pysaml2'



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

2021-01-22 Thread Johannes Löthberg via arch-commits
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
===
--- PKGBUILD2021-01-22 23:39:45 UTC (rev 825367)
+++ PKGBUILD2021-01-22 23:40:28 UTC (rev 825368)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 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