diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:37:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:37:48 -0400 |
commit | 2cee48983e63d63ea4fa9929241f2db15a701618 (patch) | |
tree | e32cab77c4a046357a26edc679e3fcda4e75ce45 | |
parent | a83702ac488d5a4259679ecca0ea34c139a51417 (diff) | |
download | astroconda-contrib-2cee48983e63d63ea4fa9929241f2db15a701618.tar.gz |
Bump versions for recon integration
-rw-r--r-- | acstools/meta.yaml | 6 | ||||
-rw-r--r-- | astrolib.coords/meta.yaml | 4 | ||||
-rw-r--r-- | calcos/meta.yaml | 4 | ||||
-rw-r--r-- | costools/meta.yaml | 4 | ||||
-rw-r--r-- | drizzlepac/meta.yaml | 4 | ||||
-rw-r--r-- | fitsblender/meta.yaml | 4 | ||||
-rw-r--r-- | nictools/meta.yaml | 4 | ||||
-rw-r--r-- | opuscoords/meta.yaml | 4 | ||||
-rw-r--r-- | pandokia/meta.yaml | 5 | ||||
-rw-r--r-- | pyraf/meta.yaml | 4 | ||||
-rw-r--r-- | pyregion/meta.yaml | 3 | ||||
-rw-r--r-- | reftools/meta.yaml | 3 | ||||
-rw-r--r-- | stistools/meta.yaml | 3 | ||||
-rw-r--r-- | stsci-hst/meta.yaml | 102 | ||||
-rw-r--r-- | stsci.convolve/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.distutils/meta.yaml | 1 | ||||
-rw-r--r-- | stsci.image/meta.yaml | 5 | ||||
-rw-r--r-- | stsci.imagemanip/meta.yaml | 5 | ||||
-rw-r--r-- | stsci.imagestats/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.ndimage/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.numdisplay/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.skypac/meta.yaml | 4 | ||||
-rw-r--r-- | stsci.sphere/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.sphinxext/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.stimage/meta.yaml | 3 | ||||
-rw-r--r-- | stsci.tools/meta.yaml | 3 | ||||
-rw-r--r-- | stwcs/meta.yaml | 3 | ||||
-rw-r--r-- | wfc3tools/meta.yaml | 4 | ||||
-rw-r--r-- | wfpc2tools/meta.yaml | 3 |
29 files changed, 110 insertions, 93 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 9a83fa1..baf9977 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,12 +1,12 @@ about: - home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python + home: https://github.com/spacetelescope/acstools license: BSD summary: acstools build: number: '0' package: name: acstools - version: 2.0.0 + version: 2.0.1 requirements: build: - astropy >=1.1 @@ -30,7 +30,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 2.0.0 + git_tag: 2.0.1 git_url: https://github.com/spacetelescope/acstools test: commands: diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index 5db2309..084fe9a 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: astrolib.coords - version: 0.39.6 + version: 0.39.7 requirements: build: - recon @@ -17,7 +17,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 0.39.6 + git_tag: 0.39.7 git_url: https://github.com/spacetelescope/astrolib.coords.git/ test: imports: diff --git a/calcos/meta.yaml b/calcos/meta.yaml index 3e8ed12..13c6e33 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -5,7 +5,7 @@ build: number: '0' package: name: calcos - version: 3.1.3 + version: 3.1.4 requirements: build: - astropy >=1.1 @@ -22,7 +22,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 3.1.3 + git_tag: 3.1.4 git_url: https://github.com/spacetelescope/calcos test: commands: diff --git a/costools/meta.yaml b/costools/meta.yaml index eaacc46..e7203f4 100644 --- a/costools/meta.yaml +++ b/costools/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: costools - version: 1.2.1 + version: 1.2.2 requirements: build: - astropy >=1.1 @@ -24,7 +24,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 1.2.1 + git_tag: 1.2.2 git_url: https://github.com/spacetelescope/costools test: commands: diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 3a2a4e3..1b49283 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: drizzlepac - version: 2.1.3 + version: 2.1.4 requirements: build: - astropy >=1.1 @@ -46,7 +46,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 2.1.3 + git_tag: 2.1.4 git_url: https://github.com/spacetelescope/drizzlepac test: imports: diff --git a/fitsblender/meta.yaml b/fitsblender/meta.yaml index a4242dc..39b2f4b 100644 --- a/fitsblender/meta.yaml +++ b/fitsblender/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: fitsblender - version: 0.2.6 + version: 0.2.7 requirements: build: - astropy >=1.1 @@ -21,7 +21,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 0.2.6 + git_tag: 0.2.7 git_url: https://github.com/spacetelescope/fitsblender test: imports: diff --git a/nictools/meta.yaml b/nictools/meta.yaml index a4f73cf..04aaf13 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -5,7 +5,7 @@ build: number: '0' package: name: nictools - version: 1.1.3 + version: 1.1.4 requirements: build: - astropy >=1.1 @@ -22,7 +22,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 1.1.3 + git_tag: 1.1.4 git_url: https://github.com/spacetelescope/nictools test: imports: diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml index be653d2..db85ef2 100644 --- a/opuscoords/meta.yaml +++ b/opuscoords/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: opuscoords - version: 1.0.2 + version: 1.0.3 requirements: build: - recon @@ -17,7 +17,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 1.0.2 + git_tag: 1.0.3 git_url: https://github.com/spacetelescope/opuscoords.git test: imports: diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index 1dfab98..0c6dfcf 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -6,7 +6,7 @@ build: number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' package: name: pandokia - version: 1.3.11 + version: 1.4.0 requirements: build: - nose @@ -21,7 +21,8 @@ requirements: - pytest - python x.x source: - git_url: git@github.com:spacetelescope/pandokia + git_tag: 1.4.0 + git_url: https://github.com/spacetelescope/pandokia test: commands: - pdk --help diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index 45a2864..9599185 100644 --- a/pyraf/meta.yaml +++ b/pyraf/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: pyraf - version: 2.1.10 + version: 2.1.11 requirements: build: - astropy >=1.1 @@ -23,7 +23,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 2.1.10 + git_tag: 2.1.11 git_url: https://github.com/spacetelescope/pyraf test: commands: diff --git a/pyregion/meta.yaml b/pyregion/meta.yaml index 5110887..639b339 100644 --- a/pyregion/meta.yaml +++ b/pyregion/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: pyregion - version: 1.1.2 + version: 1.1.3 requirements: build: - pyparsing @@ -20,6 +20,7 @@ requirements: - python x.x - setuptools source: + git_tag: 1.1.3 git_url: https://github.com/spacetelescope/pyregion test: imports: diff --git a/reftools/meta.yaml b/reftools/meta.yaml index 0b8f8b0..541d298 100644 --- a/reftools/meta.yaml +++ b/reftools/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: reftools - version: 1.7.1 + version: 1.7.2 requirements: build: - stsci.imagestats @@ -32,6 +32,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 1.7.2 git_url: https://github.com/spacetelescope/reftools test: imports: diff --git a/stistools/meta.yaml b/stistools/meta.yaml index ae6dabb..773164f 100644 --- a/stistools/meta.yaml +++ b/stistools/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: stistools - version: '1.1' + version: '1.1.1' requirements: build: - astropy >=1.1 @@ -23,6 +23,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 1.1.1 git_url: https://github.com/spacetelescope/stistools test: imports: diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 8a951ba..53034d6 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -6,71 +6,71 @@ build: number: '0' package: name: stsci-hst - version: 1.0.0 + version: 1.0.1 requirements: build: - purge_path >=0.0.1 - - acstools ==2.0.0 - - astrolib.coords ==0.39.6 + - acstools ==2.0.1 + - astrolib.coords ==0.39.7 - astropy >=1.1 - - calcos ==3.1.3 - - costools ==1.2.1 + - calcos ==3.1.4 + - costools ==1.2.2 - crds ==0.0.0 - - drizzlepac ==2.1.3 - - fitsblender ==0.2.6 + - drizzlepac ==2.1.4 + - fitsblender ==0.2.7 - hstcal ==1.0.0 - - nictools ==1.1.3 - - pyregion ==1.1.2 - - pysynphot ==0.9.8.2 + - nictools ==1.1.4 + - pyregion ==1.1.3 + - pysynphot ==0.9.8.3 - pywcs ==1.12.1 - - reftools ==1.7.1 - - stistools ==1.1 - - stsci.convolve ==2.1.3 - - stsci.image ==2.2.0 - - stsci.imagemanip ==1.1.2 - - stsci.imagestats ==1.4.1 - - stsci.ndimage ==0.10.1 - - stsci.numdisplay ==1.6.1 - - stsci.sphinxext ==1.2.2 - - stsci.stimage ==0.2.1 - - stsci.skypac ==0.9 - - stsci.sphere ==0.2 - - stsci.tools ==3.4.1 - - stwcs ==1.2.3 - - wfpc2tools ==1.0.3 - - wfc3tools ==1.3.1 + - reftools ==1.7.2 + - stistools ==1.1.1 + - stsci.convolve ==2.1.4 + - stsci.image ==2.2.1 + - stsci.imagemanip ==1.1.3 + - stsci.imagestats ==1.4.2 + - stsci.ndimage ==0.10.2 + - stsci.numdisplay ==1.6.2 + - stsci.sphinxext ==1.2.3 + - stsci.stimage ==0.2.2 + - stsci.skypac ==0.9.1 + - stsci.sphere ==0.2.1 + - stsci.tools ==3.4.2 + - stwcs ==1.2.4 + - wfpc2tools ==1.0.4 + - wfc3tools ==1.3.2 - numpy x.x - python x.x run: - purge_path >=0.0.1 - - acstools ==2.0.0 - - astrolib.coords ==0.39.6 + - acstools ==2.0.1 + - astrolib.coords ==0.39.7 - astropy >=1.1 - - calcos ==3.1.3 - - costools ==1.2.1 + - calcos ==3.1.4 + - costools ==1.2.2 - crds ==0.0.0 - - drizzlepac ==2.1.3 - - fitsblender ==0.2.6 + - drizzlepac ==2.1.4 + - fitsblender ==0.2.7 - hstcal ==1.0.0 - - nictools ==1.1.3 - - pyregion ==1.1.2 - - pysynphot ==0.9.8.2 + - nictools ==1.1.4 + - pyregion ==1.1.3 + - pysynphot ==0.9.8.3 - pywcs ==1.12.1 - - reftools ==1.7.1 - - stistools ==1.1 - - stsci.convolve ==2.1.3 - - stsci.image ==2.2.0 - - stsci.imagemanip ==1.1.2 - - stsci.imagestats ==1.4.1 - - stsci.ndimage ==0.10.1 - - stsci.numdisplay ==1.6.1 - - stsci.sphinxext ==1.2.2 - - stsci.stimage ==0.2.1 - - stsci.skypac ==0.9 - - stsci.sphere ==0.2 - - stsci.tools ==3.4.1 - - stwcs ==1.2.3 - - wfpc2tools ==1.0.3 - - wfc3tools ==1.3.1 + - reftools ==1.7.2 + - stistools ==1.1.1 + - stsci.convolve ==2.1.4 + - stsci.image ==2.2.1 + - stsci.imagemanip ==1.1.3 + - stsci.imagestats ==1.4.2 + - stsci.ndimage ==0.10.2 + - stsci.numdisplay ==1.6.2 + - stsci.sphinxext ==1.2.3 + - stsci.stimage ==0.2.2 + - stsci.skypac ==0.9.1 + - stsci.sphere ==0.2.1 + - stsci.tools ==3.4.2 + - stwcs ==1.2.4 + - wfpc2tools ==1.0.4 + - wfc3tools ==1.3.2 - numpy x.x - python x.x diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index 445f033..5aaa298 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.convolve - version: 2.1.3 + version: 2.1.4 requirements: build: - recon @@ -17,6 +17,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 2.1.4 git_url: https://github.com/spacetelescope/stsci.convolve test: imports: diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml index 0156194..462e4eb 100644 --- a/stsci.distutils/meta.yaml +++ b/stsci.distutils/meta.yaml @@ -18,6 +18,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 0.3.8 git_url: https://github.com/spacetelescope/stsci.distutils test: imports: diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index 14c430b..9d3fbc9 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -1,5 +1,5 @@ about: - home: https://github.com/embray/stsci.image + home: https://github.com/spacetelescope/stsci.image license: GPL summary: stsci.image build: @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.image - version: 2.2.0 + version: 2.2.1 requirements: build: - astropy >=1.1 @@ -24,6 +24,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 2.2.1 git_url: https://github.com/spacetelescope/stsci.image.git test: imports: diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index cca5209..4ff7583 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -1,5 +1,5 @@ about: - home: https://github.com/embray/stsci.imagemanip + home: https://github.com/spacetelescope/stsci.imagemanip license: GPL summary: stsci.imagemanip build: @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.imagemanip - version: 1.1.2 + version: 1.1.3 requirements: build: - recon @@ -20,6 +20,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 1.1.3 git_url: https://github.com/spacetelescope/stsci.imagemanip test: imports: diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 828dfdc..17e37cb 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.imagestats - version: 1.4.1 + version: 1.4.2 requirements: build: - recon @@ -18,6 +18,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 1.4.2 git_url: https://github.com/spacetelescope/stsci.imagestats test: imports: diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index f9502dd..541b1fb 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.ndimage - version: 0.10.1 + version: 0.10.2 requirements: build: - astropy >=1.1 @@ -20,6 +20,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 0.10.2 git_url: https://github.com/spacetelescope/stsci.ndimage test: imports: diff --git a/stsci.numdisplay/meta.yaml b/stsci.numdisplay/meta.yaml index 3d4faaa..7122bc0 100644 --- a/stsci.numdisplay/meta.yaml +++ b/stsci.numdisplay/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.numdisplay - version: 1.6.1 + version: 1.6.2 requirements: build: - recon @@ -20,6 +20,7 @@ requirements: - numpy x.x - python x.x source: + git_url: 1.6.2 git_url: https://github.com/spacetelescope/stsci.numdisplay test: imports: diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index df54df1..b90ed15 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.skypac - version: '0.9' + version: '0.9.1' requirements: build: - astropy >=1.1 @@ -28,7 +28,7 @@ requirements: - python x.x - python x.x source: - git_tag: '0.9' + git_tag: '0.9.1' git_url: https://github.com/spacetelescope/stsci.skypac test: imports: diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 6bfcfa8..1f10803 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.sphere - version: '0.2' + version: '0.2.1' requirements: build: - astropy >=1.1 @@ -22,6 +22,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 0.2.1 git_url: ssh://git@bitbucket.org/stsci_ssb/stsci.sphere test: imports: diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index 60d1eed..f4f3899 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.sphinxext - version: 1.2.2 + version: 1.2.3 requirements: build: - numpydoc @@ -18,6 +18,7 @@ requirements: - numpydoc - python x.x source: + git_tag: 1.2.3 git_url: https://github.com/spacetelescope/stsci.sphinxext test: imports: diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 228e3ae..677ced7 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.stimage - version: 0.2.1 + version: 0.2.2 requirements: build: - recon @@ -18,6 +18,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 0.2.2 git_url: https://github.com/spacetelescope/stsci.stimage test: imports: diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 4361fdc..0fd3abe 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -7,7 +7,7 @@ build: preserve_egg_dir: 'yes' package: name: stsci.tools - version: 3.4.1 + version: 3.4.2 requirements: build: - astropy >=1.1 @@ -22,6 +22,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 3.4.2 git_url: https://github.com/spacetelescope/stsci.tools test: imports: diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index c256783..01b04ac 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: stwcs - version: 1.2.3 + version: 1.2.4 requirements: build: - astropy >=1.1 @@ -21,6 +21,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 1.2.4 git_url: https://github.com/spacetelescope/stwcs test: imports: diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index 6a69268..30322d5 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: wfc3tools - version: 1.3.1 + version: 1.3.2 requirements: build: - astropy >=1.1 @@ -25,7 +25,7 @@ requirements: - scipy - python x.x source: - git_tag: 1.3.1 + git_tag: 1.3.2 git_url: https://github.com/spacetelescope/wfc3tools test: imports: diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index ecfdc46..098a21b 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -6,7 +6,7 @@ build: number: '0' package: name: wfpc2tools - version: 1.0.3 + version: 1.0.4 requirements: build: - astropy >=1.1 @@ -25,6 +25,7 @@ requirements: - numpy x.x - python x.x source: + git_tag: 1.0.4 git_url: https://github.com/spacetelescope/wfpc2tools test: imports: |