14
0

- Update to 1.14.0:

* bug: accept all VAPID key instances (thanks @mthu)
  * Support requests_session param in webpush fn too
  * chore: library update, remove nose tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywebpush?expand=0&rev=3
This commit is contained in:
2021-09-28 01:08:49 +00:00
committed by Git OBS Bridge
parent ae422de8f2
commit 1924cbfc77
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 28 01:08:03 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.14.0:
* bug: accept all VAPID key instances (thanks @mthu)
* Support requests_session param in webpush fn too
* chore: library update, remove nose tests
-------------------------------------------------------------------
Sun Jun 7 05:11:49 UTC 2020 - John Vandenberg <jayvdb@gmail.com>