diff --git a/_service b/_service index d701c57..dab914f 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.112.0 + hypothesis-python-6.112.2 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.112.0.tar.gz b/hypothesis-python-6.112.0.tar.gz deleted file mode 100644 index f1d8cc6..0000000 --- a/hypothesis-python-6.112.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5cb533357dd4d9e0f16071f5b8fca2f9a6966872cc9ca0e1377f071b08da7b2 -size 933779 diff --git a/hypothesis-python-6.112.2.tar.gz b/hypothesis-python-6.112.2.tar.gz new file mode 100644 index 0000000..f0d8bbb --- /dev/null +++ b/hypothesis-python-6.112.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b012a0b077bd94f08ceed2abecec124d735e314e8d24117311968fafed446859 +size 933401 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index cb133e5..d77a4ed 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 8 16:02:15 UTC 2024 - Markéta Machová + +- Update to 6.112.2 + * removes a now-incorrect internal assertion about numpy’s typing + after recent numpy changes + * fixes an internal error when the __context__ attribute of a raised + exception leads to a cycle + ------------------------------------------------------------------- Fri Sep 6 05:56:55 UTC 2024 - Ben Greiner diff --git a/python-hypothesis.spec b/python-hypothesis.spec index f9d2832..a0a1cb6 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -38,7 +38,7 @@ ExclusiveArch: do_not_build %endif %{?sle15_python_module_pythons} Name: python-hypothesis%{psuffix} -Version: 6.112.0 +Version: 6.112.2 Release: 0 Summary: A library for property based testing License: MPL-2.0