Marcel Telka
2023-09-21 4db45af0a09fa10d18e2f516796bc3f066689cf9
python/unearth: update to 0.11.0

2 files modified
12 ■■■■■ changed files
components/python/unearth/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/unearth/test/results-all.master 6 ●●●●● patch | view | raw | blame | history
components/python/unearth/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        unearth
HUMAN_VERSION =            0.10.0
HUMAN_VERSION =            0.11.0
COMPONENT_SUMMARY =        unearth - A utility to fetch and download python packages
COMPONENT_PROJECT_URL =        https://github.com/frostming/unearth
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/d6/fb/366494a04d7331969be6113b043f9a721aaf329bb65db4cafa5c7ebd7951/unearth-0.10.0.tar.gz
    https://files.pythonhosted.org/packages/92/05/9b871e2262113d6b275cf0c57548a1aa15daa1c2fd96b5a308bf23995e81/unearth-0.11.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:d5b152a5ab2aa3e5149a11cf7b3ba5c5d493176dca38f66ca8969dadd5a8f645
    sha256:af20729b398d2f3b839251d745e4f40f23cb09bd6b797e0a6ff6eed46ca70422
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/unearth/test/results-all.master
@@ -1,10 +1,9 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
metadata: {'Python': '3.9.16', 'Platform': 'SunOS-5.11-i86pc-i386-64bit-ELF', 'Packages': {'pytest': '7.4.0', 'pluggy': '1.3.0'}, 'Plugins': {'anyio': '3.7.1', 'metadata': '3.0.0', 'flake8': '1.1.1', 'mypy-plugins': '3.0.0', 'datadir': '1.4.1', 'mock': '3.11.1', 'custom-exit-code': '0.3.0', 'console-scripts': '1.4.1', 'socket': '0.6.0', 'xdist': '3.2.1', 'time-machine': '2.12.0', 'perf': '0.12.0', 'forked': '1.6.0', 'shell-utilities': '1.8.0', 'env': '1.0.1', 'lazy-fixture': '0.6.3', 'backports.unittest-mock': '1.5.1', 'freezegun': '0.4.2', 'timeout': '2.0.2', 'regressions': '2.5.0', 'helpers-namespace': '2021.12.29', 'typeguard': '4.1.3', 'subtests': '0.10.0', 'rerunfailures': '12.0', 'pytest_freezer': '0.4.8', 'subprocess': '1.5.0', 'skip-markers': '1.4.1', 'pyfakefs': '5.2.4', 'enabler': '2.3.1', 'black-multipy': '1.0.1', 'Faker': '19.3.1', 'kgb': '7.1.1', 'teamcity-messages': '1.32', 'expect': '1.1.0', 'travis-fold': '1.3.0', 'pytest_httpserver': '1.0.8', 'jaraco.test': '5.3.0'}}
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 134 items
collecting ... collected 133 items
tests/test_collector.py::test_collect_links_from_404_page PASSED
tests/test_collector.py::test_collect_links_from_index_page[html] PASSED
@@ -62,7 +61,6 @@
tests/test_evaluator.py::test_evaluate_packages_matching_version[8.1.3->=8.0-None-True] PASSED
tests/test_evaluator.py::test_evaluate_yanked_link[False] PASSED
tests/test_evaluator.py::test_evaluate_yanked_link[True] PASSED
tests/test_evaluator.py::test_no_binary_and_only_binary_conflict PASSED
tests/test_evaluator.py::test_no_binary_is_allowed[link0] PASSED
tests/test_evaluator.py::test_no_binary_is_allowed[link1] PASSED
tests/test_evaluator.py::test_no_binary_is_allowed[link2] PASSED
@@ -141,4 +139,4 @@
tests/test_session.py::test_session_with_selfsigned_ca PASSED
tests/test_utils.py::test_lazy_sequence PASSED
======== 134 passed ========
======== 133 passed ========