Version 0.1.0 0.1.0
authorThierry Florac <thierry.florac@onf.fr>
Thu, 01 Jun 2017 15:15:49 +0200
changeset 2 4bdc5043fd3d
parent 1 f2910a60a29a
child 3 2ef6a0c3e0c8
Version 0.1.0
.idea/pyams_notify_ws.iml
buildout.cfg
setup.py
src/pyams_notify_ws.egg-info/PKG-INFO
src/pyams_notify_ws.egg-info/requires.txt
--- a/.idea/pyams_notify_ws.iml	Thu Jun 01 15:14:48 2017 +0200
+++ b/.idea/pyams_notify_ws.iml	Thu Jun 01 15:15:49 2017 +0200
@@ -6,5 +6,7 @@
     </content>
     <orderEntry type="jdk" jdkName="Python 3.4 virtualenv at /var/local/env/pyams-pycharm" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module" module-name="pyams_utils" />
+    <orderEntry type="module" module-name="pyams_cache" />
   </component>
 </module>
\ No newline at end of file
--- a/buildout.cfg	Thu Jun 01 15:14:48 2017 +0200
+++ b/buildout.cfg	Thu Jun 01 15:15:49 2017 +0200
@@ -11,7 +11,7 @@
     *.sourceforge.net
     github.com
 
-#extends = http://download.ztfy.org/webapp/ztfy.webapp.dev.cfg
+extends = http://download.ztfy.org/pyams/pyams-dev.cfg
 versions = versions
 newest = false
 #allow-picked-versions = false
--- a/setup.py	Thu Jun 01 15:14:48 2017 +0200
+++ b/setup.py	Thu Jun 01 15:15:49 2017 +0200
@@ -59,6 +59,7 @@
           # -*- Extra requirements: -*-
           'aiomcache',
           'aiopyramid',
+          'pyams-cache',
           'pyramid',
           'zope.interface'
       ],
--- a/src/pyams_notify_ws.egg-info/PKG-INFO	Thu Jun 01 15:14:48 2017 +0200
+++ b/src/pyams_notify_ws.egg-info/PKG-INFO	Thu Jun 01 15:15:49 2017 +0200
@@ -21,6 +21,12 @@
         their subscriptions, and acts as a proxy between an application server and it's clients.
         
         
+        History
+        =======
+        
+        0.1.0
+        -----
+         - initial release
         
 Keywords: Pyramid PyAMS
 Platform: UNKNOWN
--- a/src/pyams_notify_ws.egg-info/requires.txt	Thu Jun 01 15:14:48 2017 +0200
+++ b/src/pyams_notify_ws.egg-info/requires.txt	Thu Jun 01 15:15:49 2017 +0200
@@ -1,6 +1,7 @@
-setuptools
+aiomcache
+aiopyramid
 pyramid
-zope.component
+setuptools
 zope.interface
 
 [test]