Your message dated Fri, 29 Nov 2024 12:04:20 +0000
with message-id <[email protected]>
and subject line Re: Bug#1087515: python3-bcrypt: Crashes when imported from 
python3.13
has caused the Debian Bug report #1087515,
regarding python3-bcrypt: Crashes when imported from python3.13
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.)


-- 
1087515: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087515
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-bcrypt
Version: 4.2.0-2
Severity: important
Tags: upstream
X-Debbugs-Cc: [email protected]

Python 3.13.0 (main, Nov 12 2024, 09:54:22) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bcrypt
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import bcrypt
  File "/usr/lib/python3/dist-packages/bcrypt/__init__.py", line 13, in
<module>
    from ._bcrypt import (
    ...<11 lines>...
    )
ModuleNotFoundError: No module named 'bcrypt._bcrypt'


It seems this can be fixed by simply rebuilding the package against python3.13
without other changes.


Kind regards, David Weinehall


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python3-bcrypt depends on:
ii  libc6      2.40-3
ii  libgcc-s1  14.2.0-8
ii  python3    3.12.7-1

python3-bcrypt recommends no packages.

python3-bcrypt suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: python-bcrypt
Source-Version: 4.2.0-2.1

On Thu, Nov 14, 2024 at 06:03:01PM +0200, David Weinehall wrote:
> Python 3.13.0 (main, Nov 12 2024, 09:54:22) [GCC 14.2.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import bcrypt
> Traceback (most recent call last):
>   File "<python-input-0>", line 1, in <module>
>     import bcrypt
>   File "/usr/lib/python3/dist-packages/bcrypt/__init__.py", line 13, in
> <module>
>     from ._bcrypt import (
>     ...<11 lines>...
>     )
> ModuleNotFoundError: No module named 'bcrypt._bcrypt'
> 
> 
> It seems this can be fixed by simply rebuilding the package against python3.13
> without other changes.

Fixed a while back:

python-bcrypt (4.2.0-2.1) unstable; urgency=medium

  * Team upload.
  * Rebuild with Python 3.13 support.

 -- Thomas Goirand <[email protected]>  Mon, 18 Nov 2024 11:04:06 +0100

Thanks,

-- 
Colin Watson (he/him)                              [[email protected]]

--- End Message ---

Reply via email to