Your message dated Fri, 03 Jan 2025 10:14:28 +0000
with message-id <[email protected]>
and subject line Bug#1014827: fixed in python-psycopg2cffi 2.9.0-1
has caused the Debian Bug report #1014827,
regarding Please update python-psycopg2cffi to the latest upstream version
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 [email protected]
immediately.)


-- 
1014827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014827
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-psycopg2cffi
Version: 2.8.1-2
Severity: medium

Hi,

python-psycopg2cffi is currently at version 2.8.1, which is causing
python-django-celery-results' dep8 tests to fail:

--8<---------------cut here---------------start------------->8---
autopkgtest [02:17:03]: test upstream: [-----------------------
ALTER ROLE
ALTER ROLE
Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 5, in <module>
    raise SystemExit(pytest.console_main())
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 187, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 145, 
in main
    config = _prepareconfig(args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 324, 
in _prepareconfig
    config = pluginmanager.hook.pytest_cmdline_parse(
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 265, in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 80, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 55, in 
_multicall
    gen.send(outcome)
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 102, in 
pytest_cmdline_parse
    config: Config = outcome.get_result()
  File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 60, in 
get_result
    raise ex[1].with_traceback(ex[2])
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 39, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1016, 
in pytest_cmdline_parse
    self.parse(args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1304, 
in parse
    self._preparse(args, addopts=addopts)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1206, 
in _preparse
    self.hook.pytest_load_initial_conftests(
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 265, in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 80, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 60, in 
_multicall
    return outcome.get_result()
  File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 60, in 
get_result
    raise ex[1].with_traceback(ex[2])
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 39, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 335, in 
pytest_load_initial_conftests
    _setup_django()
  File "/usr/lib/python3/dist-packages/pytest_django/plugin.py", line 223, in 
_setup_django
    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 "/usr/lib/python3/dist-packages/django/contrib/auth/models.py", line 3, 
in <module>
    from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager
  File "/usr/lib/python3/dist-packages/django/contrib/auth/base_user.py", line 
49, in <module>
    class AbstractBaseUser(models.Model):
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 141, in 
__new__
    new_class.add_to_class("_meta", Options(meta, app_label))
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 369, in 
add_to_class
    value.contribute_to_class(cls, name)
  File "/usr/lib/python3/dist-packages/django/db/models/options.py", line 235, 
in contribute_to_class
    self.db_table, connection.ops.max_name_length()
  File "/usr/lib/python3/dist-packages/django/utils/connection.py", line 15, in 
__getattr__
    return getattr(self._connections[self._alias], item)
  File "/usr/lib/python3/dist-packages/django/utils/connection.py", line 62, in 
__getitem__
    conn = self.create_connection(alias)
  File "/usr/lib/python3/dist-packages/django/db/utils.py", line 208, in 
create_connection
    backend = load_backend(db["ENGINE"])
  File "/usr/lib/python3/dist-packages/django/db/utils.py", line 113, in 
load_backend
    return import_module("%s.base" % backend_name)
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "/usr/lib/python3/dist-packages/django/db/backends/postgresql/base.py", 
line 39, in <module>
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: psycopg2 version 2.8.4 or newer is 
required; you have 2.8.1
autopkgtest [02:17:04]: test upstream: -----------------------]
autopkgtest [02:17:04]: test upstream:  - - - - - - - - - - results - - - - - - 
- - - -
upstream             FAIL non-zero exit status 1
--8<---------------cut here---------------end--------------->8---

Please update python-psycopg2cffi to the latest upstream version (2.9.0,
at the time of this writing).

Thanks,

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
https://sergiodj.net/

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: python-psycopg2cffi
Source-Version: 2.9.0-1
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-psycopg2cffi, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated python-psycopg2cffi 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 03 Jan 2025 10:14:37 +0100
Source: python-psycopg2cffi
Architecture: source
Version: 2.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1014827 1086903
Changes:
 python-psycopg2cffi (2.9.0-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1014827).
   * Fix syntax warning (Closes: #1086903).
Checksums-Sha1:
 19f0b85a4a1175a929734e40a4e395e29192d586 2159 python-psycopg2cffi_2.9.0-1.dsc
 77f0eeffc710233880a7f1f6fbcc3e4b50ef638d 93712 
python-psycopg2cffi_2.9.0.orig.tar.xz
 a40a712c1d7cb7dbc2205b0892836964f686464a 3072 
python-psycopg2cffi_2.9.0-1.debian.tar.xz
 2feb16b262e71f61a1cb58c880dc8bb4a694398b 8943 
python-psycopg2cffi_2.9.0-1_amd64.buildinfo
Checksums-Sha256:
 31a43f4dde225d71a66808a7a2c811f57c2e500a336e77e40ea9437256d6395a 2159 
python-psycopg2cffi_2.9.0-1.dsc
 63429335c6d440682baa4ad31248c4e78959a8eae1fbd3647855cae08267c614 93712 
python-psycopg2cffi_2.9.0.orig.tar.xz
 30368ce7dddcf3fdefefa563bb366d76e6260de40bdbda6703bf8771a46e1cfc 3072 
python-psycopg2cffi_2.9.0-1.debian.tar.xz
 c76f34322724d4bc3707602e99ae15a9858ab3611a7263b88a1b52d3323c6263 8943 
python-psycopg2cffi_2.9.0-1_amd64.buildinfo
Files:
 715aa95ed88ec2065cdc99e99625dc4c 2159 python optional 
python-psycopg2cffi_2.9.0-1.dsc
 a5223d52cde225b46281d8b515892aad 93712 python optional 
python-psycopg2cffi_2.9.0.orig.tar.xz
 c7020dc2834f18f76a1be17cfe5f809f 3072 python optional 
python-psycopg2cffi_2.9.0-1.debian.tar.xz
 8ec464f1ba0963f75fc2992ba321ec11 8943 python optional 
python-psycopg2cffi_2.9.0-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmd3q2YACgkQ1BatFaxr
Q/79lBAAnncZYgQh6FWp2VIMtUYfa91HRtmL40bubZZlms4N+mS48ze4VRnlybvt
PpQ5sCpkPeZYZeCFdJYjwhXv5F6EddQKvpgeL8WYkevqfyncfyw1q6XxMCs01JZx
8k++915zdRp54SXxIg9g9Vs4vgn5xA2FUXepD9SMngmcLhSy0BczgqESDJirv4I0
vVk0v7U3lzeq6Pf/yEguAPksl3QQ1eEBggrXpHWoMwCAgA4nr6QGVY+BdLi4ljov
56LSIKVQk4lUAYppTjU11bim+d/OPJ7KAwnOO+DFZ2G5m8JhB9z0NK8EYzFR3sqA
x9c6Vc6h59o+BskyUTZ/ZQYWJb6eQyzyzTjiKyeB802vAqH8uE+RjlWDn8tx5Kp8
CXK2qqnDrYUfn2IlVG0UzfJr2CyuLxlunUK0uLPyjPmSfj0qc1/Mj64PaL/JnYYK
sU3y5pCN+DBzwBEZeJGIUu5l7Bk+kmxRNYIj8nwnq6dOekUXZnrQEr2urtH8DjRg
BeWXyFA/YhGIIDA6r0Q+rKFFoT0NHuVWAhU5kQK/tCaeA1nMENRiYCWLy0a8guVo
T9AeiMDQpu6XTaXhlnCjH/8NLG/YMrmlgudgJ7yPBqzyxyrvATdy6xWTrpLVTI6X
vQIwcM7JQi3orJA54JnOsKMbhVKDNT8CXNosEqwVUZb1FPZ0dZM=
=arHb
-----END PGP SIGNATURE-----

Attachment: pgpOnXzGXZUme.pgp
Description: PGP signature


--- End Message ---

Reply via email to