From f357cdd1b7d7ef12376acb9d04be5ead00eef1c2dd96f96be62cba1c41a725aa Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Mon, 28 Apr 2025 15:42:18 +0000 Subject: [PATCH] Accepting request 1273179 from home:mcalabkova:branches:devel:languages:python - Update to 6.127.8 * Fix a type-hinting regression from version 6.125.1, where we would no longer guarantee the type of the argument to .filter predicates * Improve shrinking behavior for values from text() and binary() which contain duplicate elements, like "zzzabc". OBS-URL: https://build.opensuse.org/request/show/1273179 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=210 --- _service | 2 +- hypothesis-python-6.127.6.tar.gz | 3 --- hypothesis-python-6.127.8.tar.gz | 3 +++ python-hypothesis.changes | 9 +++++++++ python-hypothesis.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 hypothesis-python-6.127.6.tar.gz create mode 100644 hypothesis-python-6.127.8.tar.gz diff --git a/_service b/_service index eb11944..dc7e30c 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.127.6 + hypothesis-python-6.127.8 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.127.6.tar.gz b/hypothesis-python-6.127.6.tar.gz deleted file mode 100644 index 53c4b6b..0000000 --- a/hypothesis-python-6.127.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46cd942e43c5201e470c7cc17f7b4da09c7a904692aeaaf29e19bc4947c82975 -size 975078 diff --git a/hypothesis-python-6.127.8.tar.gz b/hypothesis-python-6.127.8.tar.gz new file mode 100644 index 0000000..aa7b3bb --- /dev/null +++ b/hypothesis-python-6.127.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fc0894ad5c2a170ee9ef92d60241797f173f5b316c406026234c5ca31c7d32 +size 974980 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 0c31653..481736b 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 6 10:05:55 UTC 2025 - Markéta Machová + +- Update to 6.127.8 + * Fix a type-hinting regression from version 6.125.1, where we would + no longer guarantee the type of the argument to .filter predicates + * Improve shrinking behavior for values from text() and binary() + which contain duplicate elements, like "zzzabc". + ------------------------------------------------------------------- Wed Mar 5 14:22:04 UTC 2025 - Nico Krapp diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 4bc2555..3a8dd8f 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.127.6 +Version: 6.127.8 Release: 0 Summary: A library for property based testing License: MPL-2.0