Your message dated Wed, 06 Jul 2022 07:18:57 +0000
with message-id <e1o8zjj-000cfd...@fasolo.debian.org>
and subject line Bug#1013487: fixed in django-filter 22.1-1
has caused the Debian Bug report #1013487,
regarding django-filter: FTBFS: AttributeError: 'zoneinfo.ZoneInfo' object has 
no attribute 'localize'
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.)


-- 
1013487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013487
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-filter
Version: 2.4.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- --system=custom --test-args="{interpreter} ./runtests.py"
> I: pybuild base:239: python3.9 ./runtests.py
> Creating test database for alias 'default'...
> Found 512 test(s).
> System check identified some issues:
> 
> WARNINGS:
> drf_test_app.BaseFilterableItem: (models.W042) Auto-created primary key used 
> when not defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> RestFrameworkTestConfig.default_auto_field attribute to point to a subclass 
> of AutoField, e.g. 'django.db.models.BigAutoField'.
> drf_test_app.BasicModel: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> RestFrameworkTestConfig.default_auto_field attribute to point to a subclass 
> of AutoField, e.g. 'django.db.models.BigAutoField'.
> drf_test_app.DjangoFilterOrderingModel: (models.W042) Auto-created primary 
> key used when not defining a primary key type, by default 
> 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> RestFrameworkTestConfig.default_auto_field attribute to point to a subclass 
> of AutoField, e.g. 'django.db.models.BigAutoField'.
> tests.Account: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.AdminUser: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Article: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Book: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Business: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Comment: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Company: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.DirectedNode: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.HiredWorker: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Location: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.ManagerGroup: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.NetworkSetting: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Node: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Profile: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Restaurant: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.SpacewalkRecord: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.UUIDTestModel: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.User: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Worker: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> 
> System check identified 22 issues (0 silenced).
> ............sssssss.....................................................................................EEEE.............s..x...u....ss..x..x..........................................................................................................................................................................................................................................s.....................sss..................................EE............................................................................
> ======================================================================
> ERROR: test_filtering_dst_end 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 936, in 
> test_filtering_dst_end
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 10, 
> 28, 23, 59)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_filtering_dst_ends_midnight 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 895, in 
> test_filtering_dst_ends_midnight
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 2, 
> 19, 0, 0)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_filtering_dst_start 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 915, in 
> test_filtering_dst_start
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 3, 
> 25, 23, 59)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_filtering_dst_start_midnight 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 875, in 
> test_filtering_dst_start_midnight
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 10, 
> 14, 23, 59)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_handle_dst_ending (tests.test_utils.HandleTimezone)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_utils.py", line 499, in 
> test_handle_dst_ending
>     self.assertEqual(handled, 
> get_default_timezone().localize(dst_ending_date, False))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_handle_dst_starting (tests.test_utils.HandleTimezone)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_utils.py", line 505, in 
> test_handle_dst_starting
>     self.assertEqual(handled, 
> get_default_timezone().localize(dst_starting_date, True))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ----------------------------------------------------------------------
> Ran 512 tests in 0.888s
> 
> FAILED (errors=6, skipped=14, expected failures=3, unexpected successes=1)
> Destroying test database for alias 'default'...
> E: pybuild pybuild:369: test: plugin custom failed with: exit code=1: 
> python3.9 ./runtests.py
> I: pybuild base:239: python3.10 ./runtests.py
> Creating test database for alias 'default'...
> Found 512 test(s).
> System check identified some issues:
> 
> WARNINGS:
> drf_test_app.BaseFilterableItem: (models.W042) Auto-created primary key used 
> when not defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> RestFrameworkTestConfig.default_auto_field attribute to point to a subclass 
> of AutoField, e.g. 'django.db.models.BigAutoField'.
> drf_test_app.BasicModel: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> RestFrameworkTestConfig.default_auto_field attribute to point to a subclass 
> of AutoField, e.g. 'django.db.models.BigAutoField'.
> drf_test_app.DjangoFilterOrderingModel: (models.W042) Auto-created primary 
> key used when not defining a primary key type, by default 
> 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> RestFrameworkTestConfig.default_auto_field attribute to point to a subclass 
> of AutoField, e.g. 'django.db.models.BigAutoField'.
> tests.Account: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.AdminUser: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Article: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Book: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Business: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Comment: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Company: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.DirectedNode: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.HiredWorker: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Location: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.ManagerGroup: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.NetworkSetting: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Node: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Profile: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Restaurant: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.SpacewalkRecord: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.UUIDTestModel: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.User: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Worker: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> 
> System check identified 22 issues (0 silenced).
> ............sssssss.....................................................................................EEEE.............s..x...u....ss..x..x..........................................................................................................................................................................................................................................s.....................sss..................................EE............................................................................
> ======================================================================
> ERROR: test_filtering_dst_end 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 936, in 
> test_filtering_dst_end
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 10, 
> 28, 23, 59)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_filtering_dst_ends_midnight 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 895, in 
> test_filtering_dst_ends_midnight
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 2, 
> 19, 0, 0)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_filtering_dst_start 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 915, in 
> test_filtering_dst_start
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 3, 
> 25, 23, 59)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_filtering_dst_start_midnight 
> (tests.test_filtering.DateFromToRangeFilterTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_filtering.py", line 875, in 
> test_filtering_dst_start_midnight
>     Article.objects.create(published=tz.localize(datetime.datetime(2017, 10, 
> 14, 23, 59)))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_handle_dst_ending (tests.test_utils.HandleTimezone)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_utils.py", line 499, in 
> test_handle_dst_ending
>     self.assertEqual(handled, 
> get_default_timezone().localize(dst_ending_date, False))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ======================================================================
> ERROR: test_handle_dst_starting (tests.test_utils.HandleTimezone)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 460, in 
> inner
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tests/test_utils.py", line 505, in 
> test_handle_dst_starting
>     self.assertEqual(handled, 
> get_default_timezone().localize(dst_starting_date, True))
> AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize'
> 
> ----------------------------------------------------------------------
> Ran 512 tests in 0.860s
> 
> FAILED (errors=6, skipped=14, expected failures=3, unexpected successes=1)
> Destroying test database for alias 'default'...
> E: pybuild pybuild:369: test: plugin custom failed with: exit code=1: 
> python3.10 ./runtests.py
> dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.10" 
> --system=custom "--test-args={interpreter} ./runtests.py" returned exit code 
> 13


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/django-filter_2.4.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&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 marking 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: django-filter
Source-Version: 22.1-1
Done: Carsten Schoenert <c.schoen...@t-online.de>

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

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated django-filter 
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, 06 Jul 2022 08:15:53 +0200
Source: django-filter
Architecture: source
Version: 22.1-1
Distribution: unstable
Urgency: medium
Maintainer: Brian May <b...@debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1013487
Changes:
 django-filter (22.1-1) unstable; urgency=medium
 .
   * Team upload
   * d/gbp.conf: Add some more defaults
   * New upstream version 22.1
     (Closes: #1013487)
   * Rebuild patch queue from patch-queue branch
     Rename, adjust and refresh patches.
   * d/{t,}/control: Running wrap-and-sort -ast
   * d/control: Sorting binary packages alphabetical
   * d/control: Update Standards-Version to 4.6.1
     No further changes needed.
   * d/watch: Update to version 4
   * d/copyright: Update year data for license holder
   * d/control: Adjust content of Build-Depends-Indep
   * d/control: Bump debhelper to version 13
   * autopkgtest: Rework used test setup
Checksums-Sha1:
 39f4968e58a37f29b42ed78ef01ae530496a33f2 2397 django-filter_22.1-1.dsc
 ed02d54f515a8474ff23347069f10c0a77db6aa7 132450 django-filter_22.1.orig.tar.gz
 0fd3a07764cb47c3bda7f2ff9817fb4dedcd72c7 82884 
django-filter_22.1-1.debian.tar.xz
 12935f3ee2dae77f32b35b012c9825d46fa959f1 8848 
django-filter_22.1-1_amd64.buildinfo
Checksums-Sha256:
 e6cd492e720ba12032884af65031cafe253bb9b10283256f57a3aa1afc5e4180 2397 
django-filter_22.1-1.dsc
 6deb6b532bfee44d94df463da3d720ce3b02972e45e1bc9ed3872cc82170480d 132450 
django-filter_22.1.orig.tar.gz
 4c1d687071bdbd1ec22c76bac459ada45e89ed188483ce8fed6df4e927ac86b4 82884 
django-filter_22.1-1.debian.tar.xz
 8d19c0ba5ac76c58fc8da1f5113655179b18fec476a6782583661f54f2493180 8848 
django-filter_22.1-1_amd64.buildinfo
Files:
 283a6aba5f2224cd311e398be6ef1fd9 2397 python optional django-filter_22.1-1.dsc
 f9401d0d7f16db98034ebad703acb54d 132450 python optional 
django-filter_22.1.orig.tar.gz
 1f7cc84a6ab3359b2f3cd69dc26a378b 82884 python optional 
django-filter_22.1-1.debian.tar.xz
 4420af6a87fee35a42b8688196e80ba7 8848 python optional 
django-filter_22.1-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmLFMboYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wke0P/2Mda6+040/bfpR3iGzkysjb
ZtdrY07DABQlgmeL0idvKjofi6OCWayqKfCvBkGyLknGB2+fAWEbpCQKdMp9NCXd
JX8DkxVocGTtGQgQGnk1ijJJ1mqrabIU6RJ9bGCW26/CnQpNp8XiQXVnHgcMsQac
q1O9g8RSjDr64F45QQPiA+fjibt0UI7zJ75vs41cH7sg+0vwcjIqCVrR/Dycvg9L
7ZUV2DZdVeyFP3IhI0tu5RbZLfkLIONwta6o2ZxGfUM63+K/dYSFOmmod0OLbqMS
0y1qPBHZMnxMt9KwqTQd0WbflZtYAVpo89q+otZ5r/MsiX4bJOY8CbX1hhKXjh41
WKniGu4OyFjBCw3Iaa+LZy43wO2qjSODprs8stpTY282wSc6um/qE9pWmUo4zUzx
qWM9G4ixrMwG1P8FH1EiLnZydUImAWINV1Id7HP9TagCgMbAQkyTN7jnBrVEvEdb
VxUcX9ohsCyjZxe7eRKitsW+AlGbOBVvWFCpE4mLbaRgaMjeI+dLxFmpNTQJ917e
AjtjBtbbBoFC0tdleKbFgtlnFOvTucoUPvCa5Lt/MO0UJQmkfMiZH36Q09x4aUZ0
EX20Bujf9R45OczSQ3E6UKUT9N/rJLz6MrYpZ+prrxgMqVvH369zHwrXWlHUeSQX
jdVvZpJx6Y11yCaDl2F8
=ToJo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to