From 19f384f09ddd1d774d055f93642e113453e83a4b Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Fri, 27 Dec 2019 14:14:03 +0000 Subject: [PATCH 1/2] updated v1.4.9 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ebcfdcf..ef0316d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "spleeter" %} -{% set version = "1.4.8" %} +{% set version = "1.4.9" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 25f3d830729f0691300e70d02d56ea0d767b8fcbfd6bc1cee5054c2d0eea9801 + sha256: 83a8e287aacf56e99e6443c6f4f5d333a229e9edc8a0b5c0d8fbf1f164e7dbb0 build: number: 0 From 5192b7fdfdb5f45be9aaf88402c0727ad112fe38 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Fri, 27 Dec 2019 14:14:23 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.5, and conda-forge-pinning 2019.12.18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4ae42..983656d 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ A feedstock is made up of a conda recipe (the instructions on what and how to bu the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by [CircleCI](https://circleci.com/), [AppVeyor](https://www.appveyor.com/) -and [TravisCI](https://travis-ci.org/) it is possible to build and upload installable +and [TravisCI](https://travis-ci.com/) it is possible to build and upload installable packages to the [conda-forge](https://anaconda.org/conda-forge) [Anaconda-Cloud](https://anaconda.org/) channel for Linux, Windows and OSX respectively.