Marcel Telka
2023-11-17 e1e9e156a6ceaa287498126f736b0e0c0ab3b4e4
python/rpds_py: update to 0.13.0

2 files modified
13 ■■■■■ changed files
components/python/rpds_py/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/rpds_py/test/results-all.master 7 ●●●● 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.12.0
HUMAN_VERSION =            0.13.0
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/75/be/e3f366aa4cd1e3a814f136773e506fc5423eff903ef0372a251df34e6e45/rpds_py-0.12.0.tar.gz
    https://files.pythonhosted.org/packages/81/b8/c18e4fa683dd67fd2f1b9239648ba8c29fed467b4aa80387b14116e3a06b/rpds_py-0.13.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:7036316cc26b93e401cedd781a579be606dad174829e6ad9e9c5a0da6e036f80
    sha256:35cc91cbb0b775705e0feb3362490b8418c408e9e3c3b9cb3b02f6e495f03ee7
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 65 items
collecting ... collected 68 items
tests/test_hash_trie_map.py::test_access_non_existing_element PASSED
tests/test_hash_trie_map.py::test_convert_hashtriemap PASSED
@@ -26,6 +26,7 @@
tests/test_hash_trie_map.py::test_not_equal PASSED
tests/test_hash_trie_map.py::test_not_equal_to_dict PASSED
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_same_hash_when_content_the_same_but_underlying_vector_size_differs PASSED
tests/test_hash_trie_map.py::test_str PASSED
@@ -44,6 +45,7 @@
tests/test_hash_trie_set.py::test_key_is_tuple PASSED
tests/test_hash_trie_set.py::test_more_eq PASSED
tests/test_hash_trie_set.py::test_more_set_comparisons PASSED
tests/test_hash_trie_set.py::test_pickle PASSED
tests/test_hash_trie_set.py::test_remove_when_not_present PASSED
tests/test_hash_trie_set.py::test_repr PASSED
tests/test_hash_trie_set.py::test_supports_hash XFAIL (Not sure Hash...)
@@ -62,6 +64,7 @@
tests/test_list.py::test_len PASSED
tests/test_list.py::test_literalish_works PASSED
tests/test_list.py::test_more_eq PASSED
tests/test_list.py::test_pickle PASSED
tests/test_list.py::test_push_front PASSED
tests/test_list.py::test_push_front_empty_list PASSED
tests/test_list.py::test_repr PASSED
@@ -70,4 +73,4 @@
tests/test_list.py::test_sequence PASSED
tests/test_list.py::test_truthiness PASSED
======== 60 passed, 5 xfailed ========
======== 63 passed, 5 xfailed ========