Skip to content

Commit 5aabc37

Browse files
committed
python3-hypothesis: update to 6.155.0.
1 parent 9a19bd6 commit 5aabc37

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

srcpkgs/python3-hypothesis/template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Template file for 'python3-hypothesis'
22
pkgname=python3-hypothesis
3-
version=6.152.0
3+
version=6.155.0
44
revision=1
5-
build_wrksrc=hypothesis-python
5+
build_wrksrc=hypothesis
66
build_style=python3-pep517
77
# disable tests requiring unpackaged dependencies or installed entrypoints
88
make_check_args="
@@ -22,9 +22,9 @@ short_desc="Python library for property-based testing"
2222
maintainer="Andrew J. Hesford <ajh@sideband.org>"
2323
license="MPL-2.0"
2424
homepage="https://hypothesis.works/"
25-
changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/master/hypothesis-python/docs/changes.rst"
26-
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
27-
checksum=c40a6e1ccc99bb5f1969c2349958b0462c19e27edae4963afea9ee3d711c4ebb
25+
changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/refs/heads/master/hypothesis/docs/changelog.rst"
26+
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/v${version}.tar.gz"
27+
checksum=840b3992a96937ee647786098a78b2ab7202b0e5e5855542358100d17b852c99
2828

2929
if [ "$XBPS_CHECK_PKGS" != full ]; then
3030
# Skip "full" tests unless explicitly requested"

srcpkgs/python3-hypothesis/update

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
pkgname=hypothesis-python
2-
pattern="${pkgname}-\K[0-9.]+\.0(?=\.tar\.gz)"
1+
pattern="refs/tags/v\K[0-9.]+\.0(?=$|\.tar)"

0 commit comments

Comments
 (0)