Update to 6.39.0 (resolves: rhbz#2048882)

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent 163b66d637
commit c69f67ffc6

@ -0,0 +1,69 @@
{
"python-typing-extensions": {
"build": {
"python-pytest-xdist": [
"python3-pytest-xdist"
]
}
},
"python-pytest-xdist": {
"build": {
"python-execnet": [
"python3dist(execnet) >= 1.1"
]
}
},
"python-execnet": {
"build": {
"python-gevent": [
"python3-gevent"
]
}
},
"python-gevent": {
"build": {
"python-zope-interface": [
"python3-zope-interface"
]
}
},
"python-zope-interface": {
"build": {
"python3-docs": [
"python3-docs"
],
"python-repoze-sphinx-autointerface": [
"python3dist(repoze-sphinx-autointerface)"
],
"python-zope-event": [
"python3dist(zope-event)"
]
}
},
"python3-docs": {
"build": {
"linkchecker": [
"linkchecker"
],
"python-docs-theme": [
"python3-docs-theme >= 2022.1"
]
}
},
"linkchecker": {
"build": {}
},
"python-docs-theme": {
"build": {}
},
"python-repoze-sphinx-autointerface": {
"build": {
"python-zope-interface": [
"python3dist(zope-interface)"
]
}
},
"python-zope-event": {
"build": {}
}
}

@ -1,11 +1,6 @@
%if 0%{?el9}
%bcond_without bootstrap
%else
%bcond_with bootstrap
%endif
%if %{with bootstrap}
# Needs pytest and others, but hypothesis is built sooner than pytest when bootstrapping
# Needs pytest-xdist and typing-extensions which pull in a bunch of BRs, see
# missing-epel9-test-brs.json
%bcond_with tests
%bcond_with doc
%else
@ -14,7 +9,7 @@
%endif
Name: python-hypothesis
Version: 6.36.0
Version: 6.39.0
Release: %autorelease
Summary: Library for property based testing

@ -1 +1 @@
SHA512 (hypothesis-6.36.0.tar.gz) = afff635df30552aa8165a28e2dd02e01cd265e22793d788b8a7009f5d3f85fee6330423eed405f64a13d8749c852b81b3d21b4c48f3b3b3a3682e8cdd4cdf238
SHA512 (hypothesis-6.39.0.tar.gz) = ea69eea0442452663258d5e4dc90974ad325bc97507e50790f284675d18da52ecc466cac0041275e292ee65e415458552753e796818011de36a1f5bb05848e5e

Loading…
Cancel
Save