From d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 14:42:29 -0500 Subject: Remove numpy locks --- stwcs/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stwcs') diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index f9dccdb..5f64ec8 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -20,12 +20,12 @@ requirements: - astropy >=1.1 - stsci.tools - setuptools - - numpy x.x + - numpy - python x.x run: - astropy >=1.1 - stsci.tools - - numpy x.x + - numpy - python x.x source: -- cgit From f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Dec 2016 13:54:28 -0500 Subject: Revert spaces around jinja2 variables --- stwcs/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stwcs') diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 5f64ec8..54de360 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -3,17 +3,17 @@ {% set number = '0' %} about: - home: https://github.com/spacetelescope/{{name}} + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: | WCS based distortion models and coordinate transformation build: - number: {{number}} + number: {{ number }} package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -29,8 +29,8 @@ requirements: - python x.x source: - git_tag: {{version}} - git_url: https://github.com/spacetelescope/{{name}}.git + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: -- cgit From ae68d66ae8cab18227fa65ba783f4d58ff7f9276 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 13 Dec 2016 15:31:37 -0500 Subject: Bump build numbers and meta-package versions --- stwcs/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stwcs') diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 54de360..a35b3f6 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stwcs' %} {% set version = '1.2.4' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} -- cgit