python-django-dbconn-retry 0.1.6-2 source package in Ubuntu

Changelog

python-django-dbconn-retry (0.1.6-2) unstable; urgency=low

  * Set restrictions on autopkgtest and use runuser to switch users
    (Closes: #1004047).

 -- Michael Fladischer <email address hidden>  Thu, 20 Jan 2022 21:01:25 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-dbconn-retry_0.1.6-2.dsc 1.9 KiB 8f72505d0a7a5eb5699d947ffb618686449c9fa06ab869851fa7e302378a36d2
python-django-dbconn-retry_0.1.6.orig.tar.gz 7.5 KiB 3acbd78c3130f7be0dea248668e8166d69967806e0ecf14d8dcf1ebe9de92364
python-django-dbconn-retry_0.1.6-2.debian.tar.xz 2.9 KiB b7502752696b6d827303c55c8d88fdc8d1995ae3c4622c26f47c17a8890400e7

Available diffs

No changes file available.

Binary packages built by this source

python3-django-dbconn-retry: reconnect on a failed database (Python3 version)

 This library monkeypatches django.db.backends.base.BaseDatabaseWrapper so that
 when a database operation fails because the underlying TCP connection was
 already closed, it first tried to reconnect, instead of immediately raising an
 OperationException.
 .
 This package contains the Python 3 version of the library.