Skip to content
Snippets Groups Projects
Verified Commit a1531eee authored by David Runge's avatar David Runge 🐿️
Browse files

upgpkg: 6.105.0-1

parent 49ba4a6a
No related branches found
Tags 6.105.0-1
No related merge requests found
pkgbase = python-hypothesis
pkgdesc = Advanced Quickcheck style testing library for Python
pkgver = 6.104.2
pkgver = 6.105.0
pkgrel = 1
url = https://hypothesis.readthedocs.org
arch = any
......@@ -40,8 +40,8 @@ pkgbase = python-hypothesis
optdepends = python-pytz: for datetime and django module
optdepends = python-redis: for redis support
optdepends = python-rich: for CLI
source = hypothesis-hypothesis-python-6.104.2.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.104.2.tar.gz
sha512sums = 18b11669bc1d2ba6e7ef0854823c22798fa86e988d951a223235160460fb79b5a5d10caf8fc7aa06ba5996c75ff7e8146725bf1ed3b9b4e169f93cbfa0bf2776
b2sums = 22be74426808bef091351cfb688bdb1fa8ce84f011d3303e7455526f38732bba44c9d82a8162d12e395a192a644f188e7991f7311bebb676c28197131b272a19
source = hypothesis-hypothesis-python-6.105.0.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.105.0.tar.gz
sha512sums = dd6284ed12b68b9ff7fcb3026f08de240959f116b7444384c1737ef632483796ef3f1687796fa744d8cd7855811916a070ff48d66dc8ace869ee24d9ee9d8ca3
b2sums = be878220e5908ca8b20c6b6ed8ab61638e2a5605118b61ecb715b94353751d014644995e8ab6056e2e5b4cab94e533117de199997bd3492b78465694321e4afa
pkgname = python-hypothesis
......@@ -4,7 +4,7 @@
_name=hypothesis
_alt_name=$_name-python
pkgname=python-hypothesis
pkgver=6.104.2
pkgver=6.105.0
_version=$_alt_name-$pkgver
pkgrel=1
pkgdesc="Advanced Quickcheck style testing library for Python"
......@@ -56,8 +56,8 @@ optdepends=(
'python-rich: for CLI'
)
source=($_name-$_version.tar.gz::$_url/archive/$_version.tar.gz)
sha512sums=('18b11669bc1d2ba6e7ef0854823c22798fa86e988d951a223235160460fb79b5a5d10caf8fc7aa06ba5996c75ff7e8146725bf1ed3b9b4e169f93cbfa0bf2776')
b2sums=('22be74426808bef091351cfb688bdb1fa8ce84f011d3303e7455526f38732bba44c9d82a8162d12e395a192a644f188e7991f7311bebb676c28197131b272a19')
sha512sums=('dd6284ed12b68b9ff7fcb3026f08de240959f116b7444384c1737ef632483796ef3f1687796fa744d8cd7855811916a070ff48d66dc8ace869ee24d9ee9d8ca3')
b2sums=('be878220e5908ca8b20c6b6ed8ab61638e2a5605118b61ecb715b94353751d014644995e8ab6056e2e5b4cab94e533117de199997bd3492b78465694321e4afa')
build() {
cd $_name-$_version/$_alt_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment