Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update isatools to v0.10.2 #10190

Merged
merged 1 commit into from
Aug 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions recipes/isatools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "0.10.0" %}
{% set sha256 = "8f97d815ecf40cdc9154ab0a51ba6e7364b57bad2d01cd536fc4ae36e5591c97" %}
{% set version = "0.10.2" %}
{% set sha256 = "f704ee6f130906101a3628479847f4ad22ca0b60a13bbd772d387b2b2c9b9d9d" %}

package:
name: isatools
version: '{{version}}'
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/i/isatools/isatools-{{ version }}.tar.gz
sha256: '{{sha256}}'
sha256: '{{ sha256 }}'

build:
noarch: python
number: 1
number: 0
script: python -m pip install --no-deps --ignore-installed .
entry_points:
- isatools = isatools:main
Expand Down Expand Up @@ -49,5 +49,5 @@ about:
home: https://github.com/ISA-tools/isa-api
license: CPAL
license_family: OTHER
summary: Metadata tracking tools help to manage an increasingly diverse set of life
science, environmental and biomedical experiments
summary: Metadata tracking tools help to manage an increasingly diverse set of life science, environmental and biomedical
experiments