Skip to content

Commit

Permalink
dvc v1.9.1
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 Oct 27, 2020
2 parents 5196562 + 993ad41 commit e6b8a6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set name = "dvc" %}
{% set version = "1.9.0" %}
{% set version = "1.9.1" %}

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

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

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

# These tests are executed for the top-level `dvc` package
Expand Down

0 comments on commit e6b8a6b

Please sign in to comment.