# HG changeset patch # User Thierry Florac # Date 1444288954 -7200 # Node ID 1e65ba8b2bcf56f3b1b84a7f66f9635729f69488 # Parent 0ae2f9d50bb6b5c83a099e3519aec9f1ffd989ba Version 0.1.2 diff -r 0ae2f9d50bb6 -r 1e65ba8b2bcf .installed.cfg --- 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 diff -r 0ae2f9d50bb6 -r 1e65ba8b2bcf buildout.cfg --- 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 diff -r 0ae2f9d50bb6 -r 1e65ba8b2bcf docs/HISTORY.txt --- 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 + diff -r 0ae2f9d50bb6 -r 1e65ba8b2bcf setup.py --- 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 = [] diff -r 0ae2f9d50bb6 -r 1e65ba8b2bcf src/pyams_file.egg-info/PKG-INFO --- 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 diff -r 0ae2f9d50bb6 -r 1e65ba8b2bcf src/pyams_file.egg-info/SOURCES.txt --- 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