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 nextstrain-cli to 5.0.0 #37644

Merged
merged 1 commit into from
Oct 26, 2022
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
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