From 68b52809db61e158249db79a59f57b3b9cfb4b49 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Mon, 11 Nov 2013 15:22:54 +0100 Subject: [PATCH] [FIX] Dependency issues * Version bump --- indico/MaKaC/__init__.py | 2 +- setup.cfg | 6 +++--- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/indico/MaKaC/__init__.py b/indico/MaKaC/__init__.py index ebe30103a..14ae0a0af 100644 --- a/indico/MaKaC/__init__.py +++ b/indico/MaKaC/__init__.py @@ -18,4 +18,4 @@ ## along with Indico;if not, see . DEVELOPMENT = 0 -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/setup.cfg b/setup.cfg index 448391196..05594db7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [bdist_rpm] -post_install=indico/MaKaC/consoleScripts/post_install.sh +post_install = indico/MaKaC/consoleScripts/post_install.sh [install] -optimize=1 +optimize = 1 [extract_messages] mapping_file = babel.cfg @@ -23,7 +23,7 @@ output_dir = indico/locale [extract_messages_js] keywords = $T -no_default_keywords=1 +no_default_keywords = 1 mapping_file = babel-js.cfg output_file = indico/locale/messages-js.pot width = 80 diff --git a/setup.py b/setup.py index 7d8499df5..78395b700 100644 --- a/setup.py +++ b/setup.py @@ -122,8 +122,8 @@ def _getInstallRequires(): These are the ones needed for runtime.''' - base = ['ZODB3==3.10.5', 'zope.index==3.6.4', 'zope.interface', - 'pytz', 'lxml', 'cds-indico-extras', 'zc.queue', + base = ['ZODB3==3.10.5', 'zope.index==3.6.4', 'zope.interface==3.8.0', + 'pytz', 'lxml', 'cds-indico-extras', 'zc.queue==1.3', 'python-dateutil<2.0', 'pypdf', 'mako>=0.4.1', 'babel', 'icalendar>=3.2', 'pyatom', 'jsmin', 'cssmin', 'webassets', 'pojson>=0.4', 'requests>=1.2.0', 'simplejson>=2.1.0', 'reportlab', 'oauth2'] -- 2.11.4.GIT