Your message dated Mon, 31 Oct 2022 18:35:03 +0000
with message-id <e1opzcl-009waq...@fasolo.debian.org>
and subject line Bug#1012124: fixed in pipenv 2022.10.25+ds2-1
has caused the Debian Bug report #1012124,
regarding pipenv: Pipenv 11.9.0-2 fails with python3.10, which is the default 
python3 in sid
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.)


-- 
1012124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pipenv
Version: 11.9.0-2
Severity: normal
X-Debbugs-Cc: j.andra...@gmail.com

Dear Maintainer,

The pipenv script in /usr/bin/pipenv uses the shebang #!/usr/bin/python3, which
in turn points currently in sid to python3.10

When using python3.10 instead of python3.9, pipenv fails with errors such as
those included at the end of this report. However, if the script is invoked
using python 3.9, as follows:

python3.9 /usr/bin/pipenv

then pipenv works fine.

I would assume that either a different, newer version of pipenv needs to be
uploaded, or the current version would need to ensure that python 3.9 is used
instead of python 3.10, by either modifying the shebang in the script, or
verifying that the python version in use is one of the known-compatible ones.

Errors when running pipenv:
------

Traceback (most recent call last):
  File "/usr/bin/pipenv", line 33, in <module>
    sys.exit(load_entry_point('pipenv==11.9.0', 'console_scripts', 'pipenv')())
  File "/usr/lib/python3/dist-packages/pipenv/vendor/click/core.py", line 722,
in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/pipenv/vendor/click/core.py", line 696,
in main
    with self.make_context(prog_name, args, **extra) as ctx:
  File "/usr/lib/python3/dist-packages/pipenv/vendor/click/core.py", line 621,
in make_context
    self.parse_args(ctx, args)
  File "/usr/lib/python3/dist-packages/pipenv/vendor/click/core.py", line 1018,
in parse_args
    rest = Command.parse_args(self, ctx, args)
  File "/usr/lib/python3/dist-packages/pipenv/vendor/click/core.py", line 875,
in parse_args
    parser = self.make_parser(ctx)
  File "/usr/lib/python3/dist-packages/pipenv/vendor/click/core.py", line 821,
in make_parser
    for param in self.get_params(ctx):
  File "/usr/lib/python3/dist-packages/pipenv/vendor/click/core.py", line 774,
in get_params
    help_option = self.get_help_option(ctx)
  File "/usr/lib/python3/dist-packages/pipenv/cli.py", line 26, in
get_help_option
    from .import core
  File "/usr/lib/python3/dist-packages/pipenv/core.py", line 21, in <module>
    import requests
  File "/usr/lib/python3/dist-packages/pipenv/vendor/requests/__init__.py",
line 65, in <module>
    from . import utils
  File "/usr/lib/python3/dist-packages/pipenv/vendor/requests/utils.py", line
27, in <module>
    from .cookies import RequestsCookieJar, cookiejar_from_dict
  File "/usr/lib/python3/dist-packages/pipenv/vendor/requests/cookies.py", line
172, in <module>
    class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'

------


Thank you very much!


-- System Information:
Debian Release: bookworm/sid
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.17.0-3-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pipenv depends on:
ii  python3                   3.10.4-1+b1
ii  python3-certifi           2020.6.20-1
ii  python3-pip               22.1.1+dfsg-1
ii  python3-pkg-resources     59.6.0-1.2
ii  python3-virtualenv        20.14.0+ds-1
ii  python3-virtualenv-clone  0.3.0-2

pipenv recommends no packages.

pipenv suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: pipenv
Source-Version: 2022.10.25+ds2-1
Done: Ileana Dumitrescu <ileanadumitresc...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
pipenv, 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 1012...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ileana Dumitrescu <ileanadumitresc...@gmail.com> (supplier of updated pipenv 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 31 Oct 2022 16:36:38 +0000
Source: pipenv
Architecture: source
Version: 2022.10.25+ds2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Ileana Dumitrescu <ileanadumitresc...@gmail.com>
Closes: 941447 945139 958292 1012124 1019714
Launchpad-Bugs-Fixed: 1943582 1970106
Changes:
 pipenv (2022.10.25+ds2-1) unstable; urgency=medium
 .
   [ Ileana Dumitrescu ]
   * New upstream release (Closes: #945139) (LP: #1943582)
     Builds with python3.10 (Closes: #1012124) (LP: #1970106)
     Fixes pipenv check issue (Closes: #941447)
   * Remove patches (no longer needed)
   * d/control: Bump standards version to 4.6.1
                Add Rules-Requires-Root line
                Remove unnecessary comments
                Add myself as an uploader
   * d/copyright: Exclude get-pipenv.py from tarball (Closes: #1019714)
                  Exclude prebuilt windows binaries from tarball
                  Update licensing
                  Update debian copyright year to 2022
   * d/pipenv.docs: Fix README.rst location
   * d/rules: Remove unnecessary comments
              Remove vendor license and readme files during dh_auto_install
   * d/source/lintian-overrides: Override for false positive source-is-missing
   * d/watch: Remove unnecessary comments
              Remove <project> string and debian uupdate
              Add repack opts
 .
   [ Bastian Germann ]
   * d/control: No longer endorse the package as official (Closes: #958292)
 .
   [ Jeroen Ploemen ]
   * Control: bump compat level to 13 (from 10).
   * Rules: set buildsystem to pybuild.
Checksums-Sha1:
 2f27395d95f43ea593633dcf62cecae2e185efc8 2194 pipenv_2022.10.25+ds2-1.dsc
 680810acea719d9e5c46193fa6dd9f6eb9cd8abe 8126268 
pipenv_2022.10.25+ds2.orig.tar.xz
 1698c54a27bc1b76992778bd8b3f7c76efc859b5 6144 
pipenv_2022.10.25+ds2-1.debian.tar.xz
 a076a81392ea87134fca283e493e59b6cf784b22 8071 
pipenv_2022.10.25+ds2-1_source.buildinfo
Checksums-Sha256:
 cab9eb6c2b48b94904f025d2ed4fd6d611f5a8fd0e32206d1ba60f3d0ee35c85 2194 
pipenv_2022.10.25+ds2-1.dsc
 d33d3a7fc583e5c1acc9522cd2714cf352821861da43491f65c541d2f7df6227 8126268 
pipenv_2022.10.25+ds2.orig.tar.xz
 ec931f4e83348c3eeb168780c735e7bec73056c92e374accd66e681a17be5468 6144 
pipenv_2022.10.25+ds2-1.debian.tar.xz
 ffd033188824f448ab51ceb834b6eb97e2602d793012a85e0dc5f84a47bcb458 8071 
pipenv_2022.10.25+ds2-1_source.buildinfo
Files:
 c55e271bd5366ec6753470cd0ef0069d 2194 python optional 
pipenv_2022.10.25+ds2-1.dsc
 d52be3a9486b1d5186653e108857775d 8126268 python optional 
pipenv_2022.10.25+ds2.orig.tar.xz
 a0d2fce7529ea6f6c6713492db375b4d 6144 python optional 
pipenv_2022.10.25+ds2-1.debian.tar.xz
 be1f10755157e562bf1d22af46662127 8071 python optional 
pipenv_2022.10.25+ds2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmNgD7UACgkQQoMEoXSN
zHqQehAA6Pw4bbhLiMHVpHMR0vp+/TDEbiPOvrCKmRYJ8cvBy3400akIyHcAb326
WZAT8duim9D1TW7QablBwEvQGl3PMuTqM/HAy41XvzAb86WtRUYSRPcEPlRw5mwK
V84pY8j79I3CPk6zrgfMGvnJSEbWJmTVVl7LAV0sHkiMEJHxz+P+MNu5JQQ7v9WP
ggR8ZyTZ7pZOIDhgjGf+1WH50tWZUNNt4gMOVcBZ8GkOG79Ccbt+LeroOChLJwc5
GY5vPn/HIG2uu61W605kMJnH6W67XOKGvAQC8vOqxIc0FfLVSraHv/OAImgscO8d
6HOQxnzdsPosMNOOUqLROGISuenusZYpG0gGvS+W5qZnW6Ay4U6jkIs9RlWQCv6P
CdWpHbepb0oACnAIwlCE9CPAN8t8wBgWrV86yuui5+LmOggc9oKfPfGOULzXiIq1
d8cFP8VU3QlOabUGsQuqFldJRA2ZcZdwGqka7sJWVionJe5WaMVl02qfJShAqykg
cekJ4k4xoA8kW7TluUtVO993tdZ5lqjTZgIYwwbfq0V006GWSywk9oKs1jx2cpg2
5K2mT6Ivj1bvlqsrPdf82/xMnuB9kWFEBlX1abknixvWQtS/lBu2JXChztsLw4ts
jWBXzxDcj1VG8CykI1ASzkZTqLkZYRq62T7vgzQDPmC9mENqkyY=
=unI7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to