Skip to content

Commit

Permalink
Update planemo to 0.75.3 (bioconda#37694)
Browse files Browse the repository at this point in the history
* Update planemo to 0.75.0

* Update planemo to 0.75.1

* Update planemo to 0.75.2

* Update planemo to 0.75.3

* update requirements and remove deprecated module from test

Co-authored-by: Matthias Bernt <[email protected]>
  • Loading branch information
2 people authored and cokelaer committed Apr 28, 2023
1 parent b6d6f0e commit a0e5e05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipes/planemo/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "planemo" %}
{% set version = "0.74.11" %}
{% set version = "0.75.3" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 8f448d63c5de9ccfa0d4f98139b67a84e14e04a8670c81be21da09016c31e71a
sha256: 4ee270915cfad2e2e3288636bc4c8b5490b5d3841064c2f7e309040a1a9385b8

build:
number: 0
Expand All @@ -23,16 +23,17 @@ requirements:
run:
- allure-python-commons
- beautifulsoup4
- bioblend >=0.14.0
- bioblend >=1.0.0
- click
- cwltool >=1.0.20191225192155
- docutils
- ephemeris >=0.10.3
- galaxy-containers
- galaxy-tool-util >=20.9.0
- galaxy-util >=20.5.0
- galaxy-containers <22.5
- galaxy-tool-util >=21.1.1,<22.5
- galaxy-util >=20.5.0,<22.5
- glob2
- gxformat2 >=0.12.0
- h5py
- jinja2
- lxml
- oyaml
Expand All @@ -47,7 +48,6 @@ test:
imports:
- planemo
- planemo.commands
- planemo.conda_verify
- planemo.cwl
- planemo.database
- planemo.engine
Expand Down

0 comments on commit a0e5e05

Please sign in to comment.