Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-hypothesis
Commits: 175d19bb by Carl Smedstad at 2025-01-06T13:22:11+01:00 upgpkg: 6.123.4-1: Upstream release https://github.com/HypothesisWorks/hypothesis/releases/tag/hypothesis-python-6.123.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.123.2 + pkgver = 6.123.4 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.2.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.123.2.tar.gz - sha512sums = d46b3d83a14b629a39f7eb2dcb0915802ee8185b4796ea38d053e44f2e8e4025a053c99a0aea7b4b59442a24fd3600b78d5a19e1f0bbd13e8a2d9f93cdca3df6 - b2sums = a7033cf2b5d56753ce19c5b369889b62d88c86df8254c840341c599dd97f575fc84e73236e701f4303d6141146bdef24f13f8d666f30a578ff80b067976934ba + source = hypothesis-hypothesis-python-6.123.4.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.123.4.tar.gz + sha512sums = 01952bf2c83818aae8930e713db73f5c23ee6c831836e1c77f915d339cc22d976c85c09cad45995214e6ab9210c0ed1453b79cba956c3352118525fcb0ba291d + b2sums = b2c9e0ed96d20be47ab1254da3b6cbd7dce12254b09bf8f7f642c92ef7c05da71a24ec4460393b9f6a49d5b67fed143abc484f280e5b2e5b1d245fbdb7cf9818 pkgname = python-hypothesis ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ _name=hypothesis _alt_name=$_name-python pkgname=python-hypothesis -pkgver=6.123.2 +pkgver=6.123.4 _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=('d46b3d83a14b629a39f7eb2dcb0915802ee8185b4796ea38d053e44f2e8e4025a053c99a0aea7b4b59442a24fd3600b78d5a19e1f0bbd13e8a2d9f93cdca3df6') -b2sums=('a7033cf2b5d56753ce19c5b369889b62d88c86df8254c840341c599dd97f575fc84e73236e701f4303d6141146bdef24f13f8d666f30a578ff80b067976934ba') +sha512sums=('01952bf2c83818aae8930e713db73f5c23ee6c831836e1c77f915d339cc22d976c85c09cad45995214e6ab9210c0ed1453b79cba956c3352118525fcb0ba291d') +b2sums=('b2c9e0ed96d20be47ab1254da3b6cbd7dce12254b09bf8f7f642c92ef7c05da71a24ec4460393b9f6a49d5b67fed143abc484f280e5b2e5b1d245fbdb7cf9818') build() { cd $_name-$_version/$_alt_name View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/175d19bb609e6ad6697bff61945b9a59d9216759 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/175d19bb609e6ad6697bff61945b9a59d9216759 You're receiving this email because of your account on gitlab.archlinux.org.