Marcel Telka
2023-11-24 c04aed65dba2ed4984346de67cec1591afc5bfdd
python/frozendict: update to 2.3.9; obsolete package for Python 3.7

1 files deleted
1 files added
2 files modified
1 files renamed
496 ■■■■■ changed files
components/python/frozendict/Makefile 7 ●●●●● patch | view | raw | blame | history
components/python/frozendict/history 1 ●●●● patch | view | raw | blame | history
components/python/frozendict/pkg5 4 ●●●● patch | view | raw | blame | history
components/python/frozendict/test/results-3.7.master 477 ●●●●● patch | view | raw | blame | history
components/python/frozendict/test/results-all.master 7 ●●●● patch | view | raw | blame | history
components/python/frozendict/Makefile
@@ -15,18 +15,17 @@
#
BUILD_STYLE = pyproject
USE_COMMON_TEST_MASTER = no
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        frozendict
HUMAN_VERSION =            2.3.8
HUMAN_VERSION =            2.3.9
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/09/73/e3a2f0181a25b189429796f1d33d35658b68c22ec4792fa22d3caebcfc45/frozendict-2.3.8.tar.gz
    https://files.pythonhosted.org/packages/a0/d8/4baca0c09c88bac4a1dc5779aa11a800cfca42af9cf8f71ee8cdcced4911/frozendict-2.3.9.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:5526559eca8f1780a4ee5146896f59afc31435313560208dd394a3a5e537d3ff
    sha256:8c4771eec34a8a47a62d3520465e7ac2d8f583d8ed99fea8dbba4218756e9360
COMPONENT_LICENSE =        LGPL-3.0-only
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/frozendict/history
New file
@@ -0,0 +1 @@
library/python/frozendict-37@2.3.8,5.11-2023.0.0.1
components/python/frozendict/pkg5
@@ -1,15 +1,11 @@
{
    "dependencies": [
        "library/python/setuptools-37",
        "library/python/setuptools-39",
        "library/python/wheel-37",
        "library/python/wheel-39",
        "runtime/python-37",
        "runtime/python-39",
        "system/library"
    ],
    "fmris": [
        "library/python/frozendict-37",
        "library/python/frozendict-39",
        "library/python/frozendict"
    ],
components/python/frozendict/test/results-3.7.master
File was deleted
components/python/frozendict/test/results-all.master
File was renamed from components/python/frozendict/test/results-3.9.master
@@ -1,12 +1,9 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D)
asyncio: mode=strict
collecting ... collected 485 items
collecting ... collected 482 items
::project PASSED
test/test_frozendict.py::TestCFrozendict::test_and_items PASSED
test/test_frozendict.py::TestCFrozendict::test_and_keys PASSED
test/test_frozendict.py::TestCFrozendict::test_bool_false PASSED
@@ -490,4 +487,4 @@
test/test_frozendict_subclass.py::TestFrozendictSubclass::test_xor_items PASSED
test/test_frozendict_subclass.py::TestFrozendictSubclass::test_xor_keys PASSED
======== 477 passed, 6 skipped ========
======== 476 passed, 6 skipped ========