summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2022-01-29 11:07:59 +0100
committerPeter Mattern2022-01-29 11:07:59 +0100
commit11c882d5b5d7b821aeeae32bf6f1e2748a6d86f4 (patch)
tree91b7d0949f3e42c10ccf2ae72f4514bb0d3247e0
parentb6957ec70af177e79cf92656ec567c14c8d47526 (diff)
downloadaur-11c882d5b5d7b821aeeae32bf6f1e2748a6d86f4.tar.gz
Upstream update: release 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4524e07e5765..dc95448c0d56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python3-saml
pkgdesc = OneLogin's SAML Python Toolkit. Upstream python3-saml targeted at Python 3.
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/onelogin/python3-saml
arch = any
license = MIT
makedepends = python-setuptools
+ depends = python-lxml
depends = python-defusedxml
depends = python-isodate
depends = python-xmlsec
- source = python3-saml-1.9.0.tar.gz::https://github.com/onelogin/python3-saml/archive/v1.9.0.tar.gz
- sha256sums = 00809abf11c72787a5f74ce34860e02b6e53a34609cba4e4a54b1f69b931f3ce
+ source = python3-saml-1.10.0.tar.gz::https://github.com/onelogin/python3-saml/archive/refs/tags/v1.10.0.tar.gz
+ sha256sums = ca6f83c8a1bd7d654bbebee837a065ed1d7c98213f5813c90e337dc6f41dbb2a
pkgname = python3-saml
-
diff --git a/PKGBUILD b/PKGBUILD
index 0cb3a03a8205..05e469642903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=python3-saml
-pkgver=1.9.0
+pkgver=1.10.0
pkgrel=1
pkgdesc="OneLogin's SAML Python Toolkit. Upstream python3-saml targeted at Python 3."
arch=('any')
url='https://github.com/onelogin/python3-saml'
license=('MIT')
makedepends=('python-setuptools')
-depends=('python-defusedxml' 'python-isodate' 'python-xmlsec')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('00809abf11c72787a5f74ce34860e02b6e53a34609cba4e4a54b1f69b931f3ce')
+depends=('python-lxml' 'python-defusedxml' 'python-isodate' 'python-xmlsec')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('ca6f83c8a1bd7d654bbebee837a065ed1d7c98213f5813c90e337dc6f41dbb2a')
build() {