Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: df84b40d by Carl Smedstad at 2024-12-21T20:15:06+01:00 upgpkg: 6.122.6-1: Upstream release https://hypothesis.readthedocs.io/en/latest/changes.html#v6-122-6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-hypothesis pkgdesc = Advanced Quickcheck style testing library for Python - pkgver = 6.122.5 + pkgver = 6.122.6 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.122.5.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.122.5.tar.gz - sha512sums = 67df638efaca6fccafba2305042a785c32ea532ac52336f55e38fe085351052386408399e0097572a9be546891212286228a12b48839892883284a4cee01ff33 - b2sums = 57de8290600ceadc408804d4ec5df7bc96977757dfb9039d894e39bef6c0a53fd3453ac86320353079c4835218557e5331a45894e5f61a60191c562c334827dc + source = hypothesis-hypothesis-python-6.122.6.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.122.6.tar.gz + sha512sums = 3aa0d6a8ac033b6145b6ba831663074002bd67a793e8fe157e76d2768b2048d9864b82179667f7cb732444f09a5b178490b6eecb34d4c0460a164968b33c9f88 + b2sums = 2d111698688050f3ce0d9cfdc1bc5b900b4d347b3733edac483e8e1b0b915b158903d055955893041c80064a0878d6a2a7aaafcf3b9b00c4c232567b9709aeae pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ _name=hypothesis _alt_name=$_name-python pkgname=python-hypothesis -pkgver=6.122.5 +pkgver=6.122.6 _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=('67df638efaca6fccafba2305042a785c32ea532ac52336f55e38fe085351052386408399e0097572a9be546891212286228a12b48839892883284a4cee01ff33') -b2sums=('57de8290600ceadc408804d4ec5df7bc96977757dfb9039d894e39bef6c0a53fd3453ac86320353079c4835218557e5331a45894e5f61a60191c562c334827dc') +sha512sums=('3aa0d6a8ac033b6145b6ba831663074002bd67a793e8fe157e76d2768b2048d9864b82179667f7cb732444f09a5b178490b6eecb34d4c0460a164968b33c9f88') +b2sums=('2d111698688050f3ce0d9cfdc1bc5b900b4d347b3733edac483e8e1b0b915b158903d055955893041c80064a0878d6a2a7aaafcf3b9b00c4c232567b9709aeae') build() { cd $_name-$_version/$_alt_name View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/df84b40d47aeb1eed39dbd11d26124a325c1a484 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/df84b40d47aeb1eed39dbd11d26124a325c1a484 You're receiving this email because of your account on gitlab.archlinux.org.
