--- a/src/pyams_notify_ws.egg-info/PKG-INFO Thu Jun 20 12:51:25 2019 +0200
+++ b/src/pyams_notify_ws.egg-info/PKG-INFO Wed Jun 26 11:13:45 2019 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: pyams-notify-ws
-Version: 0.1.4
+Version: 0.2.0
Summary: PyAMS notifications server management package
Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
-Description-Content-Type: UNKNOWN
Description: .. contents::
@@ -25,6 +24,13 @@
History
=======
+ 0.2.0
+ -----
+ - added authentication check while subscribing to notifications.
+ As a side effect, you must register the same authentication and authorization
+ policies as in your Pyramid application (authorization policy is not actually used
+ but must be defined at the same time as authentication policy).
+
0.1.4
-----
- use Python 3.5 "async/await" syntax for coroutines
@@ -53,3 +59,4 @@
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test