Your message dated Sat, 8 Oct 2022 11:08:56 +0200
with message-id <Y0E+KAL7x7TucGM/@fusion>
and subject line Re: wrong package announced, right package is pipenv
has caused the Debian Bug report #1019966,
regarding python3-cookies: Python has a change in MutableMapping lib, old 
pacakge ist collections in 3.10 now it is collections.abc
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.)


-- 
1019966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-cookies
Version: 2.2.1-4
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

some python packages also python3-env fails
change from python 3.9 to python 3.10

patch is to change the imports in the header of the cookies.py

import collections 
if sys.version_info.major == 3 and sys.version_info.minor >= 10

    from collections.abc import MutableMapping
else 
    from collections import MutableMapping

Greatings
Jochen

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.19.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Greetings,

Jochen Becker, on 2022-09-17:
> close this report please
> 
> pipenv is affected.

Closing on request from the submitter.

Have a nice day,  :)
-- 
Étienne Mollier <[email protected]>
Fingerprint:  8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
Sent from /dev/pts/2, please excuse my verbosity.
On air: No Name / The No Name Experience - Eye of a Storm

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to