python-django-dbconn-retry 0.1.5-1.1 source package in Ubuntu

Changelog

python-django-dbconn-retry (0.1.5-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 14:36:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-dbconn-retry_0.1.5-1.1.dsc 2.2 KiB d94a4f4cb2f7cc0c163ff58385db9501d6bd40e728533ada2a3b18d7e3ee2d8c
python-django-dbconn-retry_0.1.5.orig.tar.gz 7.5 KiB a8122a46f73d766c6d600ca6baa5634fe15b67e14f9e42ecef5f97d1e14b2a65
python-django-dbconn-retry_0.1.5-1.1.debian.tar.xz 2.3 KiB a9c4edb805d5349dd3cc5cc2ef816c7d8bb9d79c6eec3ca0e63622f91a02c16d

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.