From eda77fe3de785c2c2f47249a8677696b4bb46a02 Mon Sep 17 00:00:00 2001 From: Paulo Tada Date: Thu, 25 Feb 2016 15:55:08 -0300 Subject: [PATCH] Bump colab-deps and plugins versions --- Makefile | 22 ++++++++++++++-------- requirements-colab-plugins.txt | 6 +++--- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 9ab71f3..4601bed 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,19 @@ NAME = colab-deps -VERSION = 1.12.13 +VERSION = 1.12.14 PREFIX = /usr TARGET = $(DESTDIR)$(PREFIX)/lib/colab DISTDIR = $(NAME)-$(VERSION) TARBALL = dist/$(DISTDIR).tar.gz +# TAGS +PIP = 1.5.6 +NOOSFERO_PLUGIN = 0.2.6 +GITLAB_PLUGIN = 0.2.6 +MEZURO_PLUGIN = 0.1.3 +SUPERARCHIVES_PLUGIN = 0.1.0 all: virtualenv - ./build/bin/pip install --no-index --find-links=$(DISTDIR) pip==1.5.6 + ./build/bin/pip install --no-index --find-links=$(DISTDIR) pip==$(PIP) ./build/bin/pip install --no-index --find-links=$(DISTDIR) --use-wheel -r requirements.txt ./build/bin/pip install --no-index --find-links=$(DISTDIR) --no-deps -r requirements-colab-plugins.txt virtualenv --relocatable ./build @@ -25,7 +31,7 @@ install: sdist: $(TARBALL) -$(TARBALL): +$(TARBALL): downloadtar mkdir -p $$(dirname $(TARBALL)) $(RM) $(TARBALL) tar czf $(TARBALL) $(SOURCES) $(DISTDIR) @@ -36,11 +42,11 @@ 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.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.5.zip - wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip - wget https://github.com/colab/colab-superarchives-plugin/archive/master.zip -O $(DISTDIR)/colab-superarchives-plugin-0.1.0.zip + wget https://pypi.python.org/packages/source/p/pip/pip-$(PIP).tar.gz -O $(DISTDIR)/pip-$(PIP).tar.gz + wget https://github.com/colab/colab-noosfero-plugin/archive/v$(NOOSFERO_PLUGIN).zip -O $(DISTDIR)/colab-noosfero-plugin-$(NOOSFERO_PLUGIN).zip + wget https://github.com/colab/colab-gitlab-plugin/archive/v$(GITLAB_PLUGIN).zip -O $(DISTDIR)/colab-gitlab-plugin-$(GITLAB_PLUGIN).zip + wget https://github.com/colab/colab-mezuro-plugin/archive/v$(MEZURO_PLUGIN).zip -O $(DISTDIR)/colab-mezuro-plugin-$(MEZURO_PLUGIN).zip + wget https://github.com/colab/colab-superarchives-plugin/archive/v$(SUPERARCHIVES_PLUGIN).zip -O $(DISTDIR)/colab-superarchives-plugin-$(SUPERARCHIVES_PLUGIN).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 4dafb84..084a951 100644 --- a/requirements-colab-plugins.txt +++ b/requirements-colab-plugins.txt @@ -1,4 +1,4 @@ -colab-noosfero-plugin==0.2.5 -colab-gitlab-plugin==0.2.5 -colab-mezuro-plugin==0.1.2 +colab-noosfero-plugin==0.2.6 +colab-gitlab-plugin==0.2.6 +colab-mezuro-plugin==0.1.3 colab-superarchives-plugin==0.1.0 -- libgit2 0.21.2