Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *84.0.0* has Succeeded.
Next steps:
- apply the patch: git am
0001-python3-setuptools-upgrade-83.0.0-84.0.0.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
From e8867a5c4ff1197b6aac9ad52c2809d1e5dc91a3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 9 Aug 2026 05:33:10 +0000
Subject: [PATCH] python3-setuptools: upgrade 83.0.0 -> 84.0.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Source: NEWS.rst
v84.0.0
=======
Features
--------
- Newline-separated ``keywords`` and ``platforms``, which are invalid and
corrupt the generated metadata (pypa/setuptools#4887), are now handled
forgivingly: each line is treated as a separate item and a deprecation warning
is emitted. Newlines were never a valid separator for these fields -- the `old
specification <https://peps.python.org/pep-0345/>`_ separated items with spaces
and the current one uses commas. (#4887)
- ``Extension`` is now a dataclass, exposing type annotations for its
constructor arguments so subclasses (e.g. in Setuptools) can inherit them
without redeclaring each parameter. Passing unknown keyword arguments is now
deprecated. (pypa/distutils#373) (#5022)
- The C compiler modules now emit log messages through their own
``compilers.C.*`` loggers instead of the distutils root logger, part of
decoupling the compilers package from distutils. The logger names are
normalized to a stable ``compilers.C.*`` prefix so they remain constant as the
package migrates toward a standalone ``compilers.C`` distribution. (#5266)
- The C compilers gained a ``Compiler.call`` method -- a thin wrapper over
``subprocess.check_call`` (with macOS deployment-target env injection) that is
the modern replacement for ``Compiler.spawn``. The compilers no longer depend
on ``distutils.spawn``, ``distutils.dir_util``, ``distutils.file_util``,
``distutils._modified``, or ``distutils.util.execute``/``split_quoted``: the
generic ``newer``/``newer_group`` and ``split_quoted`` helpers are vendored
into the ``compilers`` package, and
``Compiler.mkpath``/``move_file``/``execute`` are implemented directly on the
standard library (``os.makedirs``/``shutil.move``). The methods are retained
for backward compatibility. (#5267)
- The compilers no longer depend on ``distutils.util``, ``distutils.version``,
``distutils.compat``, or ``distutils._macos_compat``. The
platform-identification helpers
(``get_platform``/``get_host_platform``/``is_mingw``) now live in
``distutils.compilers.platform.detect`` and the macOS deployment-target logic
and ``compiler_fixup`` in ``distutils.compilers.platform.macos``;
``CygwinCCompiler.gcc_version`` returns a ``packaging.version.Version``.
``distutils.util`` re-exports the platform/macOS helpers from their new homes
for backward compatibility rather than keeping duplicate copies. (sysconfig
lookups still route through distutils pending its own decoupling.) (#5268)
- The compilers now read their build configuration from the standard library's
``sysconfig`` instead of ``distutils.sysconfig``. Per-compiler customization --
previously ``distutils.sysconfig.customize_compiler`` -- has moved into
``Compiler.configure_system()``: a no-op on the base class, with
``UnixCCompiler`` applying the compiler/flag/archiver settings CPython recorded
in ``sysconfig`` (and the usual ``CC``/``CFLAGS``/``LDSHARED``/… environment
overrides). ``distutils.sysconfig.customize_compiler`` is retained as a thin wra
[Changelog truncated as it exceeds 3000 characters;
the full changelog can be found in an attachment to the AUH email]
---
...1-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 2 +-
...ython3-setuptools_83.0.0.bb => python3-setuptools_84.0.0.bb} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-setuptools_83.0.0.bb =>
python3-setuptools_84.0.0.bb} (94%)
diff --git
a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
index 6e240c47d2..f6313fb1a9 100644
---
a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
+++
b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
@@ -1,4 +1,4 @@
-From 015ff68e79298c5148350cf3bf0b72d1d409ba4b Mon Sep 17 00:00:00 2001
+From fe651521b9d970a84432b37d2731932a4862deb2 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <[email protected]>
Date: Wed, 11 May 2022 21:41:14 +0200
Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the
diff --git a/meta/recipes-devtools/python/python3-setuptools_83.0.0.bb
b/meta/recipes-devtools/python/python3-setuptools_84.0.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_83.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_84.0.0.bb
index e5593c9f73..648b084a27 100644
--- a/meta/recipes-devtools/python/python3-setuptools_83.0.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_84.0.0.bb
@@ -11,7 +11,7 @@ CVE_PRODUCT = "python3-setuptools python:setuptools"
SRC_URI += " \
file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
-SRC_URI[sha256sum] =
"025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef"
+SRC_URI[sha256sum] =
"f4695c21257f0d9b537ec2692c941d02ee143b7cc1276941349a546573b2ef73"
do_install:append() {
# setuptools ships Windows launcher executables (cli*.exe, gui*.exe).
--
2.47.1
packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools: PKGSIZE changed from 7291290 to 5612978 (-23%) packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools: FILELIST: directory renamed /usr/lib/python3.14/site-packages/setuptools-83.0.0.dist-info/licenses -> /usr/lib/python3.14/site-packages/setuptools-84.0.0.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/setuptools-83.0.0.dist-info -> /usr/lib/python3.14/site-packages/setuptools-84.0.0.dist-info, removed "/usr/lib/python3.14/site-packages/setuptools/tests/config/test_setupcfg.py /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/preload.py /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_extern.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_namespaces.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py39.py /u sr/lib/python3.14/site-packages/setuptools/tests/environment.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_extension.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/support.py /usr/lib/python3.14/site-packages/setuptools/tests/compat/__init__.py /usr/lib/python3.14/site-packages/setuptools/test s/config/__pycache__/test_expand.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__init__.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_editable_install.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/unix_compat.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__init__.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_ar chive_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_dist.py /usr/lib/python3.14/site-packages/setuptools/tests/config/setupcfg_examples.txt /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyprojecttoml.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_data.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sysconfig.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_find_packages.py /usr/lib/python3.14/site-packages/setuptools/tests/test_config_discovery.py /usr/lib/python3.14/site-packages/setuptools/_di stutils/tests/__pycache__/support.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_logging.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_version.py /usr/lib/python3.14/site-packages/setuptools/tests/test_egg_info.py /usr/lib/python3.14/site-packages/setuptools/tests/test_dist_info.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_config_cmd.py /usr/lib/python3.14/site-packages/setuptools/tests/test_sdist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-314.pyc /usr/l ib/python3.14/site-packages/setuptools/tests/test_virtualenv.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_filelist.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install.py /usr/lib/python3.14/site-packages/setuptools/tests/compat/py39.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_depends.py /usr/lib/python3.14/site-packages/setuptools/tests/test_develop.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/textwrap.py /usr/lib/python3.14/site-packa ges/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/script-with-bom.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython- 314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pbr.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/textwrap.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_file_util.py /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pbr.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_lib.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dir_util.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_insta ll_headers.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_develop.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_clib.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/text.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutil s/tests/__pycache__/test_build_scripts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/contexts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py /usr/lib/python3.14/site-packages/setuptools/tests/test_setuptools.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_ext.py /usr/lib/python3.14/site-packages/setuptools/tests/integration/helpers.py /usr/lib/python3.14/site-packages/setuptools/tests/test_glob.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_scripts.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_wheel.py /usr/lib/python3.14/site-package s/setuptools/tests/__pycache__/test_install_scripts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_manifest.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_scripts.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_wheel.py /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_build_meta.py /usr/lib/python3.14/site-packages/setuptools/tests/test_build_clib.py /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/t est_archive_util.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_scripts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__init__.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__init__.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_spawn.py /usr/lib/python3.14/site-packages/setuptool s/_distutils/tests/test_bdist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/py39.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_check.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_clean.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sdist.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/text.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_unicode_utils.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_versionpredicate.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_text_file.py /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_egg.py /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pip_install_sdist .py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_scripts.py /usr/lib/python3.14/site-packages/setuptools/tests/test_windows_wrappers.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_dist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_glob.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__init__.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_cmd.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_log.py /usr/lib/python3.14/site-packages/setuptools/tests/test_extern.py /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyproject toml_dynamic_deps.py /usr/lib/python3.14/site-packages/setuptools/tests/namespaces.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_core.py /usr/lib/python3.14/site-packages/setuptools/tests/test_distutils_adoption.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_util.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html /usr/lib/python3.14/site-packages/setuptools/tests/test_warnings.py /usr/lib/python3.14/site-packages/setuptools/tests/test_build.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test _depends.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/namespaces.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_archive_util.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/mod_with_constant.py /usr/lib/python3.14/site-packages/setuptools/tests/test_build_py.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_de precations.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/contexts.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/__init__.py /usr/lib/python3.14/site-packages/setuptools/tests/test_build_ext.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/environment.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_core_metadata.py /usr/lib/python3.14/site-packages/setuptools/tests/test_setopt.py /usr/lib/python3.14/site-packages/setuptools/ _distutils/tests/__pycache__/test_bdist_rpm.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/fixtures.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/test_expand.py /usr/lib/python3.14/site-packages/setuptools/tests/test_find_py_modules.py /usr/lib/python3.14/site-packages/setuptools/tests/test_install_scripts.py /usr/lib/python3.14/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py /usr/lib/python3.14/site-packages/setuptools/tests/fixtures.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_py.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_modified.py /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/external.html /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-314.pyc /usr/lib/python3.14/si te-packages/setuptools/_distutils/compilers/C/tests/test_base.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_shutil_wrapper.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_logging.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-314.pyc", added "/usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/_modified.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/errors.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_modified.cpython-314.pyc /usr/li b/python3.14/site-packages/setuptools/_distutils/__pycache__/_dataclass.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/detect.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/_util.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/macos.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py310.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/logging.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/detect.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/logging.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/errors.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py310.cpython-314.pyc /usr/l ib/python3.14/site-packages/setuptools/_distutils/_dataclass.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/macos.py" Changes to packages/x86-64-v3-poky-linux/python3-setuptools (sysroot): /usr/lib/python3.14/site-packages/setuptools-83.0.0.dist-info moved to /usr/lib/python3.14/site-packages/setuptools-84.0.0.dist-info /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py310.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py310.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/errors.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/logging.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/_modified.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/detect.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/macos.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__ was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/detect.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/macos.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__ was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/errors.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/logging.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_modified.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_util.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/_util.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/_dataclass.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/__pycache__/_dataclass.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py39.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/py39.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/support.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_archive_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_clib.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_ext.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_py.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_check.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_clean.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_cmd.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_config_cmd.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_core.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dir_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_extension.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_filelist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_file_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_data.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_headers.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_lib.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_log.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_modified.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sdist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_spawn.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sysconfig.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_text_file.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_versionpredicate.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_version.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/unix_compat.py was removed /usr/lib/python3.14/site-packages/setuptools/tests was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/py39.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/preload.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/setupcfg_examples.txt was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_expand.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyprojecttoml.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_setupcfg.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/contexts.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/environment.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/fixtures.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/external.html was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html was removed /usr/lib/python3.14/site-packages/setuptools/tests/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/helpers.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pbr.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pbr.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pip_install_sdist.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/mod_with_constant.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/namespaces.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/contexts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/environment.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/fixtures.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/namespaces.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_depends.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_develop.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_dist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_extern.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_glob.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_logging.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/text.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/textwrap.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/script-with-bom.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_archive_util.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_deprecations.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_egg.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_wheel.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_clib.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_ext.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_meta.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_py.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_config_discovery.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_core_metadata.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_depends.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_develop.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_dist_info.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_dist.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_distutils_adoption.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_editable_install.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_egg_info.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_extern.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_find_packages.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_find_py_modules.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_glob.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_install_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_logging.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_manifest.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_namespaces.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_sdist.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_setopt.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_setuptools.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_shutil_wrapper.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_unicode_utils.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_virtualenv.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_warnings.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_wheel.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_windows_wrappers.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/text.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/textwrap.py was removed
packages/x86-64-v3-poky-linux/python3-setuptools: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools: SRC_URI changed from "https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-83.0.0.tar.gz;downloadfilename=setuptools-83.0.0.tar.gz file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" to "https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-84.0.0.tar.gz;downloadfilename=setuptools-84.0.0.tar.gz file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" packages/x86-64-v3-poky-linux/python3-setuptools: PKGV changed from 83.0.0 [default] to 84.0.0 [default] packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-dbg: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-dbg: PKGV changed from 83.0.0 [default] to 84.0.0 [default] packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-dev: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-dev: PKGV changed from 83.0.0 [default] to 84.0.0 [default] packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-doc: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-doc: PKGV changed from 83.0.0 [default] to 84.0.0 [default] packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-locale: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-locale: PKGV changed from 83.0.0 [default] to 84.0.0 [default] packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-src: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-src: PKGV changed from 83.0.0 [default] to 84.0.0 [default] packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-staticdev: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools-staticdev: PKGV changed from 83.0.0 [default] to 84.0.0 [default] packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools: PKGSIZE changed from 7291290 to 5612978 (-23%) packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools: PV changed from "83.0.0" to "84.0.0" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools: FILELIST: directory renamed /usr/lib/python3.14/site-packages/setuptools-83.0.0.dist-info/licenses -> /usr/lib/python3.14/site-packages/setuptools-84.0.0.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/setuptools-83.0.0.dist-info -> /usr/lib/python3.14/site-packages/setuptools-84.0.0.dist-info, removed "/usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_extern.py /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_deprecations.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_fil e_util.py /usr/lib/python3.14/site-packages/setuptools/tests/test_dist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/unix_compat.py /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/compat/__init__.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/preload.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/environment.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython- 314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_depends.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_logging.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_sdist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__init__.py /usr/lib/python3.14/site-packages/setuptools/tests/test_config_discovery.py /usr/lib/python3.14/site-packages/setuptools/tests/test_core_metadata.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_text_file.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_archive_util.py /usr/lib/python3.14/site-packages/setuptools/tests/integration/helpers.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test _dist_info.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pbr.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_scripts.py /usr/lib/python3.14/site-packages/setuptools/tests/test_scripts.py /usr/lib/python3.14/site-packages/setuptools/tests/textwrap.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_dist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/external.html /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_glob.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_scripts.cpyt hon-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_develop.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_clib.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_extern.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_build_py.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html /usr/lib/python3.14/site-packages/setuptools/_ distutils/tests/__pycache__/test_modified.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/test_expand.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_py.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_dist_info.py /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/py39.py /usr/lib/python3.14/s ite-packages/setuptools/_distutils/tests/test_modified.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_unicode_utils.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_distutils_adoption.py /usr/lib/python3.14/site-packages/setuptools/tests/namespaces.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_scripts.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_extension.py /usr/lib/python3.14/site-packages/setuptools/tests/test_manifest.py /usr/lib/python3.14/site-packages/setuptools/tests/test_logging.py /usr/lib/python3.14/site-packag es/setuptools/tests/__pycache__/test_build_py.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_egg_info.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_version.py /usr/lib/python3.14/site-packages/setuptools/tests/test_wheel.py /usr/lib/python3.14/site-packages/setuptools/tests/test_archive_util.py /usr/lib/python3.14/site-packages/setuptools/tests/test_depends.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/text.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_develop.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_core.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_util.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython- 314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_ext.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_data.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py39.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_filelist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_find_py_modules.py /usr/lib/python3.14/site-packages/setuptools/tests/test_build_ext.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_check.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_clean.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sdist.py /usr/lib/python3.14/site-packag es/setuptools/_distutils/tests/test_spawn.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_warnings.py /usr/lib/python3.14/site-packages/setuptools/tests/test_namespaces.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/te st_editable_install.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__init__.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/support.py /usr/lib/python3.14/site-packages/setuptools/tests/test_virtualenv.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__init__.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_egg.py /usr/lib/python3.14/site-packages/setuptools/tests/compat/py39.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptoo ls/_distutils/tests/__pycache__/test_sdist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_config_cmd.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/contexts.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pip_install_sdist.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/text.py /usr/lib/python3.14/site-packages/setuptools/tests/test_setopt.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_build_clib.py /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_wheel.py /usr/lib/python3.14/site-p ackages/setuptools/tests/__pycache__/test_build.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__init__.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__init__.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/fixtures.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/environment.py /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py /usr/lib/python3.14/site-packages/setuptools/test s/contexts.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/textwrap.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dir_util.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pbr.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/mod_with_constant.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distut ils/tests/__pycache__/test_bdist_rpm.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/script-with-bom.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/integration/__init__.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/namespaces.cpython-314.pyc /usr/li b/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_build.py /usr/lib/python3.14/site-packages/setuptools/tests/config/setupcfg_examples.txt /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyprojecttoml.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_headers.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py /usr/lib/python3.14/site-packages/setuptools/tests/test_windows_wrappers.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_cmd.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_log.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-314. pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_build_meta.py /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py /usr/lib/python3.14/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_setuptools.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/test_glob.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sysconfig.py /usr/lib/python3.14/site-packages/setuptools/tests/test_install_scripts.py /usr/lib/python3.14/site-packages/setuptools/test s/test_shutil_wrapper.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_lib.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/tests/fixtures.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_versionpredicate.py /usr/lib/python3.14/site-packages/setuptools/tests/test_find_packages.py /usr/lib/python3.14/site-packages/setuptools/tests/config/test_setupcfg.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-314.pyc", added "/usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py310.py /usr/lib/python3.14/site-packages/setuptools/_distutils/_dataclass.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/logging.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platfo rm/detect.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/macos.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/_util.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/macos.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/logging.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/errors.py /usr/lib/python3.14/site-packages/setuptools/_distutils/__pycache__/_dataclass.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_modified.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/detect.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_util.cpython-314.pyc /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/errors.cpython-314.pyc /usr/lib/python3.14/site-pac kages/setuptools/_distutils/compilers/_modified.py /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py310.cpython-314.pyc" packages/x86-64-v3-poky-linux/python3-setuptools/python3-setuptools: PKGV changed from 83.0.0 [default] to 84.0.0 [default] Changes to packages/x86-64-v3-poky-linux/python3-setuptools (sysroot): /usr/lib/python3.14/site-packages/setuptools-83.0.0.dist-info moved to /usr/lib/python3.14/site-packages/setuptools-84.0.0.dist-info /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py310.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py310.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/errors.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/logging.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/_modified.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/detect.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/macos.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__ was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/detect.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/platform/__pycache__/macos.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__ was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/errors.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/logging.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_modified.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/__pycache__/_util.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/_util.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/_dataclass.py was added /usr/lib/python3.14/site-packages/setuptools/_distutils/__pycache__/_dataclass.cpython-314.pyc was added /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/py39.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/py39.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/support.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_archive_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_clib.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_ext.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_py.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_build_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_check.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_clean.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_cmd.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_config_cmd.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_core.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dir_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_dist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_extension.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_filelist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_file_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_data.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_headers.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_lib.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_install_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_log.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_modified.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sdist.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_spawn.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_sysconfig.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_text_file.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_util.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_versionpredicate.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/test_version.py was removed /usr/lib/python3.14/site-packages/setuptools/_distutils/tests/unix_compat.py was removed /usr/lib/python3.14/site-packages/setuptools/tests was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/py39.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/preload.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/setupcfg_examples.txt was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_expand.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_pyprojecttoml.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/config/test_setupcfg.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/contexts.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/environment.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/fixtures.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/external.html was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar was removed /usr/lib/python3.14/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html was removed /usr/lib/python3.14/site-packages/setuptools/tests/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/helpers.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__init__.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pbr.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pbr.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/integration/test_pip_install_sdist.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/mod_with_constant.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/namespaces.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__ was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/contexts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/environment.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/fixtures.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/__init__.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/namespaces.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_depends.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_develop.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_dist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_extern.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_glob.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_logging.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_scripts.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/text.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/__pycache__/textwrap.cpython-314.pyc was removed /usr/lib/python3.14/site-packages/setuptools/tests/script-with-bom.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_archive_util.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_deprecations.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_egg.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_bdist_wheel.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_clib.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_ext.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_meta.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_build_py.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_config_discovery.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_core_metadata.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_depends.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_develop.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_dist_info.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_dist.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_distutils_adoption.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_editable_install.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_egg_info.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_extern.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_find_packages.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_find_py_modules.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_glob.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_install_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_logging.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_manifest.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_namespaces.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_scripts.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_sdist.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_setopt.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_setuptools.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_shutil_wrapper.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_unicode_utils.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_virtualenv.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_warnings.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_wheel.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/test_windows_wrappers.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/text.py was removed /usr/lib/python3.14/site-packages/setuptools/tests/textwrap.py was removed
0001-python3-setuptools-upgrade-83.0.0-84.0.0.patch
Description: Binary data
Changelog for python3-setuptools: 83.0.0 -> 84.0.0 Source: NEWS.rst v84.0.0 ======= Features -------- - Newline-separated ``keywords`` and ``platforms``, which are invalid and corrupt the generated metadata (pypa/setuptools#4887), are now handled forgivingly: each line is treated as a separate item and a deprecation warning is emitted. Newlines were never a valid separator for these fields -- the `old specification <https://peps.python.org/pep-0345/>`_ separated items with spaces and the current one uses commas. (#4887) - ``Extension`` is now a dataclass, exposing type annotations for its constructor arguments so subclasses (e.g. in Setuptools) can inherit them without redeclaring each parameter. Passing unknown keyword arguments is now deprecated. (pypa/distutils#373) (#5022) - The C compiler modules now emit log messages through their own ``compilers.C.*`` loggers instead of the distutils root logger, part of decoupling the compilers package from distutils. The logger names are normalized to a stable ``compilers.C.*`` prefix so they remain constant as the package migrates toward a standalone ``compilers.C`` distribution. (#5266) - The C compilers gained a ``Compiler.call`` method -- a thin wrapper over ``subprocess.check_call`` (with macOS deployment-target env injection) that is the modern replacement for ``Compiler.spawn``. The compilers no longer depend on ``distutils.spawn``, ``distutils.dir_util``, ``distutils.file_util``, ``distutils._modified``, or ``distutils.util.execute``/``split_quoted``: the generic ``newer``/``newer_group`` and ``split_quoted`` helpers are vendored into the ``compilers`` package, and ``Compiler.mkpath``/``move_file``/``execute`` are implemented directly on the standard library (``os.makedirs``/``shutil.move``). The methods are retained for backward compatibility. (#5267) - The compilers no longer depend on ``distutils.util``, ``distutils.version``, ``distutils.compat``, or ``distutils._macos_compat``. The platform-identification helpers (``get_platform``/``get_host_platform``/``is_mingw``) now live in ``distutils.compilers.platform.detect`` and the macOS deployment-target logic and ``compiler_fixup`` in ``distutils.compilers.platform.macos``; ``CygwinCCompiler.gcc_version`` returns a ``packaging.version.Version``. ``distutils.util`` re-exports the platform/macOS helpers from their new homes for backward compatibility rather than keeping duplicate copies. (sysconfig lookups still route through distutils pending its own decoupling.) (#5268) - The compilers now read their build configuration from the standard library's ``sysconfig`` instead of ``distutils.sysconfig``. Per-compiler customization -- previously ``distutils.sysconfig.customize_compiler`` -- has moved into ``Compiler.configure_system()``: a no-op on the base class, with ``UnixCCompiler`` applying the compiler/flag/archiver settings CPython recorded in ``sysconfig`` (and the usual ``CC``/``CFLAGS``/``LDSHARED``/… environment overrides). ``distutils.sysconfig.customize_compiler`` is retained as a thin wrapper that calls ``compiler.configure_system()``. (#5269) Bugfixes -------- - The MSVC linker now passes its arguments through a response file when the command line would exceed the Windows maximum length, fixing failures when linking a large number of objects. (#4177) - The Cygwin and MinGW compilers now pass ``-O1`` instead of a bare ``-O``. The two are equivalent to GCC, but ``cc1`` rejected the bare form when building 32-bit extensions with ``-m32``. -- by :user:`dchaudhari7177` (#4873) - ``copy_file`` now preserves the full precision of the source's modification time, so a copy is no longer considered older than its source on filesystems with sub-second timestamp resolution. (pypa/distutils#379) (#5079) - Setuptools wheels no longer bundled the project's own test modules. -- by :user:`itscloud0` (#5212) - ``build_ext`` no longer fails when cross-compiling with a compiler other than MSVC (such as MinGW). ``Compiler`` now provides a no-op ``initialize()`` that non-MSVC compilers inherit. (pypa/distutils#399) Improved Documentation ---------------------- - Clarified what "correspond exactly to the directory structure" means in the ``packages`` section of the Package Discovery user guide. (#4109) - Documented how ``bdist_wheel``'s ``py_limited_api`` option controls ``abi3`` wheel tagging for extension modules -- by :user:`Himanshuagrawal4` (#4741) Deprecations and Removals ------------------------- - ``Compiler.spawn`` is deprecated in favor of the new ``Compiler.call``. ``call`` raises native ``subprocess`` exceptions; ``spawn`` remains as a shim that emits a ``DeprecationWarning`` and translates them to ``DistutilsExecError``. The MSVC ``spawn`` compatibility shim for third-party monkeypatches predating the ``env`` argument (numpy.distutils before 1.19, per pypa/distutils#15) has been removed. ``distutils.spawn.spawn`` is likewise reduced to a thin wrapper around ``subprocess.check_call``: it no longer resolves ``cmd[0]`` via ``shutil.which`` (``subprocess`` searches ``PATH`` itself) nor injects ``MACOSX_DEPLOYMENT_TARGET`` (that now lives with the compilers, the only callers to which it applied). (#5267) - Building an extension with a ``MACOSX_DEPLOYMENT_TARGET`` lower than the interpreter's configured value now raises ``compilers.errors.PlatformError`` instead of ``distutils.errors.DistutilsPlatformError`` (the macOS deployment-target check moved into the compilers package). ``CygwinCCompiler.gcc_version`` returns a ``packaging.version.Version`` rather than the removed ``distutils.version.LooseVersion``. Completing the transition begun in pypa/distutils#246, ``UnixCCompiler.runtime_library_dir_option`` now returns the ``["-Wl,--enable-new-dtags", "-Wl,-rpath,<dir>"]`` list directly for GNU ld rather than collapsing it into a single string, and the temporary ``distutils.compat.consolidate_linker_args`` shim has been removed. (#5268) - The compilers now define their own exception vocabulary instead of borrowing distutils' framework errors. Language-agnostic exceptions (``Error``, ``UnknownFileType``, and a new ``PlatformError``) live at ``distutils.compilers.errors``, leaving room for future ``compilers.<language>`` siblings; the C/C++-specific ``CompileError``/``LinkError``/``LibError``/``PreprocessError`` remain in ``distutils.compilers.C.errors``. The compilers now raise ``compilers.errors.PlatformError`` where they previously raised ``distutils.errors.DistutilsPlatformError``/``DistutilsModuleError``, and ``compilers._modified.newer`` raises the stdlib ``FileNotFoundError``. ``distutils.errors`` keeps its own framework exceptions and re-exports the compiler ones (``CCompilerError``, ``CompileError``, etc.) for backward compatibility; because ``CCompilerError`` is ``compilers.errors.Error``, code catching it (as distutils' top-level handlers do) still catches the new ``PlatformError``. (#5270) - ``customize_compiler`` now asserts that the compiler-related config variables (``CC``, ``CXX``, ``CFLAGS``, etc.) resolve to strings, raising ``AssertionError`` if any are unexpectedly ``None`` rather than failing later with a less clear error. (pypa/distutils#363)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243058): https://lists.openembedded.org/g/openembedded-core/message/243058 Mute This Topic: https://lists.openembedded.org/mt/120666833/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
