Commit c074682b54f7f53792e57f042a158c07ef062221
Committed by
Carlos Coêlho
1 parent
e443df0f
Exists in
spb-release/3.0
and in
2 other branches
Update Minor version.
Main updates - Fix some wrong validations - Update cronjob for updating plugin data - Including locale directory in MANIFEST.in file - Include spb theme in Colab Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com> Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
colab.spec
1 | %define name colab | 1 | %define name colab |
2 | -%define version 1.9 | ||
3 | -%define unmangled_version 1.9 | 2 | +%define version 1.10 |
3 | +%define unmangled_version 1.10 | ||
4 | %define default_release 1 | 4 | %define default_release 1 |
5 | %{!?release: %define release %{default_release}} | 5 | %{!?release: %define release %{default_release}} |
6 | %define buildvenv /var/tmp/%{name}-%{version} | 6 | %define buildvenv /var/tmp/%{name}-%{version} |
setup.py
@@ -32,7 +32,7 @@ REQUIREMENTS = [ | @@ -32,7 +32,7 @@ REQUIREMENTS = [ | ||
32 | 32 | ||
33 | # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 | 33 | # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 |
34 | 'django-browserid==0.11', | 34 | 'django-browserid==0.11', |
35 | - 'django-revproxy==0.9.0', | 35 | + 'django-revproxy==0.9.2', |
36 | 36 | ||
37 | # Converse.js (XMPP client) | 37 | # Converse.js (XMPP client) |
38 | 'django-conversejs==0.3.4', | 38 | 'django-conversejs==0.3.4', |
@@ -65,7 +65,7 @@ EXCLUDE_FROM_PACKAGES = [] | @@ -65,7 +65,7 @@ EXCLUDE_FROM_PACKAGES = [] | ||
65 | 65 | ||
66 | setup( | 66 | setup( |
67 | name='colab', | 67 | name='colab', |
68 | - version='1.9', | 68 | + version='1.10', |
69 | url='https://github.com/colab-community/colab', | 69 | url='https://github.com/colab-community/colab', |
70 | author='Sergio Oliveira', | 70 | author='Sergio Oliveira', |
71 | author_email='sergio@tracy.com.br', | 71 | author_email='sergio@tracy.com.br', |