Your message dated Sun, 16 Jul 2023 19:49:16 +0000
with message-id <e1ql7k4-00btan...@fasolo.debian.org>
and subject line Bug#1040412: fixed in django-q 1.3.9-5
has caused the Debian Bug report #1040412,
regarding django-q: implicitly depends on python3-pkg-resources
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.)


-- 
1040412: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040412
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-q
Version: 1.3.9-4
Severity: serious

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

Dear maintainer,

your package implicitly depends on python3-pkg-resources for its autopkgtest, 
which used
to be provided by python3-pytest. However, pytest has dropped that dependency,
breaking your autopkgtest and possibly your package.


Cheers
Timo


Relevant excerpt from
https://ci.debian.net/data/autopkgtest/testing/amd64/d/django-q/35335654/log.gz

 29s autopkgtest [13:19:54]: test python3-django-q: [-----------------------
 30s Traceback (most recent call last):
 30s   File "<frozen runpy>", line 198, in _run_module_as_main
 30s   File "<frozen runpy>", line 88, in _run_code
 30s   File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5, in 
<module>
 30s     raise SystemExit(pytest.console_main())
 30s                      ^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
189, in console_main
 30s     code = main()
 30s            ^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
147, in main
 30s     config = _prepareconfig(args, plugins)
 30s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
328, in _prepareconfig
 30s     config = pluginmanager.hook.pytest_cmdline_parse(
 30s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 265, in 
__call__
 30s     return self._hookexec(self.name, self.get_hookimpls(), kwargs, 
firstresult)
 30s            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 80, in 
_hookexec
 30s     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
 30s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 55, in 
_multicall
 30s     gen.send(outcome)
 30s   File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 103, 
in pytest_cmdline_parse
 30s     config: Config = outcome.get_result()
 30s                      ^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 60, in 
get_result
 30s     raise ex[1].with_traceback(ex[2])
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 39, in 
_multicall
 30s     res = hook_impl.function(*args)
 30s           ^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
1075, in pytest_cmdline_parse
 30s     self.parse(args)
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
1425, in parse
 30s     self._preparse(args, addopts=addopts)
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
1327, in _preparse
 30s     self.hook.pytest_load_initial_conftests(
 30s   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 265, in 
__call__
 30s     return self._hookexec(self.name, self.get_hookimpls(), kwargs, 
firstresult)
 30s            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 80, in 
_hookexec
 30s     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
 30s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 60, in 
_multicall
 30s     return outcome.get_result()
 30s            ^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 60, in 
get_result
 30s     raise ex[1].with_traceback(ex[2])
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 39, in 
_multicall
 30s     res = hook_impl.function(*args)
 30s           ^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 353, 
in pytest_load_initial_conftests
 30s     _setup_django()
 30s   File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 236, 
in _setup_django
 30s     django.setup()
 30s   File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in 
setup
 30s     apps.populate(settings.INSTALLED_APPS)
 30s   File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 91, 
in populate
 30s     app_config = AppConfig.create(entry)
 30s                  ^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/django/apps/config.py", line 124, 
in create
 30s     mod = import_module(mod_path)
 30s           ^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3.11/importlib/__init__.py", line 126, in 
import_module
 30s     return _bootstrap._gcd_import(name[level:], package, level)
 30s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
 30s   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
 30s   File "<frozen importlib._bootstrap>", line 1147, in 
_find_and_load_unlocked
 30s   File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
 30s   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
 30s   File "<frozen importlib._bootstrap>", line 241, in 
_call_with_frames_removed
 30s   File "/usr/lib/python3/dist-packages/django_q/apps.py", line 3, in 
<module>
 30s     from django_q.conf import Conf
 30s   File "/usr/lib/python3/dist-packages/django_q/conf.py", line 8, in 
<module>
 30s     import pkg_resources
 30s ModuleNotFoundError: No module named 'pkg_resources'
 30s autopkgtest [13:19:55]: test python3-django-q: -----------------------]
 30s autopkgtest [13:19:55]: test python3-django-q:  - - - - - - - - - - 
results - - - - - - - - - -
 30s python3-django-q     FAIL non-zero exit status 1
 30s autopkgtest [13:19:55]: test python3-django-q:  - - - - - - - - - - stderr 
- - - - - - - - - -
 30s Traceback (most recent call last):
 30s   File "<frozen runpy>", line 198, in _run_module_as_main
 30s   File "<frozen runpy>", line 88, in _run_code
 30s   File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5, in 
<module>
 30s     raise SystemExit(pytest.console_main())
 30s                      ^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
189, in console_main
 30s     code = main()
 30s            ^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
147, in main
 30s     config = _prepareconfig(args, plugins)
 30s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
328, in _prepareconfig
 30s     config = pluginmanager.hook.pytest_cmdline_parse(
 30s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 265, in 
__call__
 30s     return self._hookexec(self.name, self.get_hookimpls(), kwargs, 
firstresult)
 30s            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 80, in 
_hookexec
 30s     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
 30s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 55, in 
_multicall
 30s     gen.send(outcome)
 30s   File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 103, 
in pytest_cmdline_parse
 30s     config: Config = outcome.get_result()
 30s                      ^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 60, in 
get_result
 30s     raise ex[1].with_traceback(ex[2])
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 39, in 
_multicall
 30s     res = hook_impl.function(*args)
 30s           ^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
1075, in pytest_cmdline_parse
 30s     self.parse(args)
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
1425, in parse
 30s     self._preparse(args, addopts=addopts)
 30s   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
1327, in _preparse
 30s     self.hook.pytest_load_initial_conftests(
 30s   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 265, in 
__call__
 30s     return self._hookexec(self.name, self.get_hookimpls(), kwargs, 
firstresult)
 30s            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 80, in 
_hookexec
 30s     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
 30s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 60, in 
_multicall
 30s     return outcome.get_result()
 30s            ^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 60, in 
get_result
 30s     raise ex[1].with_traceback(ex[2])
 30s   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 39, in 
_multicall
 30s     res = hook_impl.function(*args)
 30s           ^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 353, 
in pytest_load_initial_conftests
 30s     _setup_django()
 30s   File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 236, 
in _setup_django
 30s     django.setup()
 30s   File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in 
setup
 30s     apps.populate(settings.INSTALLED_APPS)
 30s   File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 91, 
in populate
 30s     app_config = AppConfig.create(entry)
 30s                  ^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3/dist-packages/django/apps/config.py", line 124, 
in create
 30s     mod = import_module(mod_path)
 30s           ^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "/usr/lib/python3.11/importlib/__init__.py", line 126, in 
import_module
 30s     return _bootstrap._gcd_import(name[level:], package, level)
 30s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 30s   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
 30s   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
 30s   File "<frozen importlib._bootstrap>", line 1147, in 
_find_and_load_unlocked
 30s   File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
 30s   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
 30s   File "<frozen importlib._bootstrap>", line 241, in 
_call_with_frames_removed
 30s   File "/usr/lib/python3/dist-packages/django_q/apps.py", line 3, in 
<module>
 30s     from django_q.conf import Conf
 30s   File "/usr/lib/python3/dist-packages/django_q/conf.py", line 8, in 
<module>
 30s     import pkg_resources
 30s ModuleNotFoundError: No module named 'pkg_resources'
 30s autopkgtest [13:19:55]: @@@@@@@@@@@@@@@@@@@@ summary
 30s python3-django-q     FAIL non-zero exit status 1


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

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmSlnEwACgkQ+C8H+466
LVkhPAv9FLjEogIABe7KJFWg0foOuDVSU7XPRSDT9jNvRqqgmHFPNorDTfcK2tJ0
vBxKKQMkC5zTqTOPDuLsD3dmhHzOn/G1JCFWev9TuGnP2SIBw6iaffN13r+e69FG
MEVi6saupHqYpZBvzf7rfg2MwzZ7hUQUNBkkpb+L3R+Yc/wELZxB9feXEDVpZdeG
noi6qNU4S8gvxf+5Dexf0w1n/9zsfRXYuNNZyYWssJXmpCCkG/iG7pcVtKUXtssq
Ahrj5pNkaE1S7AtrPx2JkGSKVOG8xFhu2jwYFfqU6gZUv5d4iXGkf0IYwKASl+B9
6Arg0QWL54ZiqqOjyhO6NsraSpw0XoEHzYUlfB3FwntCi9L5VpdBiUqhE+LM9Uo8
tbXy8FnUCYXqLXL4VTjgjj1v4c7P0VIFDzFY2hbj78hGPtpts2MgbK+4hwpbuzqT
QHhmZM4/wf1+HkGa8MorR6VR7yNqV7C2fl5JwEoLp5Fb4r63Jgwz7X/R+wNU4zlP
oWe7hiyo
=hkFH
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: django-q
Source-Version: 1.3.9-5
Done: Timo Röhling <roehl...@debian.org>

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

Debian distribution maintenance software
pp.
Timo Röhling <roehl...@debian.org> (supplier of updated django-q 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, 16 Jul 2023 21:29:05 +0200
Source: django-q
Architecture: source
Version: 1.3.9-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Timo Röhling <roehl...@debian.org>
Closes: 1040412
Changes:
 django-q (1.3.9-5) unstable; urgency=medium
 .
   * Team upload.
   * Add test-depend on python3-pkg-resources (Closes: #1040412)
Checksums-Sha1:
 2502bb4c5fd746ba5e8e63990358a24049e406e4 2242 django-q_1.3.9-5.dsc
 82bed160dcd266a404ddcc4517c1d800a15f29e1 7128 django-q_1.3.9-5.debian.tar.xz
 26380deeec8fa846e9c95f62e2a34048406803be 7797 django-q_1.3.9-5_amd64.buildinfo
Checksums-Sha256:
 4df1ab0c2b52d724caeb3262f2dbdfed9edf0940bf11a30fc90b46e984a2d89a 2242 
django-q_1.3.9-5.dsc
 5ab307dcecf6e9abf6e6ec71c647fee9354418a10db71e0e586306cf4b73536a 7128 
django-q_1.3.9-5.debian.tar.xz
 d45ccb66450dccc97794255033ca0b4ba4ae3b663e45e1a1a387e6b6935e33ec 7797 
django-q_1.3.9-5_amd64.buildinfo
Files:
 ed690f57561c7e888af8bb549e0d8ba9 2242 python optional django-q_1.3.9-5.dsc
 df23003630a0f39b99f6329ce3388ef9 7128 python optional 
django-q_1.3.9-5.debian.tar.xz
 923bd25fe47550cd8c8c38f9cef8cc8b 7797 python optional 
django-q_1.3.9-5_amd64.buildinfo

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

iQHIBAEBCgAyFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmS0RyQUHHJvZWhsaW5n
QGRlYmlhbi5vcmcACgkQ+C8H+466LVkH2Av/eyQ1dA0uRDePmehNz5+h6pISP39u
HWPV1eWzkzJXBt2s1cvC2SVsO6L6C/G/9Jr8dA5NlTod7lQMnLL/HP03WvPkKmf8
2rbDr69WgB+2xQyxBuofXunzRFQfbCsAi6bRp78FY8lX7dlcFGXeU+iSh40mYAwu
M0bNy1NDIgI3QhrVNbsJohmjTEjHNQA6hSiq+JtLlPmHD+xPQigmYPz7pDvTb+ig
ptZwm+8nUcpNcrKMSeJENuRsJA27gdignb7nmbqF8MuDjsnK8F/bFCR23JcWO5Ns
voiqsD8PlAiiQKxygNfUd5OoBc7PVnNUgb427r5nLHIe9Qv8hfNl8ThY8jO2UMSY
lfau6hL9xAfNM8JnNC5Mt82fs0+h4TVB3NyzakDT6frx5S/i6WfM7C73EbCvulTN
0PLrLxcoPo3AA9PDfzT6epVultzak6qqTuBd7guG7AgHxW5gvbtmHFrHp4+WCKR5
3yqPFf+UPrfgLfMviLLb6j8qoA4SBku9RN+Z
=dhwf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to