Marcel Telka
2023-12-17 7e5b056a5e5f4404af5186e922f97e664571bf0d
python/rpds_py: update to 0.14.1

2 files modified
26 ■■■■ changed files
components/python/rpds_py/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/rpds_py/test/results-all.master 20 ●●●●● patch | view | raw | blame | history
components/python/rpds_py/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        rpds_py
HUMAN_VERSION =            0.13.2
HUMAN_VERSION =            0.14.1
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/48/0b/f42f99419c5150c2741fe28bf97674d928d46ee17f46f2bc5be031cce0bc/rpds_py-0.13.2.tar.gz
    https://files.pythonhosted.org/packages/af/6b/f4e8d358706cc5428c34ac2347ffd058c845baeeeb518d7208c7550b5039/rpds_py-0.14.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:f8eae66a1304de7368932b42d801c67969fd090ddb1a7a24f27b435ed4bed68f
    sha256:88661f683da9fbf9c5a31d24a8e8db631cdcb1903cf2d90179b2eed914a6bf6c
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
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 69 items
collecting ... collected 85 items
tests/test_hash_trie_map.py::test_access_non_existing_element PASSED
tests/test_hash_trie_map.py::test_convert_hashtriemap PASSED
@@ -73,5 +73,21 @@
tests/test_list.py::test_reverse PASSED
tests/test_list.py::test_sequence PASSED
tests/test_list.py::test_truthiness PASSED
tests/test_queue.py::test_dequeue PASSED
tests/test_queue.py::test_dequeue_empty PASSED
tests/test_queue.py::test_enqueue PASSED
tests/test_queue.py::test_enqueue_empty_list PASSED
tests/test_queue.py::test_hashing XFAIL (Not sure Queue implements H...)
tests/test_queue.py::test_inequality PASSED
tests/test_queue.py::test_instantiate_large_list PASSED
tests/test_queue.py::test_iteration PASSED
tests/test_queue.py::test_len PASSED
tests/test_queue.py::test_literalish_works PASSED
tests/test_queue.py::test_more_eq PASSED
tests/test_queue.py::test_peek_dequeue PASSED
tests/test_queue.py::test_peek_illegal_on_empty_list PASSED
tests/test_queue.py::test_repr PASSED
tests/test_queue.py::test_sequence PASSED
tests/test_queue.py::test_truthiness PASSED
======== 64 passed, 5 xfailed ========
======== 79 passed, 6 xfailed ========