Your message dated Wed, 12 Mar 2025 17:34:08 +0000
with message-id <e1tspy4-00amy3...@fasolo.debian.org>
and subject line Bug#1100213: fixed in django-choices-field 2.3.0-3
has caused the Debian Bug report #1100213,
regarding django-choices-field: 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.)


-- 
1100213: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:django-choices-field
Version: 2.3.0-2
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --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.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django_choices_field  
* Building wheel...
The "poetry.dev-dependencies" section is deprecated and will be removed in a 
future version. Use "poetry.group.dev.dependencies" instead.
Successfully built django_choices_field-2.3.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django_choices_field/build; python3.13 
-m pytest tests
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 201, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 156, 
in main
    config = _prepareconfig(args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 341, 
in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
        pluginmanager=pluginmanager, args=args
    )
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 105, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1140, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1494, 
in parse
    self._preparse(args, addopts=addopts)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1398, 
in _preparse
    self.hook.pytest_load_initial_conftests(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        early_config=self, args=args, parser=self._parser
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/warnings.py", line 151, in 
pytest_load_initial_conftests
    return (yield)
            ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 122, in 
_multicall
    teardown.throw(exception)  # type: ignore[union-attr]
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/capture.py", line 172, in 
pytest_load_initial_conftests
    yield
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 103, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 353, in 
pytest_load_initial_conftests
    _setup_django()
    ~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 236, in 
_setup_django
    django.setup()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 116, in 
populate
    app_config.import_models()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/django/apps/config.py", line 269, in 
import_models
    self.models_module = import_module(models_module_name)
                         ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django_choices_field/build/tests/models.py",
 line 7, in <module>
    from django_choices_field import IntegerChoicesField, TextChoicesField
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django_choices_field/build/django_choices_field/__init__.py",
 line 1, in <module>
    from .fields import IntegerChoicesField, TextChoicesField
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django_choices_field/build/django_choices_field/fields.py",
 line 8, in <module>
    from .types import IntegerChoicesFlag
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django_choices_field/build/django_choices_field/types.py",
 line 6, in <module>
    from typing_extensions import Self
ModuleNotFoundError: No module named 'typing_extensions'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django_choices_field/build; python3.13 
-m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202503/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:django-choices-field, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: django-choices-field
Source-Version: 2.3.0-3
Done: Colin Watson <cjwat...@debian.org>

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

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated django-choices-field 
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: Wed, 12 Mar 2025 17:13:56 +0000
Source: django-choices-field
Architecture: source
Version: 2.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1100213
Changes:
 django-choices-field (2.3.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on python3-typing-extensions (closes: #1100213).
Checksums-Sha1:
 503fe42abec737bc853409a81eb4c8ee9427bd81 2639 django-choices-field_2.3.0-3.dsc
 b3708ce68f65200edb74882d4570cfc85be69541 3212 
django-choices-field_2.3.0-3.debian.tar.xz
Checksums-Sha256:
 624899b5ebfe62ce87555f757fe9d18a0798ff674e6b45e8f5d4e736c5d1e18a 2639 
django-choices-field_2.3.0-3.dsc
 0feea62fac2ca9eae1ef7bc289806584bb173c5d239dc83b8850a2756ffb9b77 3212 
django-choices-field_2.3.0-3.debian.tar.xz
Files:
 e56441bb2995a675e9f5612d10740372 2639 python optional 
django-choices-field_2.3.0-3.dsc
 28f6b8a9f1eb433613420dc5c8f32e00 3212 python optional 
django-choices-field_2.3.0-3.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmfRwRMACgkQOTWH2X2G
UAtrBg//WzKqL70LQf4eRY6PQ/eZiqqa0J+3DFxcwRapgcEgJBpoBnjEg7OuWRwq
yAq3ZKor4xPl3EML7RwYxR3YqIRHDx39RXEVMcT0CEbZc+8i46Rnw1nMOpDNhiET
5p1TwLZ6c3C+lj4FKIVbXFnBXcdGDJcv1f78D8QvRQX9NyHyimQ63D277MZkP8TD
TieOyuXidJu8uS1hjGrPZAvIhnNqSreG+QWmtEq7mDyb//5CqTBULk0Wbc7M3mS7
edSVkdg7gB0JeWWH5o5R1tJS/pvT5Rp52gM1usk+qQFdZhR9xsUreAtdzpJb5dUG
D6SRo07caCkC+yrNb6IpDF1ClS5DCyHpYbiVKXK7VFqmgUIEuddqxXK3lSR0cJPj
31m98SEE8Uk+wrxUM4Ya28i3esfo7Si+d9jQKa6n0oKnAgoWkVrB6XmvEpl3oifb
iWysOOFOopfFR/aN4hTZb3jTMQq74dycI2yUQ9rKS90IguDKSdYghgFiYiYQhdKa
Lasnqkxi70KHzfaKx1JXtCn9RN7/V4EVAGTq/CFSlaq7/u/FsJZYfZiJ6VXQjTJA
NR+1ZqdTJ6Bqs3qTf2bCixf44L5UfDrDOMNd7jLunqMUgpk89d/k+9J9CvNKACdb
Fg9B5OIFEseC6uKkIHCJ+iDWE4e3SAvWUXyhSL65I7AdUSUUPAc=
=dhe8
-----END PGP SIGNATURE-----

Attachment: pgp8f2Sfdiv0u.pgp
Description: PGP signature


--- End Message ---

Reply via email to