diff options
| author | Edward Slavich <eslavich@users.noreply.github.com> | 2020-08-18 20:28:01 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 20:28:01 -0400 | 
| commit | 0254afb704f164bae60935a83a712018a89cc497 (patch) | |
| tree | d56b036239eaa79a7aab6d40b2fbf440188568ca | |
| parent | fffd024ef115ecdf6233ff40fd91dd22bdd10f3a (diff) | |
| download | astroconda-contrib-0254afb704f164bae60935a83a712018a89cc497.tar.gz | |
Release asdf 2.7.0, update requirements and GitHub URL (#659)
| -rw-r--r-- | asdf/meta.yaml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/asdf/meta.yaml b/asdf/meta.yaml index c567a53..b5feab2 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,9 +1,9 @@  {% set name = 'asdf' %} -{% set version = '2.6.0' %} +{% set version = '2.7.0' %}  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{ name }} +    home: https://github.com/asdf-format/{{ name }}      license: BSD      summary: ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data @@ -19,7 +19,7 @@ requirements:      build:      - semantic_version >=2.8      - pyyaml >=3.10 -    - jsonschema >=2.3,<4.0 +    - jsonschema >=3.0.2,<4.0      - setuptools      - setuptools_scm      - numpy {{ numpy }} @@ -27,7 +27,7 @@ requirements:      run:      - semantic_version >=2.8      - pyyaml >=3.10 -    - jsonschema >=2.3,<4.0 +    - jsonschema >=3.0.2,<4.0      - pytest      - setuptools      - setuptools_scm @@ -36,7 +36,7 @@ requirements:  source:    git_tag: {{ version }} -  git_url: https://github.com/spacetelescope/{{ name }}.git +  git_url: https://github.com/asdf-format/{{ name }}.git  test:      commands: | 
