From ca44547f1eb261557ec3ba7fc60bb55da3c83005a9e3307a66dafdc06ebd73bc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Oct 2022 17:45:36 +0000 Subject: [PATCH] - update to 6.56.2: * This patch updates our vendored `list of top-level domains `__, which is used by the provisional :func:`~hypothesis.provisional.domains` strategy, and fixes some incorrect examples in the docs for :func:`~hypothesis.extra.numpy.mutually_broadcastable_shapes`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=156 --- _service | 2 +- hypothesis-python-6.56.1.tar.gz | 3 --- hypothesis-python-6.56.2.tar.gz | 3 +++ python-hypothesis.changes | 10 ++++++++++ python-hypothesis.spec | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 hypothesis-python-6.56.1.tar.gz create mode 100644 hypothesis-python-6.56.2.tar.gz diff --git a/_service b/_service index 92f2631..9304bc6 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.56.1 + hypothesis-python-6.56.2 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.56.1.tar.gz b/hypothesis-python-6.56.1.tar.gz deleted file mode 100644 index b4b76e2..0000000 --- a/hypothesis-python-6.56.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a29c3fc0569c7d09f9f3f3d7649eef2b22112efff794053f9dbfe6c6bfdf346d -size 774929 diff --git a/hypothesis-python-6.56.2.tar.gz b/hypothesis-python-6.56.2.tar.gz new file mode 100644 index 0000000..319fe07 --- /dev/null +++ b/hypothesis-python-6.56.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f558a87a70cec6d9bee6ee62b16c824ce797502fe790563514b597e9128c8c +size 774940 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 07587ec..5863fa9 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Oct 16 17:44:52 UTC 2022 - Dirk Müller + +- update to 6.56.2: + * This patch updates our vendored `list of top-level domains + `__, which is used by the provisional + :func:`~hypothesis.provisional.domains` strategy, and fixes some incorrect + examples in the docs for + :func:`~hypothesis.extra.numpy.mutually_broadcastable_shapes`. + ------------------------------------------------------------------- Sun Oct 9 21:39:51 UTC 2022 - Ben Greiner diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 1c4495a..bd3ea9b 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -31,7 +31,7 @@ ExclusiveArch: do_not_build %bcond_with test %endif Name: python-hypothesis%{psuffix} -Version: 6.56.1 +Version: 6.56.2 Release: 0 Summary: A library for property based testing License: MPL-2.0