From 19c155f0809dd215a481e5692352bdf8f5ab6c28 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Wed, 13 Dec 2023 19:18:26 +0100
Subject: [PATCH] python/prompt_toolkit: update to 3.0.42

---
 components/python/prompt_toolkit/Makefile                |    4 ++--
 components/python/prompt_toolkit/test/results-all.master |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/python/prompt_toolkit/Makefile b/components/python/prompt_toolkit/Makefile
index 8713268..838253d 100644
--- a/components/python/prompt_toolkit/Makefile
+++ b/components/python/prompt_toolkit/Makefile
@@ -19,13 +19,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		prompt_toolkit
-HUMAN_VERSION =			3.0.41
+HUMAN_VERSION =			3.0.42
 COMPONENT_SUMMARY =		prompt_toolkit - Library for building powerful interactive command lines in Python
 COMPONENT_PROJECT_URL =		https://github.com/prompt-toolkit/python-prompt-toolkit
 COMPONENT_ARCHIVE_URL =		\
 	https://github.com/prompt-toolkit/python-prompt-toolkit/archive/refs/tags/$(HUMAN_VERSION).tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:530c541b66ae0bbbe4d9c1a8c9dfcf0156fbad2d0da9854b8e6beb5c01111684
+	sha256:05083b1c596eae6087b88e668501fbd2987702fbc427cc47300a57a2f8e9d775
 COMPONENT_LICENSE =		BSD-3-Clause
 COMPONENT_LICENSE_FILE =	LICENSE
 
diff --git a/components/python/prompt_toolkit/test/results-all.master b/components/python/prompt_toolkit/test/results-all.master
index d8376ed..d866353 100644
--- a/components/python/prompt_toolkit/test/results-all.master
+++ b/components/python/prompt_toolkit/test/results-all.master
@@ -146,7 +146,7 @@
 tests/test_utils.py::test_using_weights PASSED
 tests/test_vt100_output.py::test_get_closest_ansi_color PASSED
 tests/test_widgets.py::test_custom_button PASSED
-tests/test_widgets.py::test_defaulf_button PASSED
+tests/test_widgets.py::test_default_button PASSED
 tests/test_yank_nth_arg.py::test_empty_history PASSED
 tests/test_yank_nth_arg.py::test_repeated_search PASSED
 tests/test_yank_nth_arg.py::test_repeated_search_with_wraparound PASSED

--
Gitblit v1.9.3