Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: f4af0263 by Carl Smedstad at 2025-03-25T08:47:36+01:00 upgpkg: 6.130.4-1: Upstream release https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.130.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-hypothesis pkgdesc = Advanced Quickcheck style testing library for Python - pkgver = 6.130.3 + pkgver = 6.130.4 pkgrel = 1 url = https://hypothesis.readthedocs.org arch = any @@ -43,8 +43,8 @@ pkgbase = python-hypothesis optdepends = python-redis: for redis support optdepends = python-rich: for CLI optdepends = python-watchdog: for tracking file system events - source = python-hypothesis::git+https://github.com/HypothesisWorks/hypothesis#tag=hypothesis-python-6.130.3 - sha512sums = 5d0dc28cf249b3b8091c4a35d858262e78190ba79a45482ea2cfb18ac075087fae2cfde6686ee60097b3354d47a18e4fa02020acc9bb603692a65b3cf1009eb7 - b2sums = 117c122cd2c642da4e5f7378e6dc7c4156adfae874b2326b8b9475af7b40201ee3c989d697cc514bd37372fe6ab13095065baecd6a4731473f76e93148641ab0 + source = python-hypothesis::git+https://github.com/HypothesisWorks/hypothesis#tag=hypothesis-python-6.130.4 + sha512sums = 2fad2c83515fabd5c956ad5b5bd97384eeef24d533ee2cfe48e93f5a576b88ab6c2e0a67346525d2ffc5925f33962bb8c074cfb737f76f03dabb650cff58237f + b2sums = ae61c15e1f5e89b4df671e9084979bb4220d12b019794595fd357c4af0f1d62b1ad9273b36f496d7484a69909e442e3418f88b284dd5b9e5c8ddd02d71a5aa44 pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.130.3 +pkgver=6.130.4 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=(any) @@ -58,8 +58,8 @@ optdepends=( 'python-watchdog: for tracking file system events' ) source=("$pkgname::git+$_url#tag=hypothesis-python-$pkgver") -sha512sums=('5d0dc28cf249b3b8091c4a35d858262e78190ba79a45482ea2cfb18ac075087fae2cfde6686ee60097b3354d47a18e4fa02020acc9bb603692a65b3cf1009eb7') -b2sums=('117c122cd2c642da4e5f7378e6dc7c4156adfae874b2326b8b9475af7b40201ee3c989d697cc514bd37372fe6ab13095065baecd6a4731473f76e93148641ab0') +sha512sums=('2fad2c83515fabd5c956ad5b5bd97384eeef24d533ee2cfe48e93f5a576b88ab6c2e0a67346525d2ffc5925f33962bb8c074cfb737f76f03dabb650cff58237f') +b2sums=('ae61c15e1f5e89b4df671e9084979bb4220d12b019794595fd357c4af0f1d62b1ad9273b36f496d7484a69909e442e3418f88b284dd5b9e5c8ddd02d71a5aa44') prepare() { cd $pkgname/hypothesis-python View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/f4af02631f217e46f4b233c6c34bf8f0ce9eefe3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/f4af02631f217e46f4b233c6c34bf8f0ce9eefe3 You're receiving this email because of your account on gitlab.archlinux.org.
