File: control

package info (click to toggle)
python-django-dbconn-retry 0.1.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: python: 200; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: python-django-dbconn-retry
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.1.5
Homepage: https://github.com/jdelic/django-dbconn-retry/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-dbconn-retry
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-dbconn-retry.git
Testsuite: autopkgtest-pkg-python

Package: python3-django-dbconn-retry
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: 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.