Skip to content

Commit

Permalink
dvc v1.10.0
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 Nov 18, 2020
2 parents e6b8a6b + 68c2610 commit 2bb88a7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
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
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
Expand Down
14 changes: 12 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "dvc" %}
{% set version = "1.9.1" %}
{% set version = "1.10.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 920408645d3c9ccb0f96b40ccbda00a188c8b3552d493a6ba5a8b7756d7acfd3
sha256: ceaeab6ac7c0b36d0d9cbc638f3d5a09446ea140a823c04aafbb6203da7ee727
patches:
- build.patch

Expand Down Expand Up @@ -98,6 +98,7 @@ outputs:
- colorama >=0.3.9
- configobj >=5.0.6
- gitpython >=2.1.8
- dulwich >=0.20.11
- gitdb2 >=2.0.6
- setuptools >=34.0.0
- nanotime >=0.5.2
Expand Down Expand Up @@ -195,6 +196,15 @@ outputs:
- {{ pin_subpackage("dvc-base", exact=True) }}
- pyarrow >=0.17.1

- name: dvc-webhdfs
requirements:
host:
- python
run:
- python
- {{ pin_subpackage("dvc-base", exact=True) }}
- python-hdfs >=2.5.7

about:
home: https://dvc.org/
license: Apache-2.0
Expand Down

0 comments on commit 2bb88a7

Please sign in to comment.