Skip to content

Commit

Permalink
Update nextstrain-cli to 5.0.0
Browse files Browse the repository at this point in the history
Supersedes <#37627>.
  • Loading branch information
tsibley committed Oct 26, 2022
1 parent 7d5548a commit ca7b8eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/nextstrain-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "4.2.0" %}
{% set version = "5.0.0" %}

package:
name: nextstrain-cli
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nextstrain-cli/nextstrain-cli-{{ version }}.tar.gz
sha256: c64274cee6409ca7b9da253629e9f752bc11d965e1f6114c4f9408b2258a4a21
sha256: 0f4b328755a5f00feae69ba5b48b7936eab5dc44d1f518719d477580b063fb06

build:
number: 1
number: 0
noarch: python
entry_points:
- nextstrain = nextstrain.cli.__main__:main
Expand All @@ -25,12 +25,14 @@ requirements:
- docutils
- fasteners
- importlib_metadata # [py<38]
- importlib_resources >=5.3.0 # [py<311]
- packaging
- pyjwt >=2.0.0
- cryptography # Required for pyjwt digital signature support. Replicates "pip install pyjwt[crypto]".
- requests
- typing_extensions >=3.6.4
- wcmatch >=6.0
- wrapt
# nextstrain-cli requires boto3 but does not directly declare this
# dependency, to avoid issues with pip dependency resolution with s3fs and
# botocore. We can declare the boto3 dependency and unpinned s3fs here,
Expand Down

0 comments on commit ca7b8eb

Please sign in to comment.