Commit 10a1cb1ea32281869c2ac3d1a5f42acef4b4987c

Authored by Alexandre Barbosa
1 parent 41e7802a

Updated Django revproxy version

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.2
  2 +VERSION = 1.3
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5  
... ...
colab-deps.spec
1 1 %define name colab-deps
2   -%define version 1.2
  2 +%define version 1.3
3 3 %define release 1
4 4  
5 5 Summary: Collaboration platform for communities (Pyton dependencies)
... ...
django-revproxy-0.2.9.tar.gz
No preview for this file type
django-revproxy-0.3.1.tar.gz 0 → 100644
No preview for this file type
requirements.txt
... ... @@ -28,7 +28,7 @@ tornado==3.1.1
28 28  
29 29 # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9
30 30 django-browserid==0.11
31   -django-revproxy==0.2.9
  31 +django-revproxy==0.3.1
32 32  
33 33 # Converse.js (XMPP client)
34 34 django-conversejs==0.3.4
... ...