Version 0.1.5 0.1.5
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Jun 2017 09:29:06 +0200
changeset 42 04a238453198
parent 41 509aefe2f45c
child 43 209555470133
Version 0.1.5
buildout.cfg
docs/HISTORY.txt
setup.py
--- a/buildout.cfg	Wed Jun 07 09:28:15 2017 +0200
+++ b/buildout.cfg	Wed Jun 07 09:29:06 2017 +0200
@@ -1,5 +1,7 @@
 [buildout]
 eggs-directory = /var/local/env/pyams/eggs
+extends = http://download.ztfy.org/pyams/pyams-dev.cfg
+find-links = http://download.ztfy.org/eggs
 
 socket-timeout = 3
 show-picked-versions = true
@@ -11,7 +13,6 @@
     *.sourceforge.net
     github.com
 
-#extends = http://download.ztfy.org/webapp/ztfy.webapp.dev.cfg
 versions = versions
 newest = false
 #allow-picked-versions = false
@@ -19,12 +20,14 @@
 src = src
 develop =
     .
-    /var/local/src/pyams/pyams_file
-    /var/local/src/pyams/pyams_skin
-    /var/local/src/pyams/pyams_utils
-    /var/local/src/pyams/pyams_viewlet
-    /var/local/src/pyams/pyams_zmq
-    /var/local/src/pyams/ext/lingua
+    ../pyams_file
+    ../pyams_pagelet
+    ../pyams_skin
+    ../pyams_template
+    ../pyams_utils
+    ../pyams_viewlet
+    ../pyams_zmq
+    ../ext/lingua
 
 parts =
     package
@@ -68,4 +71,4 @@
 eggs = pyams_media [test]
 
 [versions]
-pyams_media = 0.1.4
+pyams_media = 0.1.5
--- a/docs/HISTORY.txt	Wed Jun 07 09:28:15 2017 +0200
+++ b/docs/HISTORY.txt	Wed Jun 07 09:29:06 2017 +0200
@@ -1,6 +1,12 @@
 History
 =======
 
+0.1.5
+-----
+ - changed vocabularies declarations
+ - added missing minified resources
+ - added check to know if content_type is defined as bytes or string
+
 0.1.4
 -----
  - updated inner forms base class
--- a/setup.py	Wed Jun 07 09:28:15 2017 +0200
+++ b/setup.py	Wed Jun 07 09:29:06 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.4'
+version = '0.1.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -56,14 +56,22 @@
       install_requires=[
           'setuptools',
           # -*- Extra requirements: -*-
+          'persistent',
           'pyams_file',
-          'pyams_skin',
           'pyams_utils',
-          'pyams_viewlet',
           'pyams_zmq',
           'pyramid',
+          'transaction',
+          'zope.annotation',
           'zope.component',
+          'zope.container',
           'zope.interface',
+          'zope.intid',
+          'zope.lifecycleevent',
+          'zope.location',
+          'zope.schema',
+          'zope.site',
+          'zope.traversing',
       ],
       entry_points={
           'fanstatic.libraries': [