Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: ce014856 by Carl Smedstad at 2025-02-13T11:33:53+01:00 upgpkg: 6.125.3-1: Upstream release https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.125.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-hypothesis pkgdesc = Advanced Quickcheck style testing library for Python - pkgver = 6.125.2 + pkgver = 6.125.3 pkgrel = 1 url = https://hypothesis.readthedocs.org arch = any @@ -41,8 +41,8 @@ pkgbase = python-hypothesis optdepends = python-pytz: for datetime and django module optdepends = python-redis: for redis support optdepends = python-rich: for CLI - source = python-hypothesis::git+https://github.com/HypothesisWorks/hypothesis#tag=hypothesis-python-6.125.2 - sha512sums = 13d09f623d33eab3446c5804b2e6f687999ac52aed326abf2cc968f69328d882cd186f468eff129b323eec215780ab0bc32fa4ee6ab0f6698c85a471622eab21 - b2sums = 70543e237eb885475822d50e8b0e6b768087f13467259eeac600b7e717e00174abd916a136707dee94d6cab99098448fc5e0a61a9b2fc0c7a4b23bb079017cf2 + source = python-hypothesis::git+https://github.com/HypothesisWorks/hypothesis#tag=hypothesis-python-6.125.3 + sha512sums = fe685dc05177f43c7e42bde33abda07cc4a55a1949d1c307b3dab9126e8e3acc9dc5de70359227fa96b047347fc6d2d8815987f79f7a1bde9a4321f6b6b03673 + b2sums = 2aa98d065e0f91424ccfacc454f780931af06bba5b55b2482ab01c2f57347cb1acababcf3582aec5b512750897432ffe749465f9641c16fa804634ea7dd411c4 pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Felix Yan <felixonm...@archlinux.org> pkgname=python-hypothesis -pkgver=6.125.2 +pkgver=6.125.3 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=(any) @@ -56,8 +56,8 @@ optdepends=( 'python-rich: for CLI' ) source=("$pkgname::git+$_url#tag=hypothesis-python-$pkgver") -sha512sums=('13d09f623d33eab3446c5804b2e6f687999ac52aed326abf2cc968f69328d882cd186f468eff129b323eec215780ab0bc32fa4ee6ab0f6698c85a471622eab21') -b2sums=('70543e237eb885475822d50e8b0e6b768087f13467259eeac600b7e717e00174abd916a136707dee94d6cab99098448fc5e0a61a9b2fc0c7a4b23bb079017cf2') +sha512sums=('fe685dc05177f43c7e42bde33abda07cc4a55a1949d1c307b3dab9126e8e3acc9dc5de70359227fa96b047347fc6d2d8815987f79f7a1bde9a4321f6b6b03673') +b2sums=('2aa98d065e0f91424ccfacc454f780931af06bba5b55b2482ab01c2f57347cb1acababcf3582aec5b512750897432ffe749465f9641c16fa804634ea7dd411c4') prepare() { cd $pkgname/hypothesis-python View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/ce01485666ae95e20d985385392534f6a4e15989 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/ce01485666ae95e20d985385392534f6a4e15989 You're receiving this email because of your account on gitlab.archlinux.org.