Your message dated Sun, 31 Jul 2022 16:41:12 +0000
with message-id <e1oic08-001m5x...@fasolo.debian.org>
and subject line Bug#1013503: fixed in python-django-rest-hooks 1.6.0-3
has caused the Debian Bug report #1013503,
regarding python-django-rest-hooks: FTBFS: TypeError: Signal.__init__() got an 
unexpected keyword argument 'providing_args'
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.)


-- 
1013503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013503
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-rest-hooks
Version: 1.6.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="cd {build_dir}; {interpreter} 
> ./runtests.py"
> I: pybuild base:239: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-rest-hooks/build; python3.9 
> ./runtests.py
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-rest-hooks/build/./runtests.py",
>  line 62, in <module>
>     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 304, in 
> import_models
>     self.models_module = import_module(models_module_name)
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-rest-hooks/build/rest_hooks/models.py",
>  line 22, in <module>
>     from rest_hooks.signals import hook_event, raw_hook_event, hook_sent_event
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-rest-hooks/build/rest_hooks/signals.py",
>  line 4, in <module>
>     hook_event = Signal(providing_args=['action', 'instance'])
> TypeError: __init__() got an unexpected keyword argument 'providing_args'
> E: pybuild pybuild:369: test: plugin custom failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-rest-hooks/build; python3.9 
> ./runtests.py
> I: pybuild base:239: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-rest-hooks/build; python3.10 
> ./runtests.py
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-rest-hooks/build/./runtests.py",
>  line 62, in <module>
>     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 304, in 
> import_models
>     self.models_module = import_module(models_module_name)
>   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-rest-hooks/build/rest_hooks/models.py",
>  line 22, in <module>
>     from rest_hooks.signals import hook_event, raw_hook_event, hook_sent_event
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-rest-hooks/build/rest_hooks/signals.py",
>  line 4, in <module>
>     hook_event = Signal(providing_args=['action', 'instance'])
> TypeError: Signal.__init__() got an unexpected keyword argument 
> 'providing_args'
> E: pybuild pybuild:369: test: plugin custom failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-rest-hooks/build; python3.10 
> ./runtests.py
> dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.10" 
> --system=custom "--test-args=cd {build_dir}; {interpreter} ./runtests.py" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/python-django-rest-hooks_1.6.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: python-django-rest-hooks
Source-Version: 1.6.0-3
Done: Michael Fladischer <fl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-django-rest-hooks, 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.
Michael Fladischer <fl...@debian.org> (supplier of updated 
python-django-rest-hooks 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: Sun, 31 Jul 2022 15:35:34 +0000
Source: python-django-rest-hooks
Architecture: source
Version: 1.6.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Michael Fladischer <fl...@debian.org>
Closes: 1013503
Changes:
 python-django-rest-hooks (1.6.0-3) unstable; urgency=medium
 .
   * Add patch for Django 4 compatibility (Closes: #1013503).
   * Bump Standards-Version to 4.6.1.0.
   * Update year in d/copyright.
   * Depend on python3-all for autopkgtests.
Checksums-Sha1:
 7c9be9ef9176fe5673d34710237de6eb04289a1b 1955 
python-django-rest-hooks_1.6.0-3.dsc
 583e69f309ee6bab74df6ec9536eebd241547185 4136 
python-django-rest-hooks_1.6.0-3.debian.tar.xz
 67d48eb39527cad9a32fdcb1154a263ccc75d52a 6883 
python-django-rest-hooks_1.6.0-3_arm64.buildinfo
Checksums-Sha256:
 8538ec2a3d1ccf90a25215c53bf8a1aa2ecac09a9f22175120560cc80d126247 1955 
python-django-rest-hooks_1.6.0-3.dsc
 454b2ea0f7c55583f2d0c4db986acbfa54d76add3d5dffb54851dd3e748be700 4136 
python-django-rest-hooks_1.6.0-3.debian.tar.xz
 91697273fe6fbd03acc3df1d880e2fa1fdd64d03e41d941e5d8408a92f1b6011 6883 
python-django-rest-hooks_1.6.0-3_arm64.buildinfo
Files:
 b48b299547c343e8b87eff4978108efd 1955 python optional 
python-django-rest-hooks_1.6.0-3.dsc
 17e193570a45a7408c9f253800e403e1 4136 python optional 
python-django-rest-hooks_1.6.0-3.debian.tar.xz
 a34ca731010d0291004b52df81f341e6 6883 python optional 
python-django-rest-hooks_1.6.0-3_arm64.buildinfo

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

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAmLmoqAACgkQ/9PIi5l9
0WraHAf+MzFQ+q6t3HZmEJTOanUxcQRk08G1wRQwSGow5dprwMFaRTvrTQ1L92fv
9MVP1UcCsZgg4qGeHQsgHkW3D+HgOU1h8BbTkWIpaRQwGrZYy2GHfArv02XI6mKa
yYZ9XRlUUl96qDIHlHPR5D8sTwALxNd2oDVWVPqU9fTjHAiiJF4JGWIlAEFNXWeP
Wfd7o9ai+1UVhc0+WREPAE1QtFeesh4O8ztpv2bCQUK+slYxi/+3kIBxztIPqNaF
iR++ttIFQqFFu+0oAxid7qld6E8iRaBEyT3SQWWHtg5jmY4fWzzEGUxil/Wmpq9E
0a0MxWOXAEJwgFgVnYizG1flv9/Paw==
=OMlA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to