Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: 982a73b5 by Carl Smedstad at 2025-10-14T21:05:41+02:00 upgpkg: 6.140.4-1: Upstream release https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.140.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.140.3 + pkgver = 6.140.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.140.3 - sha512sums = 5b180006595a816be836f9a7ce466fb14e4393073ad99855101c94e527e743df9c206449918d2516a71c94842734751f06b369846c7b4d8b506fe3e0874b2f18 - b2sums = 694a2cb6894c314e731ec45abfa23efa763f73f61ecc34bae3f33e93154b2b27d2b2328345130f44b0655c55d2f61d65c55255dae7945b602f23d83204961c87 + source = python-hypothesis::git+https://github.com/HypothesisWorks/hypothesis#tag=hypothesis-python-6.140.4 + sha512sums = e286c15e90474d1ebf8595869c59456d8a1bbb7a9e621034b29ff5f616244ec6156e13b115175cd9ae98c79750648b8fcd76f2e812da8b87b0579b6711b99990 + b2sums = 63b3bb882ac43107033089d488f2584923d6aea17eaeff36b046a7b6f4c0383ef891679bb6c4e2421c8f691a3287c92d8467b4cb2a1151935dba9aa064478e98 pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=6.140.3 +pkgver=6.140.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=('5b180006595a816be836f9a7ce466fb14e4393073ad99855101c94e527e743df9c206449918d2516a71c94842734751f06b369846c7b4d8b506fe3e0874b2f18') -b2sums=('694a2cb6894c314e731ec45abfa23efa763f73f61ecc34bae3f33e93154b2b27d2b2328345130f44b0655c55d2f61d65c55255dae7945b602f23d83204961c87') +sha512sums=('e286c15e90474d1ebf8595869c59456d8a1bbb7a9e621034b29ff5f616244ec6156e13b115175cd9ae98c79750648b8fcd76f2e812da8b87b0579b6711b99990') +b2sums=('63b3bb882ac43107033089d488f2584923d6aea17eaeff36b046a7b6f4c0383ef891679bb6c4e2421c8f691a3287c92d8467b4cb2a1151935dba9aa064478e98') prepare() { cd $pkgname/hypothesis-python View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/982a73b5a3b0edca228d30f2eb6693c8aec7f3ef -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/982a73b5a3b0edca228d30f2eb6693c8aec7f3ef You're receiving this email because of your account on gitlab.archlinux.org.
