summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Winger2020-12-02 18:52:12 -0500
committerBenjamin Winger2020-12-02 18:53:41 -0500
commit98d664a4710e16030a04ae1553d2f9619cfdcf04 (patch)
tree1099876b43ce61824242db9aaaee9e3f03ebc260
parent4ae117671c8a1088f43394f0c7a1c398d8224b9e (diff)
downloadaur-98d664a4710e16030a04ae1553d2f9619cfdcf04.tar.gz
Bumped version to 5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1354f83b069..cff6e228825f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-restrictedpython
pkgdesc = A restricted execution environment for Python to run untrusted code
- pkgver = 5.0
+ pkgver = 5.1
pkgrel = 1
url = https://github.com/zopefoundation/RestrictedPython
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-restrictedpython
depends = python
provides = python-restrictedpython
conflicts = python-restrictedpython
- source = https://github.com/zopefoundation/RestrictedPython/archive/5.0.tar.gz
- sha512sums = 21d64123be0b33cba1689a70ce94bb506c8f52f3f2d1241b8c4732de1bdf92c37b53acc5d86f8f72324e370bcb950120e278be6571c2d640bdb324909c7d5273
+ source = https://github.com/zopefoundation/RestrictedPython/archive/5.1.tar.gz
+ sha512sums = bd3bdfbd581368c0204543e4f7d0ec2f92e243ba94dee932f7c43e99beb7a857c689b054985fe66d2da36fb29b1fbc7c9234ab13aca382fa57da34d6a5065ee6
pkgname = python-restrictedpython
diff --git a/PKGBUILD b/PKGBUILD
index 0c547f08375a..586484432f98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=RestrictedPython
pkgname=python-restrictedpython
-pkgver=5.0
+pkgver=5.1
pkgrel=1
pkgdesc="A restricted execution environment for Python to run untrusted code"
provides=('python-restrictedpython')
@@ -14,7 +14,7 @@ depends=("python")
makedepends=("python" "python-setuptools")
checkdepends=("python-pytest" "python-pytest-mock")
source=("https://github.com/zopefoundation/$_pkgname/archive/$pkgver.tar.gz")
-sha512sums=('21d64123be0b33cba1689a70ce94bb506c8f52f3f2d1241b8c4732de1bdf92c37b53acc5d86f8f72324e370bcb950120e278be6571c2d640bdb324909c7d5273')
+sha512sums=('bd3bdfbd581368c0204543e4f7d0ec2f92e243ba94dee932f7c43e99beb7a857c689b054985fe66d2da36fb29b1fbc7c9234ab13aca382fa57da34d6a5065ee6')
check() {
cd "$srcdir/$_pkgname-$pkgver"