Update devel/py-pyfcm to version 1.4.4.
This commit is contained in:
parent
5ebca0ec38
commit
0fa5b04f6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461700
3 changed files with 4 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyfcm
|
||||
PORTVERSION= 1.4.3
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1513940242
|
||||
SHA256 (pyfcm-1.4.3.tar.gz) = dd66f890ea20178eaaa274d781809b672187d76b10f56cf7cbe4d54c8b6a01b0
|
||||
SIZE (pyfcm-1.4.3.tar.gz) = 15209
|
||||
TIMESTAMP = 1518432763
|
||||
SHA256 (pyfcm-1.4.4.tar.gz) = 61e59c05a06404b081df1ad7c32f1cad63148e00beda0f4b88cf4ce84a888821
|
||||
SIZE (pyfcm-1.4.4.tar.gz) = 16054
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- README.rst.orig 2017-10-18 23:26:43 UTC
|
||||
+++ README.rst
|
||||
@@ -119,8 +119,8 @@ Send a data message.
|
||||
# To send extra kwargs (keyword arguments not provided in any of the methods),
|
||||
# pass it as a key value in a dictionary to the method being used
|
||||
extra_kwargs = {
|
||||
- 'priority': 'high'
|
||||
- }
|
||||
+ 'priority': 'high'
|
||||
+ }
|
||||
result = push_service.notify_single_device(registration_id=registration_id, data_message=data_message, extra_kwargs=extra_kwargs)
|
||||
|
||||
# To process background notifications in iOS 10, set content_available
|
Loading…
Reference in a new issue