Your message dated Sat, 14 Sep 2024 00:20:50 +0000
with message-id <e1spgww-002d9a...@fasolo.debian.org>
and subject line Bug#1056288: fixed in django-assets 2.0-4
has caused the Debian Bug report #1056288,
regarding django-assets FTBFS: TypeError: 'TextNode' object is not iterable
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.)


-- 
1056288: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056288
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-assets
Version: 2.0-3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=django-assets&arch=all&ver=2.0-3&stamp=1700432008&raw=0

...
   dh_auto_test -i -O--buildsystem=pybuild
I: pybuild base:310: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-assets/build; python3.11 -m nose 
-v tests
tests.test_django.TestConfig.test_custom_options ... ok
The builtin options have different names within the Django ... ok
tests.test_django.TestFilter.test_template ... ok
tests.test_django.TestLoader.test ... ERROR
tests.test_django.TestLoader.test_cached_loader ... ERROR
Finders are used to find source files. ... ok
If debug is disabled, the finders are not used. ... ok
Test that the cssrewrite filter can deal with staticfiles. ... ok
Globs can be used across staticdirs. ... ok
Recursive globs. ... ok
An error is raised if a source file is missing. ... ok
The files we write to STATIC_ROOT are served in debug mode ... ok
tests.test_django.TestTemplateTag.test_debug_option ... ok
Ensure the tag correcly spits out the urls the bundle returns. ... ok
tests.test_django.TestTemplateTag.test_reference_bundles ... ok
tests.test_django.TestTemplateTag.test_reference_files ... ok
tests.test_django.TestTemplateTag.test_reference_mixed ... ok
Using commas is optional. ... ok
tests.test_django.TestTemplateTag.test_with_vars ... ok

======================================================================
ERROR: tests.test_django.TestLoader.test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-assets/build/tests/test_django.py",
 line 193, in test
    bundles = self.loader.load_bundles()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-assets/build/django_assets/loaders.py",
 line 79, in load_bundles
    bundles.extend(self.with_file(filename, self._parse) or [])
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/webassets/loaders.py", line 333, in 
with_file
    return then_run(filename, contents)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-assets/build/django_assets/loaders.py",
 line 110, in _parse
    for node in t:  # don't move into _recurse_node, ``Template`` has a 
.nodelist attribute
  File "/usr/lib/python3/dist-packages/django/template/base.py", line 158, in 
__iter__
    yield from node
TypeError: 'TextNode' object is not iterable

======================================================================
ERROR: tests.test_django.TestLoader.test_cached_loader
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-assets/build/tests/test_django.py",
 line 203, in test_cached_loader
    bundles = self.loader.load_bundles()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-assets/build/django_assets/loaders.py",
 line 79, in load_bundles
    bundles.extend(self.with_file(filename, self._parse) or [])
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/webassets/loaders.py", line 333, in 
with_file
    return then_run(filename, contents)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-assets/build/django_assets/loaders.py",
 line 110, in _parse
    for node in t:  # don't move into _recurse_node, ``Template`` has a 
.nodelist attribute
  File "/usr/lib/python3/dist-packages/django/template/base.py", line 158, in 
__iter__
    yield from node
TypeError: 'TextNode' object is not iterable

----------------------------------------------------------------------
Ran 19 tests in 0.113s

FAILED (errors=2)

--- End Message ---
--- Begin Message ---
Source: django-assets
Source-Version: 2.0-4
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
django-assets, 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 1056...@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 django-assets 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: Sat, 14 Sep 2024 00:43:41 +0200
Source: django-assets
Architecture: source
Version: 2.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1018340 1056243 1056288
Changes:
 django-assets (2.0-4) unstable; urgency=medium
 .
   * Team upload.
   * Replace Nose with Pytest (Closes: #1018340)
   * Switch to Pytest for autopkgtest too (Closes: #1056243)
   * Use dh-sequence-python3
 .
   [ Lena Voytek ]
   * d/p/fix-node-iteration.patch: Fix TypeError when iterating over Nodes
     (Closes: #1056288).
Checksums-Sha1:
 5148b25a017de43164a5c0eeffeecd7288fc683c 2341 django-assets_2.0-4.dsc
 ca0bf03d83bf83d8d3a50ecbf73ba85dec290f16 6920 django-assets_2.0-4.debian.tar.xz
 6d6ddd5fec0cc6e62412662b3ce85640387f57d7 8545 
django-assets_2.0-4_source.buildinfo
Checksums-Sha256:
 bff30656b6e60745f492fac5dff02ab91e1365cf04c05b2ed0f27d0e729e204c 2341 
django-assets_2.0-4.dsc
 5f84aa0d5b69d100346536384d8cb3091f6f9f1f3db283594966235a2b3307ce 6920 
django-assets_2.0-4.debian.tar.xz
 6a1c9f99d393f8c1e2004ed374a2ead34693522452b5b0f854f7782d136526a6 8545 
django-assets_2.0-4_source.buildinfo
Files:
 19a8a938b02ba2b5fd05b2d87a2d94d5 2341 python optional django-assets_2.0-4.dsc
 0464082ae6b283ce4d27ff7523909c21 6920 python optional 
django-assets_2.0-4.debian.tar.xz
 a904fa8a56abc79fdc8892bec6d182af 8545 python optional 
django-assets_2.0-4_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmbkwHwRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrb1w//RaTLRog69naejI4qNOCFVz/OvPqUtxLs
w/8QVA0WqGDYkYOo9PrWidRWF+DHJ/VgE7FFwSNptotrbpmDIM0yolUZT4WIFLaY
6jjUknDyHohX/UnSTHLd9VLy0sMf797UE2wBg+CUJVX5wlZqFe/a72VxMWxcT411
QG6zaxCvBjy9CMMjxUv+usqAJfqUTkffrwzwA+vt5ylkEc8r71d0e0gMBAfmnWHV
1HR/oDRH8TrqZz64FDKtX3f8xDde00zJB4p8BBEZ7rXdNNjiENE4E8aaPXoAtRQR
XLUp/36zs7Cu4L2ogIBH+IswK70mPa6vzd8pU4fqNW4Y3GHj/NbdE3JQ+gidlAko
iNcUns0Mjl1p+Kud1isiShrdHk+uW0meHXkNYik+GIPAxWjJxAYX58Wl59ng7kn9
ov0YnGR3cZ/HdOtfUlkAVq7qCHqj0QBcUoO3Ais0Ixe/UMqSquRaL8eQyB9k6aya
HGHUkC0aX42eSe8HQJQCwNdHDiMPs1E/QnPrYh8413HW6VaDyeYB5W9fAQmQ7CxF
Sd17xnrd2HlXi7Y22pGSJkYi3fZcwJnI/SQVF8SpprUtFkPvGPPomGp2dhORTOrk
OXBAFtWRrp2CzjiS0Pkhf61ndOWwoEDt1X46gJhszmU6J89S5vCTCt/GiJ8D6OYQ
GL/gXa/s3dw=
=W5re
-----END PGP SIGNATURE-----

Attachment: pgpcU7PnOL0qQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to