15
0
forked from pool/python-apns2

- Update to 0.7.2:

- Updated sandbox URL (#93)
  - Do not ignore custom JWT lifetime when using TokenCredentials
    (#108)
  - Fix determination of push type for empty notifications with
    badge 0 (#109)
  - LICENSE and test/eckey.pem included in source tarball (#110
    #111)
  - Changing DEFAULT_TOKEN_LIFETIME from 3600 to 2700 (#113)
  - Added upper constraint for PyJWT (<2.0.0)
- Removed additional sources as they were included in the
  upstream tarball.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apns2?expand=0&rev=4
This commit is contained in:
2021-02-26 14:28:19 +00:00
committed by Git OBS Bridge
parent 90aa010dcd
commit 150d3b0cde
6 changed files with 22 additions and 43 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Feb 26 14:26:56 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 0.7.2:
- Updated sandbox URL (#93)
- Do not ignore custom JWT lifetime when using TokenCredentials
(#108)
- Fix determination of push type for empty notifications with
badge 0 (#109)
- LICENSE and test/eckey.pem included in source tarball (#110
#111)
- Changing DEFAULT_TOKEN_LIFETIME from 3600 to 2700 (#113)
- Added upper constraint for PyJWT (<2.0.0)
- Removed additional sources as they were included in the
upstream tarball.
-------------------------------------------------------------------
Tue Jun 30 09:26:41 UTC 2020 - Matej Cepl <mcepl@suse.com>