* update python-hypothesis to 6.118.7-2
This commit is contained in:
parent
aa2ac2a858
commit
0a299fad06
@ -1,7 +1,7 @@
|
||||
pkgbase = python-hypothesis
|
||||
pkgdesc = Advanced Quickcheck style testing library for Python
|
||||
pkgver = 6.115.3
|
||||
pkgrel = 1
|
||||
pkgver = 6.118.7
|
||||
pkgrel = 2
|
||||
url = https://hypothesis.readthedocs.org
|
||||
arch = any
|
||||
license = MPL-2.0
|
||||
@ -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.115.3.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.115.3.tar.gz
|
||||
sha512sums = 564d2b3cf1e847f283a73b2159086757171fc94605a315e1ccb37e515f7738a8e180211b66d233cd5bd9c47a124b35f3a8f6221212e613c5b936bb76472a924e
|
||||
b2sums = ab29288693f05c485ddab031923ede043405b293a04c2917553e8dc01320bdf9fbf706e37e269fa0cb42b2ec8741201d87a6780d6c1deda3d581b98a63d5a47e
|
||||
source = hypothesis-hypothesis-python-6.118.7.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.118.7.tar.gz
|
||||
sha512sums = b33a1cdcc56301fde6bd7176caed2c34b43a2a7a5e21590b0fac2cf734332ed9e626f9114f7b6f6c06b67926b5a59649a7de6008a256b7a7655d8acb8b482f0f
|
||||
b2sums = 1247665e4cc6c10ff6f628f4ef312ce90e1f791ea853a2c22fffec5f57af182e423e97b392535b569fc19889a1e7176905ba6b933e8ca69ae693c8845dd9c89f
|
||||
|
||||
pkgname = python-hypothesis
|
||||
|
@ -5,9 +5,9 @@
|
||||
_name=hypothesis
|
||||
_alt_name=$_name-python
|
||||
pkgname=python-hypothesis
|
||||
pkgver=6.115.3
|
||||
pkgver=6.118.7
|
||||
_version=$_alt_name-$pkgver
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Advanced Quickcheck style testing library for Python"
|
||||
arch=(any)
|
||||
license=(MPL-2.0)
|
||||
@ -57,8 +57,8 @@ optdepends=(
|
||||
'python-rich: for CLI'
|
||||
)
|
||||
source=($_name-$_version.tar.gz::$_url/archive/$_version.tar.gz)
|
||||
sha512sums=('564d2b3cf1e847f283a73b2159086757171fc94605a315e1ccb37e515f7738a8e180211b66d233cd5bd9c47a124b35f3a8f6221212e613c5b936bb76472a924e')
|
||||
b2sums=('ab29288693f05c485ddab031923ede043405b293a04c2917553e8dc01320bdf9fbf706e37e269fa0cb42b2ec8741201d87a6780d6c1deda3d581b98a63d5a47e')
|
||||
sha512sums=('b33a1cdcc56301fde6bd7176caed2c34b43a2a7a5e21590b0fac2cf734332ed9e626f9114f7b6f6c06b67926b5a59649a7de6008a256b7a7655d8acb8b482f0f')
|
||||
b2sums=('1247665e4cc6c10ff6f628f4ef312ce90e1f791ea853a2c22fffec5f57af182e423e97b392535b569fc19889a1e7176905ba6b933e8ca69ae693c8845dd9c89f')
|
||||
|
||||
build() {
|
||||
cd $_name-$_version/$_alt_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user