From d9eeb06960130156fd85a8e34adfb45203645d36 Mon Sep 17 00:00:00 2001 From: Todd Miller Date: Fri, 20 Jan 2017 13:49:54 -0500 Subject: Bump crds version to 7.1.0 for #156, crds.bestrefs --sync-references fix (#157) * Updated CRDS to 7.0.7 for early JWST B7 pipeline testing. * Bumped CRDS version to 7.0.10 * Removed crds/meta.yaml~ * Updated CRDS version to 7.1.0 for crds.bestrefs --sync-references fix. * Updated CRDS version to 7.1.0, corrected number to 0. * Added requests and lxml as build and run dependencies. --- crds/meta.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/crds/meta.yaml b/crds/meta.yaml index 392dbfa..d3c69b1 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'crds' %} -{% set version = '7.0.10' %} -{% set number = '1' %} +{% set version = '7.1.0' %} +{% set number = '0' %} about: home: http://www.stsci.edu/hst/observatory/crds/ @@ -24,11 +24,15 @@ requirements: - numpy - setuptools - python x.x + - requests + - lxml run: - astropy >=1.1 - numpy - python x.x - + - requests + - lxml + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git -- cgit