Bug#1013500: django-mailman3: FTBFS: TypeError: __init__() got an unexpected keyword argument 'providing_args'

2022-11-14 Thread Pierre-Elliott Bécue


De : Charlemagne Lasse 
À : Pierre-Elliott Bécue ; Debian Mailman Team 
; 1013...@bugs.debian.org; Jonas 
Meurer 
Date : 14 nov. 2022 10:46:08
Objet : Re: django-mailman3: FTBFS: TypeError: __init__() got an unexpected 
keyword argument 'providing_args'

> Control: tags -1 + fixed-upstream patch
> 
> This problem currently blocks various mailman3 related packages from
> migrating to Debian bookwoom.
> 
> But it seems like this is fixed by 1.3.8:
> https://pypi.org/project/django-mailman3/
> 
> (btw. thanks for the mailman 3.3.7 upload)
Hi,

I really don't need reminders about the bugs on my packages.

Please refrain from putting pressure on people with the expectation that 
they'll do what you want at the tine you want.

Regards,

-- 
Pierre-Elliott Bécue



Bug#1013500: django-mailman3: FTBFS: TypeError: __init__() got an unexpected keyword argument 'providing_args'

2022-11-14 Thread Charlemagne Lasse
Control: tags -1 + fixed-upstream patch

This problem currently blocks various mailman3 related packages from
migrating to Debian bookwoom.

But it seems like this is fixed by 1.3.8:
https://pypi.org/project/django-mailman3/

(btw. thanks for the mailman 3.3.7 upload)



Bug#1013500: django-mailman3: FTBFS: TypeError: __init__() got an unexpected keyword argument 'providing_args'

2022-06-24 Thread Lucas Nussbaum
Source: django-mailman3
Version: 1.3.7-1
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 '/<>'
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e; \
> for python3 in python3.9 python3.10; do \
> $python3 /usr/bin/django-admin test --pythonpath=. 
> --settings=django_mailman3.tests.settings_test django_mailman3; \
> done
> Traceback (most recent call last):
>   File "/usr/bin/django-admin", line 33, in 
> sys.exit(load_entry_point('Django==4.0.5', 'console_scripts', 
> 'django-admin')())
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 446, in execute_from_command_line
> utility.execute()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 420, in execute
> 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 124, in 
> populate
> app_config.ready()
>   File "/<>/./django_mailman3/apps.py", line 39, in ready
> import django_mailman3.signals  # noqa: F401
>   File "/<>/./django_mailman3/signals.py", line 54, in 
> domain_created = Signal(providing_args=["mail_host"])
> TypeError: __init__() got an unexpected keyword argument 'providing_args'
> make[1]: *** [debian/rules:10: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/django-mailman3_1.3.7-1_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=ign=7=7=only=ftbfs-20220624=lu...@debian.org=1=1=1=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.