Your message dated Thu, 02 Jul 2020 00:54:19 -0400
with message-id <2099924.TQDEW0d7PR@localhost>
and subject line Re: [Python-modules-team] Bug#964117: python3-pip: pip fails 
to list all outdated packages
has caused the Debian Bug report #964117,
regarding python3-pip: pip fails to list all outdated packages
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.)


-- 
964117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964117
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-pip
Version: 18.1-5
Severity: normal

Dear Maintainer,

I'm was trying to list all outdated packages using `pip3 list
--outdated` command, but I'm getting following error message:

$ pip3 list --outdated
Exception:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 
143, in main
    status = self.run(options, args)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line 
138, in run
    packages = self.get_outdated(packages, options)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line 
149, in get_outdated
    dist for dist in self.iter_packages_latest_infos(packages, options)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line 
150, in <listcomp>
    if dist.latest_version > dist.parsed_version
TypeError: '>' not supported between instances of 'Version' and 'Version'

I cannot reproduce this issue on latest version of pip (i.e. 20.1.1,
source https://pypa.org), but haven't tested it on Testing's (aka
Bullseye) pip3 package (i.e. 20.1.1). From error message it looks like
problem is in package itself.


-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Versions of packages python3-pip depends on:
ii  ca-certificates    20200601~deb10u1
ii  python-pip-whl     18.1-5
ii  python3            3.7.3-1
ii  python3-distutils  3.7.3-1

Versions of packages python3-pip recommends:
ii  build-essential     12.6
ii  python3-dev         3.7.3-1
ii  python3-setuptools  40.8.0-1
ii  python3-wheel       0.32.3-2

python3-pip suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Thursday, July 2, 2020 12:19:24 AM EDT Vipul wrote:
> Package: python3-pip
> Version: 18.1-5
> Severity: normal
> 
> Dear Maintainer,
> 
> I'm was trying to list all outdated packages using `pip3 list
> --outdated` command, but I'm getting following error message:
> 
> $ pip3 list --outdated
> Exception:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py",
> line 143, in main status = self.run(options, args)
>   File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line
> 138, in run packages = self.get_outdated(packages, options)
>   File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line
> 149, in get_outdated dist for dist in
> self.iter_packages_latest_infos(packages, options) File
> "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line 150,
> in <listcomp> if dist.latest_version > dist.parsed_version
> TypeError: '>' not supported between instances of 'Version' and 'Version'
> 
> I cannot reproduce this issue on latest version of pip (i.e. 20.1.1,
> source https://pypa.org), but haven't tested it on Testing's (aka
> Bullseye) pip3 package (i.e. 20.1.1). From error message it looks like
> problem is in package itself.

It's more complicated than that.  This was already fixed under bug #912379 in 
Testing/Unstable.

Scott K

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to