From 7bea32fd382fe993229cd2db29c3a13cb8138b09 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 09 Apr 2024 22:50:43 +0200
Subject: [PATCH] libarchive: update to 3.7.3

---
 components/python/pytest-ignore-flaky/test/results-all.master |   73 +++---------------------------------
 1 files changed, 6 insertions(+), 67 deletions(-)

diff --git a/components/python/pytest-ignore-flaky/test/results-all.master b/components/python/pytest-ignore-flaky/test/results-all.master
index 43a6d8b..e54fbf7 100644
--- a/components/python/pytest-ignore-flaky/test/results-all.master
+++ b/components/python/pytest-ignore-flaky/test/results-all.master
@@ -2,78 +2,17 @@
 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
 cachedir: .pytest_cache
 rootdir: $(@D)
+configfile: pyproject.toml
 collecting ... collected 3 items
 
-tests/test_functional.py::test_fail_flaky PASSED
 tests/test_functional.py::test_ignore_flaky PASSED
-tests/test_functional.py::test_success_flaky PASSED
+tests/test_functional.py::test_fail_flaky PASSED
+tests/test_functional.py::test_success_flaky SKIPPED (fails with typ...)
 
 =============================== warnings summary ===============================
 tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pytest_reporter/__init__.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
-    from pkg_resources import get_distribution, DistributionNotFound
-
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('paste')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(pkg)
-
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('flufl')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(pkg)
-
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(pkg)
-
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze.sphinx')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(pkg)
-
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2350: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(parent)
-
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(pkg)
-
-tests/test_functional.py::test_ignore_flaky
-tests/test_functional.py::test_fail_flaky
-tests/test_functional.py::test_success_flaky
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zc')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(pkg)
-
-tests/test_functional.py: 45 warnings
-  $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zope')`.
-  Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
-    declare_namespace(pkg)
+  $(PYTHON_DIR)/vendor-packages/pytest_benchmark/logger.py:46: PytestBenchmarkWarning: Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.
+    warner(PytestBenchmarkWarning(text))
 
 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
-======== 3 passed, 75 warnings ========
+======== 2 passed, 1 skipped, 1 warning ========

--
Gitblit v1.9.3