From dca6e7e8ba6271205d12a18f05942f04914fefca Mon Sep 17 00:00:00 2001 From: "Nathan T. Weeks" Date: Wed, 8 Aug 2018 07:46:25 -0500 Subject: [PATCH] Update CrossMap version (0.2.7 -> 0.2.8) --- recipes/crossmap/build.sh | 1 + recipes/crossmap/meta.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/crossmap/build.sh b/recipes/crossmap/build.sh index 0f7fe5b04939f..33911e027dad6 100644 --- a/recipes/crossmap/build.sh +++ b/recipes/crossmap/build.sh @@ -1,3 +1,4 @@ #!/bin/bash rm -f lib/psyco_full.py +rm -rf data test $PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/recipes/crossmap/meta.yaml b/recipes/crossmap/meta.yaml index 2c1e48694904e..26983f1b2f5bb 100644 --- a/recipes/crossmap/meta.yaml +++ b/recipes/crossmap/meta.yaml @@ -1,6 +1,6 @@ {% set name = "CrossMap" %} -{% set version = "0.2.7" %} -{% set sha256hash = "edaef71757c4ae5182f5c8fd6350d096118919c02ff46660944e8db4ff5d6341" %} +{% set version = "0.2.8" %} +{% set sha256hash = "783a89f7378495dc0f1dbbb1b56b780cc4aeeb20d683c2721560952305083c47" %} package: name: {{ name|lower }} @@ -11,7 +11,7 @@ source: sha256: {{ sha256hash }} build: - number: 2 + number: 0 # CrossMap is very particular about Python version. skip: True # [not py27]