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 v0.73.0 #54

Merged
merged 4 commits into from
Dec 6, 2019
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
2 changes: 1 addition & 1 deletion README.md

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

16 changes: 7 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{% set name = "dvc" %}
{% set version = "0.71.0" %}
{% set version = "0.73.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 225a89d9014b16a4b3614ef1ad07d9403e29278edd1accaab37d02b8be982bd0
sha256: c7b7e769d5e518cd54e0006f2cd2a21ce411d0fd42c865bcfb6db14abef5007a
patches:
- build.patch

build:
number: 3
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
skip: True # [py<35]
entry_points:
- dvc = dvc.main:main

Expand All @@ -25,7 +26,7 @@ requirements:
- python
- ply >=3.9
- configparser >=3.5.0
- zc.lockfile >=1.2.1 # [py==27]
- zc.lockfile >=1.2.1
- future >=0.16.0
- colorama >=0.3.9
- configobj >=5.0.6
Expand All @@ -50,17 +51,14 @@ requirements:
- win_unicode_console >=0.5 # [win]
- pywin32 >=225 # [win]
- networkx >=2.1
- futures # [py==27]
- pathlib2 # [py==27]
- contextlib2 # [py==27]
- google-cloud-storage ==1.13.0
- boto3 ==1.9.115
- azure-storage-blob ==2.1.0
- oss2 ==2.6.1
- paramiko >=2.5.0
- pyarrow ==0.14.0 # [py>27 or unix]
- pyarrow ==0.14.0
- tqdm >=4.38.0
- flufl.lock >=3.2 # [py>27]
- flufl.lock >=3.2
- packaging >=19.0
- pyyaml >=5.1.2

Expand Down