David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-hypothesis
Commits:
eb6f86dd by David Runge at 2023-10-04T12:01:01+02:00
upgpkg: 6.87.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-hypothesis
pkgdesc = Advanced Quickcheck style testing library for Python
- pkgver = 6.87.0
+ pkgver = 6.87.1
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.87.0.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.87.0.tar.gz
- sha512sums =
2f11d3bfff9c6f6322e368b40987d5379d0aeb619c5017a746ac935e43f50381d4ad8e180765cfddf5196a4f0f69f89df48cc9069e9d3f79446e5d396c673a3b
- b2sums =
5774e125a212a3ec4b64e9575db727c6338f931a2b065dce4f8c2bf9e7fa7026c4ed1dc11b4030af7f012064fbeae7240086eda2b0862b41d2ee37ae8540c03a
+ source =
hypothesis-hypothesis-python-6.87.1.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.87.1.tar.gz
+ sha512sums =
1f946d99ecbb3392b105ed479b43a72034d1563c541d1bdc263c76495b05e7e9881585cad50b6c0453e083b05e1ebd1c2ff0cf5a8b98f0f7ce68f009d23dbfeb
+ b2sums =
0b0b9156566a84f4e5972960dbf5ec68c68703e0be0ac31392919a5177332f1dccfc7519c0a58ea2ed9f758f1b9d7e601b30e72db63c85031f5136b83c6dd255
pkgname = python-hypothesis
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=hypothesis
_alt_name="${_name}-python"
pkgname=python-hypothesis
-pkgver=6.87.0
+pkgver=6.87.1
_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=('2f11d3bfff9c6f6322e368b40987d5379d0aeb619c5017a746ac935e43f50381d4ad8e180765cfddf5196a4f0f69f89df48cc9069e9d3f79446e5d396c673a3b')
-b2sums=('5774e125a212a3ec4b64e9575db727c6338f931a2b065dce4f8c2bf9e7fa7026c4ed1dc11b4030af7f012064fbeae7240086eda2b0862b41d2ee37ae8540c03a')
+sha512sums=('1f946d99ecbb3392b105ed479b43a72034d1563c541d1bdc263c76495b05e7e9881585cad50b6c0453e083b05e1ebd1c2ff0cf5a8b98f0f7ce68f009d23dbfeb')
+b2sums=('0b0b9156566a84f4e5972960dbf5ec68c68703e0be0ac31392919a5177332f1dccfc7519c0a58ea2ed9f758f1b9d7e601b30e72db63c85031f5136b83c6dd255')
build() {
cd $_name-$_version/$_alt_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/eb6f86ddfc316f934fedf7cad8d9ae3088b46d3d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/eb6f86ddfc316f934fedf7cad8d9ae3088b46d3d
You're receiving this email because of your account on gitlab.archlinux.org.