Version 0.1.2 0.1.2
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Oct 2015 09:22:34 +0200
changeset 25 1e65ba8b2bcf
parent 24 0ae2f9d50bb6
child 26 8eb284fba75a
Version 0.1.2
.installed.cfg
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_file.egg-info/PKG-INFO
src/pyams_file.egg-info/SOURCES.txt
--- a/.installed.cfg	Thu Oct 08 09:21:58 2015 +0200
+++ b/.installed.cfg	Thu Oct 08 09:22:34 2015 +0200
@@ -71,3 +71,18 @@
 location = /home/tflorac/Dropbox/src/PyAMS/pyams_file/parts/test
 recipe = zc.recipe.testrunner
 script = /home/tflorac/Dropbox/src/PyAMS/pyams_file/bin/test
+
+[buildout]
+installed_develop_eggs = 
+
+[buildout]
+parts = i18n pyflakes test package
+
+[buildout]
+parts = pyflakes test package i18n
+
+[buildout]
+parts = test package i18n pyflakes
+
+[buildout]
+parts = package i18n pyflakes test
--- a/buildout.cfg	Thu Oct 08 09:21:58 2015 +0200
+++ b/buildout.cfg	Thu Oct 08 09:22:34 2015 +0200
@@ -58,4 +58,4 @@
 eggs = pyams_file [test]
 
 [versions]
-pyams_base = 0.1.1
+pyams_file = 0.1.2
--- a/docs/HISTORY.txt	Thu Oct 08 09:21:58 2015 +0200
+++ b/docs/HISTORY.txt	Thu Oct 08 09:22:34 2015 +0200
@@ -0,0 +1,20 @@
+History
+=======
+
+0.1.2
+-----
+ - updated file's field download link
+ - updated file and media default views
+ - add watermarker utility
+ - you can now add a watermark when generating a thumbnail
+
+0.1.1
+-----
+ - use BytesIO when needed...  :-/
+ - changed viewlets layer
+ - updated class names and comments
+
+0.1.0
+-----
+ - initial release
+
--- a/setup.py	Thu Oct 08 09:21:58 2015 +0200
+++ b/setup.py	Thu Oct 08 09:22:34 2015 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_file.egg-info/PKG-INFO	Thu Oct 08 09:21:58 2015 +0200
+++ b/src/pyams_file.egg-info/PKG-INFO	Thu Oct 08 09:22:34 2015 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-file
-Version: 0.1.1
+Version: 0.1.2
 Summary: PyAMS file interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_file
 Author: Thierry Florac
@@ -8,6 +8,26 @@
 License: ZPL
 Description: 
         
+        History
+        =======
+        
+        0.1.2
+        -----
+         - updated file's field download link
+         - updated file and media default views
+         - add watermarker utility
+         - you can now add a watermark when generating a thumbnail
+        
+        0.1.1
+        -----
+         - use BytesIO when needed...  :-/
+         - changed viewlets layer
+         - updated class names and comments
+        
+        0.1.0
+        -----
+         - initial release
+        
         
 Keywords: Pyramid PyAMS file
 Platform: UNKNOWN
--- a/src/pyams_file.egg-info/SOURCES.txt	Thu Oct 08 09:21:58 2015 +0200
+++ b/src/pyams_file.egg-info/SOURCES.txt	Thu Oct 08 09:22:34 2015 +0200
@@ -9,6 +9,7 @@
 src/pyams_file/property.py
 src/pyams_file/schema.py
 src/pyams_file/thumbnail.py
+src/pyams_file/watermark.py
 src/pyams_file.egg-info/PKG-INFO
 src/pyams_file.egg-info/SOURCES.txt
 src/pyams_file.egg-info/dependency_links.txt