Your message dated Sun, 30 Jun 2024 22:50:59 +0000
with message-id <e1so3nr-001gri...@fasolo.debian.org>
and subject line Bug#1073369: fixed in psygnal 0.11.1-1
has caused the Debian Bug report #1073369,
regarding psygnal: FTBFS: ModuleNotFoundError: No module named 
'typing_extensions'
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.)


-- 
1073369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073369
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: psygnal
Version: 0.9.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:311: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_psygnal  
> * Building wheel...
> Successfully built psygnal-0.9.1-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:311: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_psygnal  
> * Building wheel...
> Successfully built psygnal-0.9.1-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_psygnal/build; python3.12 -m unittest 
> discover -v 
> psygnal (unittest.loader._FailedTest.psygnal) ... ERROR
> 
> ======================================================================
> ERROR: psygnal (unittest.loader._FailedTest.psygnal)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: psygnal
> Traceback (most recent call last):
>   File "/usr/lib/python3.12/unittest/loader.py", line 429, in _find_test_path
>     package = self._get_module_from_name(name)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/unittest/loader.py", line 339, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_psygnal/build/psygnal/__init__.py", 
> line 61, in <module>
>     from ._evented_decorator import evented
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_psygnal/build/psygnal/_evented_decorator.py",
>  line 13, in <module>
>     from psygnal._group_descriptor import SignalGroupDescriptor
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_psygnal/build/psygnal/_group_descriptor.py",
>  line 11, in <module>
>     from typing_extensions import Literal
> ModuleNotFoundError: No module named 'typing_extensions'
> 
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> FAILED (errors=1)
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_psygnal/build; python3.12 -m unittest 
> discover -v 
> I: pybuild base:311: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_psygnal/build; python3.11 -m unittest 
> discover -v 
> psygnal (unittest.loader._FailedTest.psygnal) ... ERROR
> 
> ======================================================================
> ERROR: psygnal (unittest.loader._FailedTest.psygnal)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: psygnal
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/loader.py", line 452, in _find_test_path
>     package = self._get_module_from_name(name)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 362, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_psygnal/build/psygnal/__init__.py", 
> line 61, in <module>
>     from ._evented_decorator import evented
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_psygnal/build/psygnal/_evented_decorator.py",
>  line 13, in <module>
>     from psygnal._group_descriptor import SignalGroupDescriptor
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_psygnal/build/psygnal/_group_descriptor.py",
>  line 11, in <module>
>     from typing_extensions import Literal
> ModuleNotFoundError: No module named 'typing_extensions'
> 
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> FAILED (errors=1)
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_psygnal/build; python3.11 -m unittest 
> discover -v 
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/psygnal_0.9.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: psygnal
Source-Version: 0.11.1-1
Done: Alexandre Detiste <tc...@debian.org>

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

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated psygnal 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: Sun, 30 Jun 2024 23:43:17 +0200
Source: psygnal
Architecture: source
Version: 0.11.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1073369
Changes:
 psygnal (0.11.1-1) unstable; urgency=medium
 .
   * Team Upload.
   * New upstream version (Closes: #1073369)
   * Disable one test that crash the Python interpreter
   * Disable on all 32 bits platfroms a test disabled on "i686" upstream.
   * Add depenencies on: python3-{attr,numpy,pyqt6,wrapt}
   * Standards-Version: 4.7.0 (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
Checksums-Sha1:
 a82aff1dfbda2877f9f7c7bd7f71bb6b267b3133 2277 psygnal_0.11.1-1.dsc
 e73d12180243c60023db01de3be43d9fb71b26eb 102103 psygnal_0.11.1.orig.tar.gz
 1a068b34fdd8e3914456b6a17881be9818cac16a 2584 psygnal_0.11.1-1.debian.tar.xz
 490431580253eabbf553bbb3e02fbbf38114d158 11838 
psygnal_0.11.1-1_source.buildinfo
Checksums-Sha256:
 95b567dfff195ec677f7e8e572811ff9e7192dcf3afcef1a3827fcbd89306199 2277 
psygnal_0.11.1-1.dsc
 f9b02ca246ab0adb108c4010b4a486e464f940543201074591e50370cd7b0cc0 102103 
psygnal_0.11.1.orig.tar.gz
 50281ec88efae65fab3dfdf8316679ddc2696fb4a12fe0b151d88f43494e434b 2584 
psygnal_0.11.1-1.debian.tar.xz
 e4edef029ca1a1e5e7ab0c52539491d6988ff4ac6cda10c3f3728b8da92e5088 11838 
psygnal_0.11.1-1_source.buildinfo
Files:
 e8a82d23e3d7d5ce4e65bbcb9f137e2e 2277 python optional psygnal_0.11.1-1.dsc
 13955249103622604d4022e7d5ef94e0 102103 python optional 
psygnal_0.11.1.orig.tar.gz
 cf2e41469439756140f48b6a67d14d0d 2584 python optional 
psygnal_0.11.1-1.debian.tar.xz
 8ad1fbf9c732f81b99748cbee6d9ee46 11838 python optional 
psygnal_0.11.1-1_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmaB2w4RHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrvTA/9Gp0EhvTQjMX8jB63NFMJnIYr3FD5bwvo
0LJVc+PumnEC5pZhrhGIyiF9L1BnlRlWmoWJ0EI7qgN6yrC+TfS4cAg5NsXryKJO
DnR6XtdJqhGUmoYcUU7q0/CbtwbEURgdopnzefNYBhTlPvHzPXY0JF+BHnIHxKF6
VznQDWyNa2cSVHaKZWq9jzlGGJigeC8J9M4KmUdPZBNcARESM77lyoRZt4fYiqGy
LONQRH1nHUb/0JnM2DYnaDQO3BcnaFoBoRxdKUc+G60fXURfe09KwnBq1b+6RqS1
rYRg+aacX6maCF2WKqQX6RITfBJbV2zQ5tx6mg4XG/qwCGUf5RJgGYsA4bwOrh21
BG3d58ue9c0AoAzIcSBI6pc3JuGE5sgnWhEcvxS6PPotiViXHfVX6dQuiuHyVfwa
BPOK7B0NxkKEyUuQemhBuvvd0o/QVT4Z7lPIG9uc7hkVEOpHYfqyDR10UProFd+d
cb8jJKlTK46L2Wn9SdigalHi/rkIbPOeSUPcp19dKAbC1kzMZMajVnF4+1rjb+DS
2ttyFm3T0CA7A4O1ejxvcYpv9UUmR40lt83E3q8Vg2M6OEjVNARZNGBBZpqKg98U
RqxyBjR3pRYKouKUBBq5olZxbk3+lt7J4vxh0co2g+fxSxcf905JQUqPUFEfttCp
Uu5AagT37gY=
=t4EC
-----END PGP SIGNATURE-----

Attachment: pgpcEZOcc0NGw.pgp
Description: PGP signature


--- End Message ---

Reply via email to