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

Changelog

python-django-push-notifications (1.6.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-djangorestframework.

 -- Jelmer Vernooij <email address hidden>  Fri, 28 Oct 2022 18:45:01 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-push-notifications_1.6.0-2.dsc 2.3 KiB 089f870b2a5eee479f46715d9d665aef80eb321db60fbdfdd1999622deeedbe5
python-django-push-notifications_1.6.0.orig.tar.gz 43.3 KiB 34a5c8aa5e0cd4008a9c6354d86b19b57539168a3aa709cd9de582a688e2c54c
python-django-push-notifications_1.6.0-2.debian.tar.xz 2.5 KiB 27d7dda53f70021220028838cdc7d4aed6374ffe455bfe1ee957e6014f93dc85

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.