[Checkins] SVN: megrok.resource/trunk/ Updated setup.py and HISTORY.txt

Souheil CHELFOUH souheil at chelfouh.com
Tue Dec 22 18:48:31 EST 2009


Log message for revision 106973:
  Updated setup.py and HISTORY.txt
  

Changed:
  U   megrok.resource/trunk/docs/HISTORY.txt
  U   megrok.resource/trunk/setup.py

-=-
Modified: megrok.resource/trunk/docs/HISTORY.txt
===================================================================
--- megrok.resource/trunk/docs/HISTORY.txt	2009-12-22 23:48:07 UTC (rev 106972)
+++ megrok.resource/trunk/docs/HISTORY.txt	2009-12-22 23:48:31 UTC (rev 106973)
@@ -1,8 +1,20 @@
 Changelog
 =========
 
+0.2 (2009-12-22)
+----------------
+
+* Added a ResourceLibrary component that is a mix between a Library
+  and a GroupInclusion. It allows to declare both the Library and the
+  Resources in a single class but impacts the re-usability.
+
+* Library now directly inherits from grokcore.view.DirectoryResource,
+  to inherit the `get` method behavior. This inheritance was avoided
+  to prevent grokkers clash (grokcore.view.DirectoryResource grokker
+  doesn't have a fallback for the `name` directive.). Our grokker has
+  now the priority and explicitly set the `name` directive value.
+
 0.1 (2009-12-21)
 ----------------
 
 * Initial release
-

Modified: megrok.resource/trunk/setup.py
===================================================================
--- megrok.resource/trunk/setup.py	2009-12-22 23:48:07 UTC (rev 106972)
+++ megrok.resource/trunk/setup.py	2009-12-22 23:48:31 UTC (rev 106973)
@@ -3,7 +3,7 @@
 from setuptools import setup, find_packages
 from os.path import join
 
-version = '0.1'
+version = '0.2'
 HISTORY = open(join("docs", "HISTORY.txt")).read()
 README = open(join("src", "megrok", "resource", "README.txt")).read()
 



More information about the checkins mailing list