Commit 93567ba7adf0539a0429c51c59c79ef754b78914

Authored by Sergio Oliveira
1 parent cc618ab6

Updated requirements

Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Signed-off-by: Sergio Oliveira <seocam@seocam.com>
Showing 2 changed files with 6 additions and 5 deletions   Show diff stats
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.11.6
  2 +VERSION = 1.12
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5 DISTDIR = $(NAME)-$(VERSION)
... ... @@ -37,8 +37,8 @@ distclean:
37 37 downloadtar: virtualenv
38 38 mkdir -p $(DISTDIR)
39 39 wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz
40   - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.1.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.1.zip
41   - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.2.zip
  40 + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.1.zip
  41 + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.zip
42 42 ./build/bin/pip install --download $(DISTDIR) -r requirements.txt
43 43  
44 44 .PHONY: virtualenv
... ...
requirements-colab-plugins.txt
1   -colab-noosfero-plugin==0.1.1
2   -colab-gitlab-plugin==0.1.2
  1 +colab-noosfero-plugin==0.2.1
  2 +colab-gitlab-plugin==0.2
  3 +colab-spb-plugin==0.2
... ...