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

dvc v2.8.1 #241

Merged
merged 5 commits into from
Oct 13, 2021
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
4 changes: 0 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-osx.yml

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

19 changes: 0 additions & 19 deletions .ci_support/linux_64_python3.6.____cpython.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down
16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.6.____cpython.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
pin_run_as_build:
Expand Down
14 changes: 0 additions & 14 deletions README.md

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

17 changes: 9 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "dvc" %}
{% set version = "2.7.4" %}
{% set version = "2.8.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 754e2c4e0a79e610a1a9da4cebec56c51fba39430334a6dc2e0583bd44f4a89b
sha256: 7e82d08b57086d41d55a72a2c372e60f6588c89e3213c43f0372a9224951648e
patches:
- build.patch

Expand Down Expand Up @@ -86,7 +86,7 @@ outputs:
- python-benedict >=0.21.1
- pyparsing ==2.4.7
- typing_extensions >=3.10.0.2
- fsspec ==2021.8.1
- fsspec ==2021.10.0
- aiohttp-retry ==2.4.5
- diskcache >=5.2.1

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

- name: dvc-gdrive
test:
Expand Down Expand Up @@ -145,7 +145,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- s3fs ==2021.8.1
- s3fs ==2021.10.0
- aiobotocore >1.0.1
- boto3 >=1.9.201

Expand Down Expand Up @@ -207,7 +207,7 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- sshfs ==2021.8.1
- sshfs >=2021.8.1

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

# NOTE: webhdfs support is baked into the main package.
# Keeping this one for backward compatibility.
- name: dvc-webhdfs
test:
requires:
Expand All @@ -264,7 +266,6 @@ outputs:
run:
- python
- {{ pin_subpackage("dvc", exact=True) }}
- python-hdfs >=2.5.7

about:
home: https://dvc.org/
Expand Down