Skip to content

Commit

Permalink
[bot-automerge] dvc v3.29.0 (#398)
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 14, 2023
2 parents 63f3b9e + 97721f9 commit 771ef83
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

17 changes: 13 additions & 4 deletions .scripts/build_steps.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

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.

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

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 78441431c7d341540b1e7179d32c1a7ad574b898a63598d0b2647a381856ab38
sha256: 9a4d44b9a0d21c2670016c6ce333b42631a72ae580c49bdde51fa756b644e645
patches:
- build.patch

Expand Down Expand Up @@ -53,7 +53,7 @@ requirements:
- requests >=2.22
- rich >=12
- ruamel.yaml >=0.17.11
- scmrepo >=1.2.1,<2
- scmrepo >=1.4.1,<2
- shortuuid >=0.5
- shtab <2,>=1.3.4
- tabulate >=0.8.7
Expand Down

0 comments on commit 771ef83

Please sign in to comment.