Marcel Telka
2023-11-30 b03572ade113503d567b27bd5f6d570f666030b2
python/rpds_py: update to 0.13.2

2 files modified
11 ■■■■ changed files
components/python/rpds_py/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/rpds_py/test/results-all.master 5 ●●●●● 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.1
HUMAN_VERSION =            0.13.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/94/3f/b58db0c212ba3a89378d1684f871e0e7783fc34fadc7696e5439c8c9338e/rpds_py-0.13.1.tar.gz
    https://files.pythonhosted.org/packages/48/0b/f42f99419c5150c2741fe28bf97674d928d46ee17f46f2bc5be031cce0bc/rpds_py-0.13.2.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:264f3a5906c62b9df3a00ad35f6da1987d321a053895bd85f9d5c708de5c0fbf
    sha256:f8eae66a1304de7368932b42d801c67969fd090ddb1a7a24f27b435ed4bed68f
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 68 items
collecting ... collected 69 items
tests/test_hash_trie_map.py::test_access_non_existing_element PASSED
tests/test_hash_trie_map.py::test_convert_hashtriemap PASSED
@@ -28,6 +28,7 @@
tests/test_hash_trie_map.py::test_overwrite_existing_element PASSED
tests/test_hash_trie_map.py::test_pickle PASSED
tests/test_hash_trie_map.py::test_remove_non_existing_element_raises_key_error PASSED
tests/test_hash_trie_map.py::test_repr PASSED
tests/test_hash_trie_map.py::test_same_hash_when_content_the_same_but_underlying_vector_size_differs PASSED
tests/test_hash_trie_map.py::test_str PASSED
tests/test_hash_trie_map.py::test_update_no_arguments PASSED
@@ -73,4 +74,4 @@
tests/test_list.py::test_sequence PASSED
tests/test_list.py::test_truthiness PASSED
======== 63 passed, 5 xfailed ========
======== 64 passed, 5 xfailed ========