From 07a6d3d7351ca782a69ddcc977c368e18fe8ab9c Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Sun, 17 Nov 2024 11:19:49 +0100 Subject: [PATCH] python/hypothesis: update to 6.119.2 --- components/python/hypothesis/.gitignore | 2 +- components/python/hypothesis/Makefile | 4 ++-- components/python/hypothesis/patches/01-enable-tests.patch | 4 ++-- components/python/hypothesis/test/results-all.master | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/python/hypothesis/.gitignore b/components/python/hypothesis/.gitignore index 86feb34548..f71e2f0445 100644 --- a/components/python/hypothesis/.gitignore +++ b/components/python/hypothesis/.gitignore @@ -1 +1 @@ -/hypothesis-hypothesis-python-6.119.1/ +/hypothesis-hypothesis-python-6.119.2/ diff --git a/components/python/hypothesis/Makefile b/components/python/hypothesis/Makefile index abf2fb6f1f..917266e04f 100644 --- a/components/python/hypothesis/Makefile +++ b/components/python/hypothesis/Makefile @@ -19,13 +19,13 @@ BUILD_STYLE = setup.py include ../../../make-rules/shared-macros.mk COMPONENT_NAME = hypothesis -HUMAN_VERSION = 6.119.1 +HUMAN_VERSION = 6.119.2 COMPONENT_SUMMARY = A library for property-based testing COMPONENT_PROJECT_URL = https://hypothesis.works COMPONENT_ARCHIVE_URL = \ https://github.com/HypothesisWorks/hypothesis/archive/refs/tags/$(COMPONENT_ARCHIVE) COMPONENT_ARCHIVE_HASH = \ - sha256:b32ec110cc1d22cafdfdc84ece79b45edec403226faa73f7a020120afba9d7b4 + sha256:67d8315145415c7ccb6b0d288445503fdb45f2ba50f540f3079187db24f53fde COMPONENT_LICENSE = MPL-2.0 COMPONENT_LICENSE_FILE = LICENSE.txt diff --git a/components/python/hypothesis/patches/01-enable-tests.patch b/components/python/hypothesis/patches/01-enable-tests.patch index 68795ce3ee..2cf5975037 100644 --- a/components/python/hypothesis/patches/01-enable-tests.patch +++ b/components/python/hypothesis/patches/01-enable-tests.patch @@ -1,5 +1,5 @@ ---- hypothesis-hypothesis-python-6.119.1/hypothesis-python/tox.ini.orig -+++ hypothesis-hypothesis-python-6.119.1/hypothesis-python/tox.ini +--- hypothesis-hypothesis-python-6.119.2/hypothesis-python/tox.ini.orig ++++ hypothesis-hypothesis-python-6.119.2/hypothesis-python/tox.ini @@ -4,7 +4,7 @@ [testenv] diff --git a/components/python/hypothesis/test/results-all.master b/components/python/hypothesis/test/results-all.master index aaeb22528f..62ae9fc82c 100644 --- a/components/python/hypothesis/test/results-all.master +++ b/components/python/hypothesis/test/results-all.master @@ -726,14 +726,14 @@ $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) erro $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR) : [Errno 17] File exists: '$(TMPDIR) warnings.warn( -$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw1/test_static_directory_without_0 +$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw4/test_static_directory_without_0 : [Errno 17] File exists: 'test_static_directory_without_0' warnings.warn( -$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw1/test_static_directory_without_1 +$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw4/test_static_directory_without_1 : [Errno 17] File exists: 'test_static_directory_without_1' warnings.warn( -$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw1 -: [Errno 17] File exists: 'popen-gw1' +$(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR)/popen-gw4 +: [Errno 17] File exists: 'popen-gw4' warnings.warn( $(PYTHON_DIR)/vendor-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing $(TMPDIR) : [Errno 17] File exists: '$(TMPDIR) -- 2.11.4.GIT