Your message dated Sun, 28 Aug 2022 11:04:49 -0400
with message-id
<cab4xwxw29ngfbmczeqlaiztl1b4teaae9kh972kko5uy_vt...@mail.gmail.com>
and subject line Re: Bug#1018287: python3-requests-cache: The "pip3 check"
complains dependency of the attr module.
has caused the Debian Bug report #1018287,
regarding python3-requests-cache: The "pip3 check" complains dependency of
the attr module.
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 ow...@bugs.debian.org
immediately.)
--
1018287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-requests-cache
Version: 0.9.1-1
Severity: normal
Dear Maintainer,
I found 'pip3 check' complaints against python3-requests-cache-0.9.1-1
like below,
"requests-cache 0.9.1 has requirement attrs<22.0,>=21.2, but you have
attrs 22.1.0."
I used pip3 of the python3-pip package.
I guess that rootcause might be that /usr/lib/python3/dist-
packages/requests_cache-0.9.1.dist-info/METADATA has
Requires-Dist: attrs (>=21.2,<22.0).
I've checked 'pip3 check' doesn't complain when I installed not using
python3-requests-cache package, but only using pip3 install like below,
pip3 install --user requests-cache
As your reference, I write the "pip3 list --user" result below,
pip3 list --user | egrep '^(requests-cache|attr)'
attrs 22.1.0
requests-cache 0.9.6
Would you please fix this bug against the python3-requests-cache
package?
Thank you in advance,
Takahide Nojima
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500,
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 5.18.0-4-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8),
LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages python3-requests-cache depends on:
ii python3 3.10.6-1
ii python3-appdirs 1.4.4-2
ii python3-attr 22.1.0-1
ii python3-cattr 1.10.0-1
ii python3-requests 2.27.1+dfsg-1
ii python3-url-normalize 1.4.3-2
ii python3-urllib3 1.26.9-1
python3-requests-cache recommends no packages.
Versions of packages python3-requests-cache suggests:
pn python-requests-cache-doc <none>
pn python3-pymongo <none>
pn python3-redis <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
> I've checked 'pip3 check' doesn't complain when I installed not using
> python3-requests-cache package, but only using pip3 install like below,
>
> pip3 install --user requests-cache
>
> As your reference, I write the "pip3 list --user" result below,
>
> pip3 list --user | egrep '^(requests-cache|attr)'
> attrs 22.1.0
> requests-cache 0.9.6
well, you installed a different version than the package in debian
> Would you please fix this bug against the python3-requests-cache
> package?
what's the bug here? requests-cache works fine, and the fact that pip3
check complaints about some unrespected dependencies constraints
doesnt require any action on my side. closing.
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi
--- End Message ---