From a28a65a73672c93cf256838cf469622f4fcc2e38 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 29 Dec 2023 09:15:22 +0100
Subject: [PATCH] python/rpds_py: update to 0.16.2

---
 components/python/rpds_py/Makefile                |    6 +++---
 components/python/rpds_py/test/results-all.master |    7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/components/python/rpds_py/Makefile b/components/python/rpds_py/Makefile
index 0c7da32..131fb64 100644
--- a/components/python/rpds_py/Makefile
+++ b/components/python/rpds_py/Makefile
@@ -19,13 +19,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		rpds_py
-HUMAN_VERSION =			0.15.2
+HUMAN_VERSION =			0.16.2
 COMPONENT_SUMMARY =		rpds_py - Python bindings to Rust's persistent data structures (rpds)
 COMPONENT_PROJECT_URL =		https://github.com/crate-py/rpds
 COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/a9/27/92d18887228969196cd80943e3fb94520925462aa660fb491e4e2da93e56/rpds_py-0.15.2.tar.gz
+	https://files.pythonhosted.org/packages/c2/63/94a1e9406b34888bdf8506e91d654f1cd84365a5edafa5f8ff0c97d4d9e1/rpds_py-0.16.2.tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:373b76eeb79e8c14f6d82cb1d4d5293f9e4059baec6c1b16dca7ad13b6131b39
+	sha256:781ef8bfc091b19960fc0142a23aedadafa826bc32b433fdfe6fd7f964d7ef44
 COMPONENT_LICENSE =		MIT
 COMPONENT_LICENSE_FILE =	LICENSE
 
diff --git a/components/python/rpds_py/test/results-all.master b/components/python/rpds_py/test/results-all.master
index 2f2f7aa..04fc854 100644
--- a/components/python/rpds_py/test/results-all.master
+++ b/components/python/rpds_py/test/results-all.master
@@ -2,7 +2,7 @@
 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
 cachedir: .pytest_cache
 rootdir: $(@D)
-collecting ... collected 86 items
+collecting ... collected 89 items
 
 tests/test_hash_trie_map.py::test_access_non_existing_element PASSED
 tests/test_hash_trie_map.py::test_convert_hashtriemap PASSED
@@ -11,6 +11,9 @@
 tests/test_hash_trie_map.py::test_equal PASSED
 tests/test_hash_trie_map.py::test_equal_with_different_insertion_order PASSED
 tests/test_hash_trie_map.py::test_fast_convert_hashtriemap PASSED
+tests/test_hash_trie_map.py::test_fromkeys PASSED
+tests/test_hash_trie_map.py::test_fromkeys_explicit_value PASSED
+tests/test_hash_trie_map.py::test_fromkeys_explicit_value_not_copied PASSED
 tests/test_hash_trie_map.py::test_get PASSED
 tests/test_hash_trie_map.py::test_hash XFAIL (Not sure HashTrieMap i...)
 tests/test_hash_trie_map.py::test_index_non_existing_raises_key_error PASSED
@@ -91,4 +94,4 @@
 tests/test_queue.py::test_sequence PASSED
 tests/test_queue.py::test_truthiness PASSED
 
-======== 80 passed, 6 xfailed ========
+======== 83 passed, 6 xfailed ========

--
Gitblit v1.9.3