Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: 5b860ece by Carl Smedstad at 2025-07-03T08:36:48+02:00 upgpkg: 6.135.24-1: Upstream release https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.135.24 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-hypothesis pkgdesc = Advanced Quickcheck style testing library for Python - pkgver = 6.135.22 + pkgver = 6.135.24 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.135.22 - sha512sums = ee529e3feb854a263100c5ae4f0224f6e94696fb51e41eb5fd5b3abc6076b59c09c40ddf5a48df60e57daf2dd25fcc26e7b714eae136712d1b64883e479a02c1 - b2sums = 3b1e675e61fbe81167a4deed69bb9aec33bcfbd77fb8b12214336bd24627213bfe531e92fba9cf2cfeed54f2a2306d1718c15584867832dd712fa9ab9306818f + source = python-hypothesis::git+https://github.com/HypothesisWorks/hypothesis#tag=hypothesis-python-6.135.24 + sha512sums = d145341663fc74fe3b00ac18b903c80dbb996feeafe8ed43776cd7943d4dc56d8ef8e4390de08cf2dafdd0ac22f475e652a0360de46f9908f32718d7251b9193 + b2sums = 042a45b4a1ca3834607fc121d51edc31e8b36dced0b5a5b398bea323176ec8d5e059d9122316c9a1a3583b7739844cabea1a9446ef5019e9780dec86329896ff pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.135.22 +pkgver=6.135.24 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=('ee529e3feb854a263100c5ae4f0224f6e94696fb51e41eb5fd5b3abc6076b59c09c40ddf5a48df60e57daf2dd25fcc26e7b714eae136712d1b64883e479a02c1') -b2sums=('3b1e675e61fbe81167a4deed69bb9aec33bcfbd77fb8b12214336bd24627213bfe531e92fba9cf2cfeed54f2a2306d1718c15584867832dd712fa9ab9306818f') +sha512sums=('d145341663fc74fe3b00ac18b903c80dbb996feeafe8ed43776cd7943d4dc56d8ef8e4390de08cf2dafdd0ac22f475e652a0360de46f9908f32718d7251b9193') +b2sums=('042a45b4a1ca3834607fc121d51edc31e8b36dced0b5a5b398bea323176ec8d5e059d9122316c9a1a3583b7739844cabea1a9446ef5019e9780dec86329896ff') prepare() { cd $pkgname/hypothesis-python View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/5b860ecee4d15635752a99930105933cc9a850a6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/5b860ecee4d15635752a99930105933cc9a850a6 You're receiving this email because of your account on gitlab.archlinux.org.
