Loading debian/changelog +8 −3 Original line number Diff line number Diff line cc-common (6~dev) unstable; urgency=low cc-common (6) unstable; urgency=low * Development release * Use appropriate methods when adding/removing handlers * Check for ConfigError at startup and exit program if any * Define ConfigError exception class * Declarative API for RPC handlers * Added __repr__ to CallbackTag and StaticTag * Fixed cache updated when not needed in CallbackTag -- Antoine Millet <antoine.millet@smartjog.com> Mon, 26 Nov 2012 16:00:03 +0100 -- Antoine Millet <antoine.millet@smartjog.com> Mon, 18 Mar 2013 16:56:22 +0100 cc-common (5) unstable; urgency=low Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-common', version='6~dev', version='6', description='CloudControl common libraries', long_description=ldesc, author='Antoine Millet', Loading Loading
debian/changelog +8 −3 Original line number Diff line number Diff line cc-common (6~dev) unstable; urgency=low cc-common (6) unstable; urgency=low * Development release * Use appropriate methods when adding/removing handlers * Check for ConfigError at startup and exit program if any * Define ConfigError exception class * Declarative API for RPC handlers * Added __repr__ to CallbackTag and StaticTag * Fixed cache updated when not needed in CallbackTag -- Antoine Millet <antoine.millet@smartjog.com> Mon, 26 Nov 2012 16:00:03 +0100 -- Antoine Millet <antoine.millet@smartjog.com> Mon, 18 Mar 2013 16:56:22 +0100 cc-common (5) unstable; urgency=low Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-common', version='6~dev', version='6', description='CloudControl common libraries', long_description=ldesc, author='Antoine Millet', Loading