Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
python/frozendict: update to 2.4.1

5 files modified
24 ■■■■ changed files
components/python/frozendict/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/frozendict/frozendict-PYVER.p5m 2 ●●● patch | view | raw | blame | history
components/python/frozendict/manifests/sample-manifest.p5m 4 ●●●● patch | view | raw | blame | history
components/python/frozendict/pkg5 6 ●●●● patch | view | raw | blame | history
components/python/frozendict/test/results-all.master 6 ●●●●● patch | view | raw | blame | history
components/python/frozendict/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        frozendict
HUMAN_VERSION =            2.4.0
HUMAN_VERSION =            2.4.1
COMPONENT_SUMMARY =        frozendict - A simple immutable dictionary
COMPONENT_PROJECT_URL =        https://github.com/Marco-Sulla/python-frozendict
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/8d/af/ea169c16f17f1c11a3fb2db3d56ca51cfec6b9bce8765cab58eed5ad1a49/frozendict-2.4.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:c26758198e403337933a92b01f417a8240c954f553e1d4b5e0f8e39d9c8e3f0a
    sha256:1b32eb2f30bb734b7a699ee7003c86f81964f1c3b6e0e0f18efcbbdeb5b220bf
COMPONENT_LICENSE =        LGPL-3.0-only
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/frozendict/frozendict-PYVER.p5m
@@ -29,7 +29,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict-$(HUMAN_VERSION).dist-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/__init__.pyi
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/_frozendict.so
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/_frozendict.cpython-$(PYV).so
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/_frozendict_py.py
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/cool.py
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/core.py
components/python/frozendict/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -29,7 +29,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict-$(HUMAN_VERSION).dist-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/__init__.pyi
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/_frozendict.so
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/_frozendict.cpython-$(PYV).so
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/_frozendict_py.py
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/cool.py
file path=usr/lib/python$(PYVER)/vendor-packages/frozendict/core.py
components/python/frozendict/pkg5
@@ -6,8 +6,8 @@
        "system/library"
    ],
    "fmris": [
        "library/python/frozendict-39",
        "library/python/frozendict"
        "library/python/frozendict",
        "library/python/frozendict-39"
    ],
    "name": "frozendict"
}
}
components/python/frozendict/test/results-all.master
@@ -2,7 +2,8 @@
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
collecting ... collected 256 items
configfile: pyproject.toml
collecting ... collected 257 items
test/test_freeze.py::test_deepfreeze PASSED
test/test_freeze.py::test_deepfreeze_bad_custom_converters_key PASSED
@@ -11,6 +12,7 @@
test/test_freeze.py::test_deepfreeze_bad_custom_inverse_converters_val PASSED
test/test_freeze.py::test_deepfreeze_custom PASSED
test/test_freeze.py::test_deepfreeze_inverse PASSED
test/test_freeze.py::test_prefer_forward PASSED
test/test_freeze.py::test_register_bad_converter PASSED
test/test_freeze.py::test_register_bad_to_convert PASSED
test/test_freeze.py::test_register_custom PASSED
@@ -261,4 +263,4 @@
test/test_frozendict_subclass.py::TestFrozendictSubclass::test_xor_items PASSED
test/test_frozendict_subclass.py::TestFrozendictSubclass::test_xor_keys PASSED
======== 256 passed ========
======== 257 passed ========