Your message dated Wed, 22 Nov 2023 17:37:55 +0000
with message-id <[email protected]>
and subject line Bug#1056513: fixed in python-virtualenv 20.24.6+ds-2
has caused the Debian Bug report #1056513,
regarding python-virtualenv's autopkg tests fail with Python 3.12
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1056513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056513
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-virtualenv
Version: 20.24.6+ds-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12
python-virtualenv's autopkg tests fail with Python 3.12:
[...]
672s autopkgtest [19:01:42]: test python3: [-----------------------
672s ===== python3.12 =====
672s created virtual environment CPython3.12.0.final.0-64 in 224ms
672s creator
CPython3Posix(dest=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/ve,
clear=False, no_vcs_ignore=False, global=False)
672s seeder FromAppData(download=False, pip=bundle, via=copy,
app_data_dir=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/home/.local/share/virtualenv)
672s added seed packages: pip==23.3
672s activators
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
672s created virtual environment CPython3.12.0.final.0-64 in 98ms
672s creator
CPython3Posix(dest=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/sysve,
clear=False, no_vcs_ignore=False, global=True)
672s seeder FromAppData(download=False, pip=bundle, via=copy,
app_data_dir=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/home/.local/share/virtualenv)
672s added seed packages: pip==23.3
672s activators
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
672s testMPipHelp
673s
673s Usage:
673s /tmp/autopkgtest.OseJgo/autopkgtest_tmp/ve/bin/python -m pip
<command> [options]
673s
673s Commands:
673s install Install packages.
673s download Download packages.
673s uninstall Uninstall packages.
673s freeze Output installed packages in
requirements format.
673s inspect Inspect the python environment.
673s list List installed packages.
673s show Show information about installed
packages.
673s check Verify installed packages have
compatible dependencies.
673s config Manage local and global configuration.
673s search Search PyPI for packages.
673s cache Inspect and manage pip's wheel cache.
673s index Inspect information available from
package indexes.
673s wheel Build wheels from your requirements.
673s hash Compute hashes of package archives.
673s completion A helper command used for command
completion.
673s debug Show information useful for debugging.
673s help Show help for commands.
673s
673s General Options:
673s -h, --help Show help.
673s --debug Let unhandled exceptions propagate
outside the
673s main subroutine, instead of logging
them to
673s stderr.
673s --isolated Run pip in an isolated mode, ignoring
673s environment variables and user
configuration.
673s --require-virtualenv Allow pip to only run in a virtual
environment;
673s exit with an error otherwise.
673s --python <python> Run pip with the specified Python
interpreter.
673s -v, --verbose Give more output. Option is additive,
and can be
673s used up to 3 times.
673s -V, --version Show version and exit.
673s -q, --quiet Give less output. Option is additive,
and can be
673s used up to 3 times (corresponding to
WARNING,
673s ERROR, and CRITICAL logging levels).
673s --log <path> Path to a verbose appending log.
673s --no-input Disable prompting for input.
673s --keyring-provider <keyring_provider>
673s Enable the credential lookup via the
keyring
673s library if user input is allowed.
Specify which
673s mechanism to use [disabled, import,
subprocess].
673s (default: disabled)
673s --proxy <proxy> Specify a proxy in the form
673s scheme://[user:passwd@]proxy.server:port.
673s --retries <retries> Maximum number of retries each
connection should
673s attempt (default 5 times).
673s --timeout <sec> Set the socket timeout (default 15
seconds).
673s --exists-action <action> Default action when a path already
exists:
673s (s)witch, (i)gnore, (w)ipe, (b)ackup,
(a)bort.
673s --trusted-host <hostname> Mark this host or host:port pair as
trusted,
673s even though it does not have valid or
any HTTPS.
673s --cert <path> Path to PEM-encoded CA certificate
bundle. If
673s provided, overrides the default. See 'SSL
673s Certificate Verification' in pip
documentation
673s for more information.
673s --client-cert <path> Path to SSL client certificate, a
single file
673s containing the private key and the
certificate
673s in PEM format.
673s --cache-dir <dir> Store the cache data in <dir>.
673s --no-cache-dir Disable the cache.
673s --disable-pip-version-check
673s Don't periodically check PyPI to
determine
673s whether a new version of pip is
available for
673s download. Implied with --no-index.
673s --no-color Suppress colored output.
673s --no-python-version-warning
673s Silence deprecation warnings for upcoming
673s unsupported Pythons.
673s --use-feature <feature> Enable new functionality, that may be
backward
673s incompatible.
673s --use-deprecated <feature> Enable deprecated functionality, that
will be
673s removed in the future.
673s testSystemPackagesNotAvailable
673s Traceback (most recent call last):
673s File "<string>", line 1, in <module>
673s ModuleNotFoundError: No module named 'six'
673s testSystemPackagesAvailable
674s WARNING: Skipping
/usr/lib/python3.12/dist-packages/PyYAML-6.0.1.dist-info due to invalid
metadata entry 'name'
674s WARNING: Skipping
/usr/lib/python3.12/dist-packages/virtualenv-20.24.6+ds.dist-info due to
invalid metadata entry 'name'
674s WARNING: Skipping
/usr/lib/python3.12/dist-packages/keyring-24.3.0.dist-info due to
invalid metadata entry 'name'
674s testSetuptoolsAvailable
674s Traceback (most recent call last):
674s File "<string>", line 1, in <module>
674s ModuleNotFoundError: No module named 'setuptools'
674s [1;31mASSERT:[0mImport setuptools from regular VE
675s Traceback (most recent call last):
675s File "<string>", line 1, in <module>
675s ModuleNotFoundError: No module named 'setuptools'
675s [1;31mASSERT:[0mImport setuptools from system-site-packages VE
675s [1;31mshunit2:ERROR[0m testSetuptoolsAvailable() returned
non-zero return code.
675s
675s Ran [1;36m4[0m tests.
675s
675s [1;31mFAILED[0m ([1;31mfailures=3[0m)
675s autopkgtest [19:01:45]: test python3: -----------------------]
675s autopkgtest [19:01:45]: test python3: - - - - - - - - - - results
- - - - - - - - - -
675s python3 FAIL non-zero exit status 1
--- End Message ---
--- Begin Message ---
Source: python-virtualenv
Source-Version: 20.24.6+ds-2
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-virtualenv, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated python-virtualenv
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 22 Nov 2023 17:08:34 +0000
Source: python-virtualenv
Architecture: source
Version: 20.24.6+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1056513
Changes:
python-virtualenv (20.24.6+ds-2) unstable; urgency=medium
.
* Unversion the setuptools dependency in our autopkgtest test package.
(Closes: #1056513)
Checksums-Sha1:
d1cfbe3bdb08c99b9537dcc0096a8420b283ebc6 2140
python-virtualenv_20.24.6+ds-2.dsc
4f9e812bdee71499e622077b1ff6239bac8b5622 15284
python-virtualenv_20.24.6+ds-2.debian.tar.xz
15c893cc173728edb1286840c8810ffd3bcec0b6 6519
python-virtualenv_20.24.6+ds-2_source.buildinfo
Checksums-Sha256:
7d3ca21801444cdd3b6d59d2ad550b664c87bd2887a5fdaedd16614e6717a40d 2140
python-virtualenv_20.24.6+ds-2.dsc
f5c644276d5981a6a81ca53a83d9385b10d8feaa1879eea066ded4e70c8a15f0 15284
python-virtualenv_20.24.6+ds-2.debian.tar.xz
f9bb9650af7135711859b7c322bae9af5a0812005d36132a01d1c57f474d2c16 6519
python-virtualenv_20.24.6+ds-2_source.buildinfo
Files:
39bb3f66b259384582a064b5fb848de4 2140 python optional
python-virtualenv_20.24.6+ds-2.dsc
d983d0efdacad4723d1dba91f92b7871 15284 python optional
python-virtualenv_20.24.6+ds-2.debian.tar.xz
9227a05b3cd1d03a0f82990bef71c20c 6519 python optional
python-virtualenv_20.24.6+ds-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCZV42CRQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2Dy6AP9DrbEx69HjLcEoOe/LncfRAfanRMBT
w1jUYifdPUTHKgD+MNh6J3eU3YgK6kJYjasbCU9ELn9VNvZdX+zfBug0+Qs=
=yMXE
-----END PGP SIGNATURE-----
--- End Message ---