Skip to content

Commit

Permalink
radical.pilot v1.61.0 (#122)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
2 parents aa37569 + 25e0d7b commit 44aafe4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "radical.pilot" %}
{% set version = "1.60.0" %}
{% set version = "1.61.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/radical_pilot-{{ version }}.tar.gz
sha256: 9765cdc1adba1f4f92940ede982402e650278438c871d0e6febd6c652030c8a5
sha256: d3704f98e99efbcf5a6b983e0d5b3f2e8e11d0607d12427e36930dcb1679bb33

build:
number: 0
Expand All @@ -17,6 +17,7 @@ build:
requirements:
host:
- python >=3.8
- setuptools
- pip
run:
- python >=3.8
Expand Down

0 comments on commit 44aafe4

Please sign in to comment.