David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-hypothesis
Commits:
950a1608 by David Runge at 2024-03-14T18:12:21+01:00
upgpkg: 6.99.5-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.99.2
+ pkgver = 6.99.5
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.99.2.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.99.2.tar.gz
- sha512sums =
ad833e8e4e5a228d06723ba76e80b7e88b849b51b298c2c0b58e82e9409961a212f85530a8e3f06e9e09ca2ebcc8ebd2e1e4992e50a37ba9f692a398aef699fa
- b2sums =
0e7b99ee43ae84b4536f687324c334d7846766ec3422712cc0e215ebed113a3ed270b2fee70322edd5931e6a57c04092566846846e8a2df8587a2d6bd7f33e34
+ source =
hypothesis-hypothesis-python-6.99.5.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.99.5.tar.gz
+ sha512sums =
00f72255a0db863c8beb73cbc2298170f600053f94198cd24c3bf276b580971328d9c1ea62b71a70e411005f4b99f5be20a6ef5f0b53f9e7c84042aa05e26fa6
+ b2sums =
ab1cce09dda83a89e63aaf6a995816bc82a8d2126d138626159c2f6263536cb477f8c2cb521034f59557b16de2a16e2e0934da34e21246043ad4374882616a5c
pkgname = python-hypothesis
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=hypothesis
_alt_name=$_name-python
pkgname=python-hypothesis
-pkgver=6.99.2
+pkgver=6.99.5
_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=('ad833e8e4e5a228d06723ba76e80b7e88b849b51b298c2c0b58e82e9409961a212f85530a8e3f06e9e09ca2ebcc8ebd2e1e4992e50a37ba9f692a398aef699fa')
-b2sums=('0e7b99ee43ae84b4536f687324c334d7846766ec3422712cc0e215ebed113a3ed270b2fee70322edd5931e6a57c04092566846846e8a2df8587a2d6bd7f33e34')
+sha512sums=('00f72255a0db863c8beb73cbc2298170f600053f94198cd24c3bf276b580971328d9c1ea62b71a70e411005f4b99f5be20a6ef5f0b53f9e7c84042aa05e26fa6')
+b2sums=('ab1cce09dda83a89e63aaf6a995816bc82a8d2126d138626159c2f6263536cb477f8c2cb521034f59557b16de2a16e2e0934da34e21246043ad4374882616a5c')
build() {
cd $_name-$_version/$_alt_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/950a16085ddb36d7b35647293b74085612eb5469
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/950a16085ddb36d7b35647293b74085612eb5469
You're receiving this email because of your account on gitlab.archlinux.org.