python-django-push-notifications 1.6.0-1 source package in Ubuntu

Changelog

python-django-push-notifications (1.6.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python3-Version field.
  * Use debhelper-compat instead of debian/compat.
  * Convert git repository from git-dpm to gbp layout.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * New upstream release.
  * Bump minimum required DRF version to 3.7.
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.3.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Add debian/gbp.conf.

  [ Sandro Tosi ]
  * debian/rules
    - disable tests

 -- Sandro Tosi <email address hidden>  Sat, 18 Jun 2022 01:14:16 -0400

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-push-notifications_1.6.0-1.dsc 2.3 KiB eb0d83c1db1b011096b4f75371636a274ba01988803c27ab6ba971569657a61b
python-django-push-notifications_1.6.0.orig.tar.gz 43.3 KiB 34a5c8aa5e0cd4008a9c6354d86b19b57539168a3aa709cd9de582a688e2c54c
python-django-push-notifications_1.6.0-1.debian.tar.xz 2.4 KiB e0156e2d82e00d0eb2e5b933ae84c6c3570a6f96ce1134b95ab69565b9a4e541

Available diffs

No changes file available.

Binary packages built by this source

python3-django-push-notifications: Send push notifications through GCM or APNS in Django (Python3 version)

 A minimal Django app that implements Device models that can send messages
 through APNS, FCM/GCM and WNS. It provides three models:
 .
  * GCMDevice
  * APNSDevice
  * WNSDevice
 .
 The app also implements an admin panel, through which you can test single and
 bulk notifications.
 .
 This package contains the Python 3 version of the library.