Your message dated Fri, 14 Jan 2022 00:48:48 +0000
with message-id <[email protected]>
and subject line Bug#1003687: fixed in python-virtualenv 20.13.0+ds-1
has caused the Debian Bug report #1003687,
regarding python-pip breaks python-virtualenv autopkgtest: invalid syntax
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.)
--
1003687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003687
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pip, python-virtualenv
Control: found -1 python-pip/21.3.1+dfsg-3
Control: found -1 python-virtualenv/20.12.1+ds-1
Severity: serious
Tags: sid bookworm
X-Debbugs-CC: [email protected]
User: [email protected]
Usertags: breaks needs-update
Dear maintainer(s),
With a recent upload of python-pip the autopkgtest of python-virtualenv
fails in testing when that autopkgtest is run with the binary packages
of python-pip from unstable. It passes when run with only packages from
testing. In tabular form:
pass fail
python-pip from testing 21.3.1+dfsg-3
python-virtualenv from testing 20.12.1+ds-1
all others from testing from testing
I copied some of the output at the bottom of this report.
Currently this regression is blocking the migration of python-pip to
testing [1]. Due to the nature of this issue, I filed this bug report
against both packages. Can you please investigate the situation and
reassign the bug to the right package?
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[1] https://qa.debian.org/excuses.php?package=python-pip
https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-virtualenv/18277593/log.gz
created virtual environment CPython2.7.18.final.0-64 in 446ms
creator
CPython2Posix(dest=/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/ve,
clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle,
wheel=bundle, via=copy,
app_data_dir=/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/home/.local/share/virtualenv)
added seed packages: pip==21.3.1, pkg_resources==0.0.0,
setuptools==59.6.0, wheel==0.34.2
activators
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
created virtual environment CPython2.7.18.final.0-64 in 185ms
creator
CPython2Posix(dest=/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/sysve,
clear=False, no_vcs_ignore=False, global=True)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle,
wheel=bundle, via=copy,
app_data_dir=/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/home/.local/share/virtualenv)
added seed packages: pip==21.3.1, pkg_resources==0.0.0,
setuptools==59.6.0, wheel==0.34.2
activators
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
testMPipHelp
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/usr/lib/python2.7/runpy.py", line 111, in _get_module_details
__import__(mod_name) # Do not catch exceptions initializing package
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/ve/lib/python2.7/site-packages/pip/__init__.py",
line 6
def main(args: Optional[List[str]] = None) -> int:
^
SyntaxError: invalid syntax
ASSERT:Execute bare pip
testSystemPackagesNotAvailable
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named six
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/usr/lib/python2.7/runpy.py", line 111, in _get_module_details
__import__(mod_name) # Do not catch exceptions initializing package
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/ve/lib/python2.7/site-packages/pip/__init__.py",
line 6
def main(args: Optional[List[str]] = None) -> int:
^
SyntaxError: invalid syntax
testSystemPackagesAvailable
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/usr/lib/python2.7/runpy.py", line 111, in _get_module_details
__import__(mod_name) # Do not catch exceptions initializing package
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/sysve/lib/python2.7/site-packages/pip/__init__.py",
line 6
def main(args: Optional[List[str]] = None) -> int:
^
SyntaxError: invalid syntax
ASSERT:pip freeze lists system module from system-site-packages VE
testSetuptoolsAvailable
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/ve/lib/python2.7/site-packages/setuptools/__init__.py",
line 16, in <module>
import setuptools.version
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/ve/lib/python2.7/site-packages/setuptools/version.py",
line 1, in <module>
import pkg_resources
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/ve/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 117
f"{v} is an invalid version and will not be supported in "
^
SyntaxError: invalid syntax
ASSERT:Import setuptools from regular VE
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/sysve/lib/python2.7/site-packages/setuptools/__init__.py",
line 16, in <module>
import setuptools.version
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/sysve/lib/python2.7/site-packages/setuptools/version.py",
line 1, in <module>
import pkg_resources
File
"/tmp/autopkgtest-lxc.tsxq3czm/downtmp/autopkgtest_tmp/sysve/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 117
f"{v} is an invalid version and will not be supported in "
^
SyntaxError: invalid syntax
ASSERT:Import setuptools from system-site-packages VE
Ran 4 tests.
FAILED (failures=4)
autopkgtest [03:23:41]: test python2
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: python-virtualenv
Source-Version: 20.13.0+ds-1
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: Thu, 13 Jan 2022 20:34:40 -0400
Source: python-virtualenv
Architecture: source
Version: 20.13.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1003573 1003687
Changes:
python-virtualenv (20.13.0+ds-1) unstable; urgency=medium
.
* New upstream release.
* Reorganise wheel packages, building individual wheels from their source
packages (Closes: #1003573):
- Depend on individual wheel packages.
- Drop include-pkg_resources.patch, pkg_resources is included in the
setuptools wheel.
- Patch: Instruct the user which apt package to install, if a required
wheel package is missing.
- Update debian_update_for_available_wheels.patch to parse language
version tags.
- Mark pypy and python2.7 autopkgtests as skip-not-installable for now, as
the binary packages are in NEW. (Closes: #1003687)
Checksums-Sha1:
35334ece82760aac6a1bbe120dc2ec06e97b17c5 2140
python-virtualenv_20.13.0+ds-1.dsc
23e9012538f0fbe273d5710355f0bf9f8120a831 3363836
python-virtualenv_20.13.0+ds.orig.tar.xz
7bb7be355f1d73d192da3d07460bf9ee29c27623 14492
python-virtualenv_20.13.0+ds-1.debian.tar.xz
3ebb6ea1007e0065681526333e4ab61c6867976f 5866
python-virtualenv_20.13.0+ds-1_source.buildinfo
Checksums-Sha256:
b7b208595712631a2acf3cf2a2d87f96231bc3d9d563e535846e68aceea2201a 2140
python-virtualenv_20.13.0+ds-1.dsc
d96a96cb37ee4097d5456856c6d5a0e43b250bf5e764b2553380dd76583a0efa 3363836
python-virtualenv_20.13.0+ds.orig.tar.xz
09ba7d77dfecf9a4cd33e950ce5e00271eae14402247a8d1e495216a8f12065a 14492
python-virtualenv_20.13.0+ds-1.debian.tar.xz
d3f310866c83eb78d99822e8a186b22a9b8eee8571061633c06e4e8e482e00dd 5866
python-virtualenv_20.13.0+ds-1_source.buildinfo
Files:
a2f7eb91e758e2138c08bc1a4ca7f44a 2140 python optional
python-virtualenv_20.13.0+ds-1.dsc
725d8eae360a70ba5b1b60b394e54532 3363836 python optional
python-virtualenv_20.13.0+ds.orig.tar.xz
f08c3a86b88290090efa43c520d1ac6b 14492 python optional
python-virtualenv_20.13.0+ds-1.debian.tar.xz
2b051444215f7eb38efadcb593ea8193 5866 python optional
python-virtualenv_20.13.0+ds-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYeDFSRQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2IzhAQDHusVN8qyLLMy26ZJBsoynAk9nO8tO
plydix2d9EWaNgEAsqMT34GBVxq/PM2uXNl8a/Zh0jA65GAd3Zdjflpv0g8=
=3zHc
-----END PGP SIGNATURE-----
--- End Message ---