Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: 8adb61b2 by Carl Smedstad at 2025-01-08T08:42:55+01:00 upgpkg: 6.123.8-1: Upstream release https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.123.9 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-hypothesis pkgdesc = Advanced Quickcheck style testing library for Python - pkgver = 6.123.7 + pkgver = 6.123.8 pkgrel = 1 url = https://hypothesis.readthedocs.org arch = any @@ -40,8 +40,8 @@ pkgbase = python-hypothesis optdepends = python-pytz: for datetime and django module optdepends = python-redis: for redis support optdepends = python-rich: for CLI - source = hypothesis-hypothesis-python-6.123.7.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.123.7.tar.gz - sha512sums = 00b26f4e040a948aaf64554ee395fad4c9b0bb116c87d97bd3ef20be1d25068a79ed1c856c497c1d3d5122481386625c3323be77c0ec851fab823a706350b437 - b2sums = 71def0634aee97b4d64bacf9b4a09e091fb209c9de2d2ecbcbb86ad0f7bc2e330e7d7b93e1c810b864fd80ecd82eb6bf51aaf6a6de99c74c338609062ce1e90e + source = hypothesis-hypothesis-python-6.123.8.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.123.8.tar.gz + sha512sums = 0631c263500534e42935859d6767cf399b930940279b2b4b144d2b3fc419d8766ac9b8b341bc30deab95768f6a7ea88499b4b0c79be2ab7b1f0e4e5bd69aeffa + b2sums = 850ac79b3f3a0294bc97f6aea428cb78ac94fe1ae4318b1cad78daa84f07c6d8cdfd630d5311c0d816bfab1f027d85d8f8424bc03f95672f368809a26f0bcf6a pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ _name=hypothesis _alt_name=$_name-python pkgname=python-hypothesis -pkgver=6.123.7 +pkgver=6.123.8 _version=$_alt_name-$pkgver pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" @@ -58,8 +58,8 @@ optdepends=( 'python-rich: for CLI' ) source=("$_name-$_version.tar.gz::$_url/archive/$_version.tar.gz") -sha512sums=('00b26f4e040a948aaf64554ee395fad4c9b0bb116c87d97bd3ef20be1d25068a79ed1c856c497c1d3d5122481386625c3323be77c0ec851fab823a706350b437') -b2sums=('71def0634aee97b4d64bacf9b4a09e091fb209c9de2d2ecbcbb86ad0f7bc2e330e7d7b93e1c810b864fd80ecd82eb6bf51aaf6a6de99c74c338609062ce1e90e') +sha512sums=('0631c263500534e42935859d6767cf399b930940279b2b4b144d2b3fc419d8766ac9b8b341bc30deab95768f6a7ea88499b4b0c79be2ab7b1f0e4e5bd69aeffa') +b2sums=('850ac79b3f3a0294bc97f6aea428cb78ac94fe1ae4318b1cad78daa84f07c6d8cdfd630d5311c0d816bfab1f027d85d8f8424bc03f95672f368809a26f0bcf6a') build() { cd $_name-$_version/$_alt_name View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/8adb61b209f1425971955167402b413588a9de12 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/8adb61b209f1425971955167402b413588a9de12 You're receiving this email because of your account on gitlab.archlinux.org.