diff options
| author | Marshall Perrin <mperrin@stsci.edu> | 2016-06-10 17:22:04 -0400 | 
|---|---|---|
| committer | Marshall Perrin <mperrin@stsci.edu> | 2016-06-10 17:22:04 -0400 | 
| commit | 134e5a9ecf0c388b8b4e978c6cd891c8fdaf7f2c (patch) | |
| tree | 93558c0894f4ab58c76a033307d395ade1633a28 | |
| parent | d1209f79bcca1b0d438ad2e64f907a66fef6d383 (diff) | |
| download | astroconda-contrib-134e5a9ecf0c388b8b4e978c6cd891c8fdaf7f2c.tar.gz | |
update poppy, webbpsf, webbpsf-data to 0.5.0
| -rw-r--r-- | poppy/meta.yaml | 4 | ||||
| -rw-r--r-- | webbpsf-data/meta.yaml | 6 | ||||
| -rw-r--r-- | webbpsf/meta.yaml | 12 | 
3 files changed, 11 insertions, 11 deletions
| diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 65a5384..4b54e90 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -6,7 +6,7 @@ build:      number: '0'  package:      name: poppy -    version: 0.4.0 +    version: 0.5.0  requirements:      build:      - nose @@ -31,5 +31,5 @@ requirements:      - setuptools      - python x.x  source: -    git_tag: v0.4.0 +    git_tag: v0.5.0      git_url: https://github.com/mperrin/poppy diff --git a/webbpsf-data/meta.yaml b/webbpsf-data/meta.yaml index 4cacf7e..852cd6e 100644 --- a/webbpsf-data/meta.yaml +++ b/webbpsf-data/meta.yaml @@ -6,8 +6,8 @@ build:      number: '0'  package:      name: webbpsf-data -    version: 0.4.0 +    version: 0.5.0  source: -    fn: webbpsf-data-0.4.0.tar.gz +    fn: webbpsf-data-0.5.0.tar.gz      url: -    - http://www.stsci.edu/~mperrin/software/webbpsf/webbpsf-data-0.4.0.tar.gz +    - http://www.stsci.edu/~mperrin/software/webbpsf/webbpsf-data-0.5.0.tar.gz diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 6c7a087..c7cf2a8 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -7,7 +7,7 @@ build:      preserve_egg_dir: 'True'  package:      name: webbpsf -    version: 0.4.0 +    version: 0.5.0  requirements:      build:      - nose @@ -15,9 +15,9 @@ requirements:      - numpy x.x      - scipy      - matplotlib -    - poppy +    - poppy >= 0.5.0      - six [py27] -    - webbpsf-data ==0.4.0 +    - webbpsf-data ==0.5.0      - setuptools      - python x.x      run: @@ -26,13 +26,13 @@ requirements:      - numpy x.x      - scipy      - matplotlib -    - poppy +    - poppy >= 0.5.0      - six [py27] -    - webbpsf-data ==0.4.0 +    - webbpsf-data ==0.5.0      - setuptools      - python x.x  source: -    git_tag: v0.4.0 +    git_tag: v0.5.0      git_url: https://github.com/mperrin/webbpsf  test:      commands: | 
