django-dbbackup 4.0.2-0ubuntu1 source package in Ubuntu

Changelog

django-dbbackup (4.0.2-0ubuntu1) mantic; urgency=medium

  * New upstream release 4.0.2
  * d/p/disable-gpg-tests.patch: Refresh for new version
  * d/control: remove six as a build dependency as it is no longer needed
  * d/p/test_set_options-support-django4.patch: Fix test suite for Django 4.2
    (LP: #2022089)

 -- Lena Voytek <email address hidden>  Wed, 16 Aug 2023 07:43:30 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Andreas Hasenack
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-dbbackup_4.0.2.orig.tar.gz 41.2 KiB 1874d684abc22260972a67668a6db3331b24d7e1e8af89eaffdcd61eb27dbc2a
django-dbbackup_4.0.2-0ubuntu1.debian.tar.xz 3.6 KiB 4724e1eb52f5a2652e24ea5ae882cb93548e929ac4ac27b8069ddba2ed6299c7
django-dbbackup_4.0.2-0ubuntu1.dsc 2.3 KiB 374027827aa69768a0582f90cc7d9a54c6313863485d82947b4b83130693726c

View changes file

Binary packages built by this source

python3-django-dbbackup: Backup and restore commands for Django

 This Django application provides management commands to help backup and
 restore your project database and media files with various storages such as
 Amazon S3, Dropbox, local file storage or any Django storage.
 .
 It is made for:
 .
  * Ensure your backup with GPG signature and encryption
  * Archive with compression
  * Deal easily with remote archiving
  * Great to keep your development database up to date.
  * Use Crontab or Celery to setup automated backups.