Accepting request 1011261 from devel:languages:python
- update to 6.56.2: * This patch updates our vendored `list of top-level domains <https://www.iana.org/domains/root/db>`__, 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/request/show/1011261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=60
This commit is contained in:
commit
9e17e45726
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">hypothesis-python-6.56.1</param>
|
||||
<param name="revision">hypothesis-python-6.56.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
||||
<param name="subdir">hypothesis-python</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a29c3fc0569c7d09f9f3f3d7649eef2b22112efff794053f9dbfe6c6bfdf346d
|
||||
size 774929
|
3
hypothesis-python-6.56.2.tar.gz
Normal file
3
hypothesis-python-6.56.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80f558a87a70cec6d9bee6ee62b16c824ce797502fe790563514b597e9128c8c
|
||||
size 774940
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 16 17:44:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.56.2:
|
||||
* This patch updates our vendored `list of top-level domains
|
||||
<https://www.iana.org/domains/root/db>`__, 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user