Skip to content
Closed
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
23 changes: 12 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set name = "dvc" %}
{% set version = "2.6.4" %}
{% set version = "2.7.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 008e3c6c47766524c06e996081adcf38c337ffea5876ce0d3d7ccfaad2d1b2bd
sha256: 8f48dbfc0db8d40b6b2c79536df3d1247590b98951e22b0ea5d64db6d67ee20c
patches:
- build.patch

# The "true" build is specified in the dvc output below.
# Of the build properties here and below:
# number is propagated into the outputs below
build:
number: 2
number: 1
skip: true # [py<=36 and win]


Expand Down Expand Up @@ -86,8 +86,9 @@ outputs:
- python-benedict >=0.21.1
- pyparsing ==2.4.7
- typing_extensions >=3.7.4
- fsspec ==2021.7.0
- fsspec[http] >=2021.8.1
- diskcache >=5.2.1
- aiohttp-retry ==2.4.5

- name: dvc-gs
test:
Expand All @@ -106,7 +107,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- gcsfs ==2021.7.0
- gcsfs ==2021.8.1

- name: dvc-gdrive
test:
Expand All @@ -125,7 +126,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- pydrive2 >=1.9.1
- pydrive2 >=1.9.2

- name: dvc-s3
test:
Expand All @@ -144,7 +145,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- s3fs ==2021.8.0
- s3fs ==2021.8.1
- aiobotocore >1.0.1
- boto3 >=1.9.201

Expand All @@ -166,7 +167,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- adlfs ==2021.7.1
- adlfs ==2021.8.2
- azure-identity >=1.4.0
- knack

Expand All @@ -187,7 +188,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- ossfs ==2021.7.5
- ossfs ==2021.8.0

- name: dvc-ssh
test:
Expand All @@ -206,7 +207,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- sshfs ==2021.7.1
- sshfs ==2021.8.1

- name: dvc-hdfs
test:
Expand Down Expand Up @@ -244,7 +245,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- webdav4 >=0.9.0
- webdav4 >=0.9.1

- name: dvc-webhdfs
test:
Expand Down