diff options
| author | William Grzybowski <wg@FreeBSD.org> | 2013-06-12 14:38:13 +0000 |
|---|---|---|
| committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-12 14:38:13 +0000 |
| commit | 02229984f5d1414d83a91202db23be0ac557b4de (patch) | |
| tree | 7576a1660ec48951af3b68509cc5e020812107aa /www/py-rhodecode/files/patch-setup.py | |
| parent | - Add missing fonts.alias (diff) | |
www/py-rhodecode: update to 1.7.0
- Update to 1.7.0
- Remove CELERY option
- Add a rc.d startup script
- Use a workaround to save options
Changes: http://pythonhosted.org/RhodeCode/changelog.html
Approved by: culot / jpaetzel (mentors, implicit)
Diffstat (limited to 'www/py-rhodecode/files/patch-setup.py')
| -rw-r--r-- | www/py-rhodecode/files/patch-setup.py | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/www/py-rhodecode/files/patch-setup.py b/www/py-rhodecode/files/patch-setup.py index caaad8f3748f..efe09fb25003 100644 --- a/www/py-rhodecode/files/patch-setup.py +++ b/www/py-rhodecode/files/patch-setup.py @@ -1,53 +1,52 @@ diff --git setup.py setup.py -index 3e48554..2ff6cd7 100644 +index 0413579..ca536cd 100755 --- setup.py +++ setup.py -@@ -33,24 +33,24 @@ __platform__ = platform.system() - is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata) +@@ -33,24 +33,23 @@ __platform__ = platform.system() + is_windows = __platform__ in ['Windows'] requirements = [ -- "waitress==0.8.1", +- "waitress==0.8.4", - "webob==1.0.8", - "webtest==1.4.3", - "Pylons==1.0.0", - "Beaker==1.6.4", - "WebHelpers==1.3", - "formencode==1.2.4", -- "SQLAlchemy==0.7.9", +- "SQLAlchemy==0.7.10", - "Mako==0.7.3", -+ "waitress>=0.8.1", ++ "waitress>=0.8.4", + "webob>=1.0.8", + "webtest>=1.4.3", + "Pylons>=1.0.0", + "Beaker>=1.6.4", + "WebHelpers>=1.3", + "formencode>=1.2.4", -+ "SQLAlchemy>=0.7.9", ++ "SQLAlchemy>=0.7.10", + "Mako>=0.7.3", "pygments>=1.5", -- "whoosh>=2.4.0,<2.5", + "whoosh>=2.4.0,<2.5", - "celery>=2.2.5,<2.3", -+ "whoosh>=2.4.0", -+ "celery>=2.2.5", "babel", - "python-dateutil>=1.5.0,<2.0.0", -+ "python-dateutil>=1.5.0", - "dulwich>=0.8.7,<0.9.0", +- "dulwich>=0.8.7,<0.9.0", - "markdown==2.2.1", - "docutils==0.8.1", - "simplejson==2.5.2", ++ "python-dateutil>=1.5.0", ++ "dulwich>=0.8.7", + "markdown>=2.2.1", + "docutils>=0.8.1", + "simplejson>=2.5.2", "mock", ] -@@ -65,7 +65,7 @@ if is_windows: - requirements.append("mercurial==2.4.2") +@@ -65,7 +64,7 @@ if is_windows: + requirements.append("mercurial==2.6.2") else: requirements.append("py-bcrypt") -- requirements.append("mercurial==2.4.2") -+ requirements.append("mercurial>=2.4.2") +- requirements.append("mercurial==2.6.2") ++ requirements.append("mercurial>=2.6.2") dependency_links = [ |
