Your message dated Wed, 08 Oct 2025 00:34:13 +0000
with message-id <[email protected]>
and subject line Bug#1116853: fixed in python-django-crispy-forms-foundation 
1.1.0+ds-3
has caused the Debian Bug report #1116853,
regarding python-django-crispy-forms-foundation: FTBFS with the nocheck build 
profile
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.)


-- 
1116853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-django-crispy-forms-foundation
Version: 1.1.0+ds-2
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

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

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck

(It's a wiki, so you are welcome to contribute)

[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].

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:python-django-crispy-forms-foundation, so 
that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   debian/rules override_dh_auto_clean

[... snipped ...]

        Python recognizes 'crispy_forms_foundation.templates' as an importable 
package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'crispy_forms_foundation.templates' is 
explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'crispy_forms_foundation.templates' to be distributed 
and are
        already explicitly excluding 'crispy_forms_foundation.templates' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
creating build/lib/crispy_forms_foundation/locale/de/LC_MESSAGES
copying crispy_forms_foundation/locale/de/LC_MESSAGES/django.mo -> 
build/lib/crispy_forms_foundation/locale/de/LC_MESSAGES
copying crispy_forms_foundation/locale/de/LC_MESSAGES/django.po -> 
build/lib/crispy_forms_foundation/locale/de/LC_MESSAGES
creating build/lib/crispy_forms_foundation/locale/fr/LC_MESSAGES
copying crispy_forms_foundation/locale/fr/LC_MESSAGES/django.mo -> 
build/lib/crispy_forms_foundation/locale/fr/LC_MESSAGES
copying crispy_forms_foundation/locale/fr/LC_MESSAGES/django.po -> 
build/lib/crispy_forms_foundation/locale/fr/LC_MESSAGES
creating build/lib/crispy_forms_foundation/static/js/crispy_forms_foundation
copying crispy_forms_foundation/static/js/crispy_forms_foundation/plugins.js -> 
build/lib/crispy_forms_foundation/static/js/crispy_forms_foundation
creating build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/betterform.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/display_form.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/errors.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/errors_formset.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/field.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/field.strict.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/inline_switch.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/multifield.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/switch.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/uni_form.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/uni_formset.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/whole_uni_form.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6
copying crispy_forms_foundation/templates/foundation-6/whole_uni_formset.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6
creating build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying 
crispy_forms_foundation/templates/foundation-6/layout/accordion-holder.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying 
crispy_forms_foundation/templates/foundation-6/layout/accordion-item.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/basebutton.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/baseinput.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/buttongroup.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/buttonholder.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying 
crispy_forms_foundation/templates/foundation-6/layout/checkboxselectmultiple.html
 -> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/div.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/fieldset.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/inline_field.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/multifield.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying 
crispy_forms_foundation/templates/foundation-6/layout/splitdatetime_field.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/tab-holder.html 
-> build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/tab-item.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6/layout
copying crispy_forms_foundation/templates/foundation-6/layout/tab-link.html -> 
build/lib/crispy_forms_foundation/templates/foundation-6/layout
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/templatetags
copying build/lib/crispy_forms_foundation/templatetags/__init__.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templatetags
copying 
build/lib/crispy_forms_foundation/templatetags/crispy_forms_foundation_field.py 
-> build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templatetags
copying build/lib/crispy_forms_foundation/__init__.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation
copying build/lib/crispy_forms_foundation/models.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation
copying build/lib/crispy_forms_foundation/settings.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/layout
copying build/lib/crispy_forms_foundation/layout/__init__.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/layout
copying build/lib/crispy_forms_foundation/layout/base.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/layout
copying build/lib/crispy_forms_foundation/layout/buttons.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/layout
copying build/lib/crispy_forms_foundation/layout/grid.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/layout
copying build/lib/crispy_forms_foundation/layout/fields.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/layout
copying build/lib/crispy_forms_foundation/layout/containers.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/layout
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/templates
creating 
build/bdist.linux-x86_64/wheel/crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/multifield.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/field.strict.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/errors_formset.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/display_form.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
creating 
build/bdist.linux-x86_64/wheel/crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/multifield.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/splitdatetime_field.html
 -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/tab-link.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/basebutton.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/checkboxselectmultiple.html
 -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/accordion-item.html
 -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/div.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/accordion-holder.html
 -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/baseinput.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/buttongroup.html
 -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/tab-holder.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/inline_field.html
 -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/buttonholder.html
 -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/tab-item.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/layout/fieldset.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6/layout
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/betterform.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying build/lib/crispy_forms_foundation/templates/foundation-6/uni_form.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying build/lib/crispy_forms_foundation/templates/foundation-6/field.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying build/lib/crispy_forms_foundation/templates/foundation-6/switch.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/uni_formset.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/inline_switch.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/whole_uni_formset.html 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying build/lib/crispy_forms_foundation/templates/foundation-6/errors.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
copying 
build/lib/crispy_forms_foundation/templates/foundation-6/whole_uni_form.html -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/templates/foundation-6
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/static
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/static/js
creating 
build/bdist.linux-x86_64/wheel/crispy_forms_foundation/static/js/crispy_forms_foundation
copying 
build/lib/crispy_forms_foundation/static/js/crispy_forms_foundation/plugins.js 
-> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/static/js/crispy_forms_foundation
copying build/lib/crispy_forms_foundation/forms.py -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/locale
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/locale/de
creating 
build/bdist.linux-x86_64/wheel/crispy_forms_foundation/locale/de/LC_MESSAGES
copying build/lib/crispy_forms_foundation/locale/de/LC_MESSAGES/django.mo -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/locale/de/LC_MESSAGES
copying build/lib/crispy_forms_foundation/locale/de/LC_MESSAGES/django.po -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/locale/de/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/crispy_forms_foundation/locale/fr
creating 
build/bdist.linux-x86_64/wheel/crispy_forms_foundation/locale/fr/LC_MESSAGES
copying build/lib/crispy_forms_foundation/locale/fr/LC_MESSAGES/django.mo -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/locale/fr/LC_MESSAGES
copying build/lib/crispy_forms_foundation/locale/fr/LC_MESSAGES/django.po -> 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation/locale/fr/LC_MESSAGES
creating build/bdist.linux-x86_64/wheel/sandbox
creating build/bdist.linux-x86_64/wheel/sandbox/settings
copying build/lib/sandbox/settings/demo.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/settings
copying build/lib/sandbox/settings/__init__.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/settings
copying build/lib/sandbox/settings/documentation.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/settings
copying build/lib/sandbox/settings/base.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/settings
copying build/lib/sandbox/settings/tests.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/settings
creating build/bdist.linux-x86_64/wheel/sandbox/demo
copying build/lib/sandbox/demo/__init__.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/demo
copying build/lib/sandbox/demo/models.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/demo
copying build/lib/sandbox/demo/crispies.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/demo
copying build/lib/sandbox/demo/urls.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/demo
copying build/lib/sandbox/demo/forms.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/demo
copying build/lib/sandbox/demo/views.py -> 
build/bdist.linux-x86_64/wheel/./sandbox/demo
running install_egg_info
Copying crispy_forms_foundation.egg-info to 
build/bdist.linux-x86_64/wheel/./crispy_forms_foundation-1.1.0.egg-info
running install_scripts
creating 
build/bdist.linux-x86_64/wheel/crispy_forms_foundation-1.1.0.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django-crispy-forms-foundation/.tmp-v_7l4lnf/crispy_forms_foundation-1.1.0-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'crispy_forms_foundation/__init__.py'
adding 'crispy_forms_foundation/forms.py'
adding 'crispy_forms_foundation/models.py'
adding 'crispy_forms_foundation/settings.py'
adding 'crispy_forms_foundation/layout/__init__.py'
adding 'crispy_forms_foundation/layout/base.py'
adding 'crispy_forms_foundation/layout/buttons.py'
adding 'crispy_forms_foundation/layout/containers.py'
adding 'crispy_forms_foundation/layout/fields.py'
adding 'crispy_forms_foundation/layout/grid.py'
adding 'crispy_forms_foundation/locale/de/LC_MESSAGES/django.mo'
adding 'crispy_forms_foundation/locale/de/LC_MESSAGES/django.po'
adding 'crispy_forms_foundation/locale/fr/LC_MESSAGES/django.mo'
adding 'crispy_forms_foundation/locale/fr/LC_MESSAGES/django.po'
adding 'crispy_forms_foundation/static/js/crispy_forms_foundation/plugins.js'
adding 'crispy_forms_foundation/templates/foundation-6/betterform.html'
adding 'crispy_forms_foundation/templates/foundation-6/display_form.html'
adding 'crispy_forms_foundation/templates/foundation-6/errors.html'
adding 'crispy_forms_foundation/templates/foundation-6/errors_formset.html'
adding 'crispy_forms_foundation/templates/foundation-6/field.html'
adding 'crispy_forms_foundation/templates/foundation-6/field.strict.html'
adding 'crispy_forms_foundation/templates/foundation-6/inline_switch.html'
adding 'crispy_forms_foundation/templates/foundation-6/multifield.html'
adding 'crispy_forms_foundation/templates/foundation-6/switch.html'
adding 'crispy_forms_foundation/templates/foundation-6/uni_form.html'
adding 'crispy_forms_foundation/templates/foundation-6/uni_formset.html'
adding 'crispy_forms_foundation/templates/foundation-6/whole_uni_form.html'
adding 'crispy_forms_foundation/templates/foundation-6/whole_uni_formset.html'
adding 
'crispy_forms_foundation/templates/foundation-6/layout/accordion-holder.html'
adding 
'crispy_forms_foundation/templates/foundation-6/layout/accordion-item.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/basebutton.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/baseinput.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/buttongroup.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/buttonholder.html'
adding 
'crispy_forms_foundation/templates/foundation-6/layout/checkboxselectmultiple.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/div.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/fieldset.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/inline_field.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/multifield.html'
adding 
'crispy_forms_foundation/templates/foundation-6/layout/splitdatetime_field.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/tab-holder.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/tab-item.html'
adding 'crispy_forms_foundation/templates/foundation-6/layout/tab-link.html'
adding 'crispy_forms_foundation/templatetags/__init__.py'
adding 'crispy_forms_foundation/templatetags/crispy_forms_foundation_field.py'
adding 'crispy_forms_foundation-1.1.0.dist-info/licenses/LICENCE.txt'
adding 'sandbox/demo/__init__.py'
adding 'sandbox/demo/crispies.py'
adding 'sandbox/demo/forms.py'
adding 'sandbox/demo/models.py'
adding 'sandbox/demo/urls.py'
adding 'sandbox/demo/views.py'
adding 'sandbox/settings/__init__.py'
adding 'sandbox/settings/base.py'
adding 'sandbox/settings/demo.py'
adding 'sandbox/settings/documentation.py'
adding 'sandbox/settings/tests.py'
adding 'crispy_forms_foundation-1.1.0.dist-info/METADATA'
adding 'crispy_forms_foundation-1.1.0.dist-info/WHEEL'
adding 'crispy_forms_foundation-1.1.0.dist-info/top_level.txt'
adding 'crispy_forms_foundation-1.1.0.dist-info/zip-safe'
adding 'crispy_forms_foundation-1.1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built crispy_forms_foundation-1.1.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir
I: pybuild pybuild:334: rm -rf 
/<<PKGBUILDDIR>>/debian/python3-django-crispy-forms-foundation/usr/lib/python*/dist-packages/crispy_forms_foundation-*.dist-info/LICENCE.txt
   dh_installdocs -O--buildsystem=pybuild
   debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -b html -E -N -D html_last_updated_fmt="29 
August 2025" docs/ 
/<<PKGBUILDDIR>>/debian/python-django-crispy-forms-foundation-doc/usr/share/doc/python-django-crispy-forms-foundation-doc/html
Running Sphinx v8.2.3

Configuration error!

Versions
========

* Platform:         linux; 
(Linux-6.12.48+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version:   3.13.7 (CPython)
* Sphinx version:   8.2.3
* Docutils version: 0.21.2
* Jinja2 version:   3.1.6
* Pygments version: 2.18.0

Last Messages
=============

None.

Loaded Extensions
=================

None.

Traceback
=========

      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 616, in 
eval_config_file
        raise ConfigError(msg % traceback.format_exc()) from exc
    sphinx.errors.ConfigError: There is a programmable error in your 
configuration file:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in 
eval_config_file
        exec(code, namespace)  # NoQA: S102
        ~~~~^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/docs/conf.py", line 24, in <module>
        import django
    ModuleNotFoundError: No module named 'django'


The full traceback has been saved in:
/tmp/sphinx-err-30iu2roy.log

To report this error to the developers, please open an issue at 
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message 
can be provided next time.
make[1]: *** [debian/rules:19: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-django-crispy-forms-foundation
Source-Version: 1.1.0+ds-3
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-django-crispy-forms-foundation, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila <[email protected]> (supplier of updated 
python-django-crispy-forms-foundation 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 [email protected])


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

Format: 1.8
Date: Wed, 08 Oct 2025 01:10:00 +0200
Source: python-django-crispy-forms-foundation
Architecture: source
Version: 1.1.0+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1116853
Changes:
 python-django-crispy-forms-foundation (1.1.0+ds-3) unstable; urgency=medium
 .
   * Team upload.
   * [8b7525c] d/control: Drop <!nocheck> from python3-django-crispy-forms.
     Closes: #1116853.
   * [74e28b5] d/salsa-ci.yml: Add file.
Checksums-Sha1:
 61ac413afb3650c52892a2be92c8743d5486e8d6 2408 
python-django-crispy-forms-foundation_1.1.0+ds-3.dsc
 c22357744b2740482d3fdb72ca983a28f9cb8014 5264 
python-django-crispy-forms-foundation_1.1.0+ds-3.debian.tar.xz
 049a7f58f503a6abf110bf3e9e7ce98bebfe96e3 5872 
python-django-crispy-forms-foundation_1.1.0+ds-3_source.buildinfo
Checksums-Sha256:
 7057816a6bdc401bbd659922bc20fc0991f1c45ec8d0ef1c955232b6ed34026c 2408 
python-django-crispy-forms-foundation_1.1.0+ds-3.dsc
 800fda3d850e16923f760fc155245a280d9f8d67eec72d7adb4036e6c10b5aff 5264 
python-django-crispy-forms-foundation_1.1.0+ds-3.debian.tar.xz
 1b8d9bb6055537d4d550447768e5294224c516e9397daa68aa4cb7ad8b232235 5872 
python-django-crispy-forms-foundation_1.1.0+ds-3_source.buildinfo
Files:
 35705dee49544d451b4fd928ba179e8d 2408 python optional 
python-django-crispy-forms-foundation_1.1.0+ds-3.dsc
 b195b956332e17194abf612b5f9a7231 5264 python optional 
python-django-crispy-forms-foundation_1.1.0+ds-3.debian.tar.xz
 fb4993ca2d71db0da49b94efcef1854e 5872 python optional 
python-django-crispy-forms-foundation_1.1.0+ds-3_source.buildinfo

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

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjlquIACgkQQc5/C58b
izLNXQgAipqQk7GTm9l8jVnZ1Hh9io3l8tMidBJhit6ilBn6Kgr3JHAbYckgCmsC
ZqQ9bDerug9FBqt0y0TtGCptwzNxlwkTMMlAPCH1e4ZvNUxFQW0PKrojozzKzooC
TdvEEi+0p3m9VKk8sc4iLWQO55r5rYCLOlaE4SHJbcz3kXH0/XLLhnJY8rRmy1+s
HuXRrxXzv5vZ2XjQTnLGZt1ysIeKlNbwhHM7VSgpPD4SGUF5K3zYNwjzG6CEjZSJ
9eWsgRL7hcYlOrQeRARi7CrStdf5MthH4GZ1H4tEJP4KJtAznw8RPAIm9w9QERbJ
Im7odo2naP8NDeHrYFqQWA44DRVOJw==
=1702
-----END PGP SIGNATURE-----

Attachment: pgp2NdShECbWp.pgp
Description: PGP signature


--- End Message ---

Reply via email to