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 bioblend to 1.4.0 #51984

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions recipes/bioblend/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "bioblend" %}
{% set version = "1.3.0" %}
{% set version = "1.4.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/b/bioblend/bioblend-{{ version }}.tar.gz
sha256: e72318e10c29a81c16281d25aaac00989a07fc2900be7479137964232cc4a507
sha256: 175d49d288e27d132ff59c870551c87cd95d7747be55ab94807c563291a3fa1d

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- requests >=2.20.0
Expand Down Expand Up @@ -66,7 +67,7 @@ test:
about:
home: "https://github.com/galaxyproject/bioblend"
license: MIT
summary: 'A Python library for interacting with the Galaxy API'
summary: 'A Python library for interacting with the Galaxy API.'
license_family: MIT
license_file: LICENSE
doc_url: "https://bioblend.readthedocs.org/"
Expand Down
4 changes: 0 additions & 4 deletions recipes/k8/build_failure.linux-aarch64.yaml

This file was deleted.

Loading
Loading