Update to 6.62.1
- Fixes: rhbz#2138440 Until lark-parser is updated to lark, we sed the dependency back, see https://github.com/HypothesisWorks/hypothesis/pull/3514
This commit is contained in:
parent
3148e1eca9
commit
0b9150ec25
@ -9,7 +9,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-hypothesis
|
||||
Version: 6.56.3
|
||||
Version: 6.62.1
|
||||
Release: %autorelease
|
||||
Summary: Library for property based testing
|
||||
|
||||
@ -63,6 +63,10 @@ Summary: %{summary}
|
||||
sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
|
||||
# disable Sphinx non-available extensions
|
||||
sed -i -e '/sphinx_codeautolink/d' docs/conf.py
|
||||
# use Fedora-packaged lark-parser until the package is renamed to lark
|
||||
# the comment near this dependency says:
|
||||
# "probably still works with old `lark-parser` too"
|
||||
sed -i -e 's/"lark>=0.10.1"/"lark-parser>=0.9"/' setup.py
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hypothesis-6.56.3.tar.gz) = f410455e77c6e9dc3b9003ef3d4c21bd204d85bc567dfd0d420986dc255d8c1ff9f41d809d837286f02064f546a08eff0f89389906ab7023581cc1f5a5d18947
|
||||
SHA512 (hypothesis-6.62.1.tar.gz) = 1f886de0ae1c4e3371a60e45f00f265542cefa89ce1a109f794ceff3eaa648e2faf566b86b0921e5741b5d8b8d285169387426d8a069410e86642a95380e312e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user