Commit 49cae829403324026a7638212ca607eb1b461dba

Authored by Carlos Coêlho
1 parent 2df7da56

Update revproxy version to 0.9.3

Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.4
  2 +VERSION = 1.5
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.4
  2 +%define version 1.5
3 3 %define release 1
4 4  
5 5 Summary: Collaboration platform for communities (Pyton dependencies)
... ...
django-revproxy-0.9.2.tar.gz
No preview for this file type
django-revproxy-0.9.3.tar.gz 0 → 100644
No preview for this file type
requirements.txt
... ... @@ -27,7 +27,7 @@ tornado==3.1.1
27 27  
28 28 # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9
29 29 django-browserid==0.11
30   -django-revproxy==0.9.2
  30 +django-revproxy==0.9.3
31 31  
32 32 # Converse.js (XMPP client)
33 33 django-conversejs==0.3.4
... ...