Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: b90ceaa5 by Carl Smedstad at 2025-11-02T09:33:08+01:00 upgpkg: 6.143.1-1: Upstream release https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.143.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.142.5 + pkgver = 6.143.1 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.142.5 - sha512sums = 553c6d8ad85a77e323cea1180f4e19dfd496ad02db0bb1e6eeab91abfef6d76b9bff656c053c6c0add99012ff10fe448ef8c39d4713dffb10a699f5b0fc92654 - b2sums = be48dd9928f17f787986b13c0df3b5cc570ac0e065cb6c05dd6cb1a49d07dd5ba737446155d4263347cd33407b50e1ab1295d839532ffb4ed3c5a05c172f8666 + source = python-hypothesis::git+https://github.com/HypothesisWorks/hypothesis#tag=hypothesis-python-6.143.1 + sha512sums = 89db2fcf00158d36d9ecc1088694ebc35f4855eaf1b47bb4dc9a03788af3d0eb470c2a34115b5dfa81a1a71d1c0e76b6a0f13a15c303553b07e6a65eaae87a67 + b2sums = e1124076879be6f373fee6156960da1c093f3271e0f78bdca2a56075d8b884d0dcfc7798edd7f76b78cfa5da3ee49931cfc7163456f7ff14e57bbe6d2b4dae46 pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.142.5 +pkgver=6.143.1 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=('553c6d8ad85a77e323cea1180f4e19dfd496ad02db0bb1e6eeab91abfef6d76b9bff656c053c6c0add99012ff10fe448ef8c39d4713dffb10a699f5b0fc92654') -b2sums=('be48dd9928f17f787986b13c0df3b5cc570ac0e065cb6c05dd6cb1a49d07dd5ba737446155d4263347cd33407b50e1ab1295d839532ffb4ed3c5a05c172f8666') +sha512sums=('89db2fcf00158d36d9ecc1088694ebc35f4855eaf1b47bb4dc9a03788af3d0eb470c2a34115b5dfa81a1a71d1c0e76b6a0f13a15c303553b07e6a65eaae87a67') +b2sums=('e1124076879be6f373fee6156960da1c093f3271e0f78bdca2a56075d8b884d0dcfc7798edd7f76b78cfa5da3ee49931cfc7163456f7ff14e57bbe6d2b4dae46') prepare() { cd $pkgname/hypothesis-python View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/b90ceaa583389b2eed005220c7a5deb4da79476f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/b90ceaa583389b2eed005220c7a5deb4da79476f You're receiving this email because of your account on gitlab.archlinux.org.
