From 2be650848f3aa4eb8a748c081c2c789daf2a7c63 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 14 Dec 2015 11:08:56 -0200 Subject: [PATCH] Updated colab-noosfero and colab-gitlab plugins Signed-off-by: Lucas Kanashiro Signed-off-by: Sergio Oliveira --- Makefile | 6 +++--- requirements-colab-plugins.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d1df574..e4e1d1b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = colab-deps -VERSION = 1.12.1 +VERSION = 1.12.2 PREFIX = /usr TARGET = $(DESTDIR)$(PREFIX)/lib/colab DISTDIR = $(NAME)-$(VERSION) @@ -37,8 +37,8 @@ distclean: downloadtar: virtualenv mkdir -p $(DISTDIR) wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.2.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.2.zip - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.zip + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.3.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.3.zip + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.1.zip ./build/bin/pip install --download $(DISTDIR) -r requirements.txt .PHONY: virtualenv diff --git a/requirements-colab-plugins.txt b/requirements-colab-plugins.txt index 1558d39..d7d155b 100644 --- a/requirements-colab-plugins.txt +++ b/requirements-colab-plugins.txt @@ -1,3 +1,3 @@ -colab-noosfero-plugin==0.2.2 -colab-gitlab-plugin==0.2 +colab-noosfero-plugin==0.2.3 +colab-gitlab-plugin==0.2.1 colab-spb-plugin==0.2.1 -- libgit2 0.21.2