From dcd8da7a334caed73ad9a4fa4adee2b9bc374855 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Tue, 24 Dec 2019 02:49:17 +0000 Subject: [PATCH 1/4] updated v1.5.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1fcb039..3ca057b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mlflow" %} -{% set version = "1.4.0" %} +{% set version = "1.5.0" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 9116d82be380c32fa465049d14b217c4c200ad11614f4c6674e6b524b2935206 + sha256: c5a9bda701498d44a3a5b1df646ab08691b482fca326c69e0b91c594b0788487 build: number: 0 From 8d3bcb82f26f25856e0ec0d833508e25a9c82eac Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Tue, 24 Dec 2019 02:49:37 +0000 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.5, and conda-forge-pinning 2019.12.18 --- .gitattributes | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 86ff937..ac943c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,7 @@ bld.bat text eol=crlf .gitattributes linguist-generated=true .gitignore linguist-generated=true .travis.yml linguist-generated=true +.scripts linguist-generated=true LICENSE.txt linguist-generated=true README.md linguist-generated=true azure-pipelines.yml linguist-generated=true diff --git a/README.md b/README.md index a0b6784..6e20758 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,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. From 67f8e146f08679bd90885e680fbb81905dba3e64 Mon Sep 17 00:00:00 2001 From: Siddharth Murching Date: Tue, 24 Dec 2019 17:31:04 -0800 Subject: [PATCH 3/4] Update meta.yaml --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3ca057b..9d07582 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -38,6 +38,7 @@ requirements: - numpy - pandas - pip + - prometheus-flask-exporter - protobuf >=3.6.0 - python-dateutil - pyyaml From abbb9f24315d343f60656e1991dc4f9157db6cbb Mon Sep 17 00:00:00 2001 From: Siddharth Murching Date: Tue, 24 Dec 2019 17:53:48 -0800 Subject: [PATCH 4/4] Update meta.yaml --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9d07582..3ca057b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -38,7 +38,6 @@ requirements: - numpy - pandas - pip - - prometheus-flask-exporter - protobuf >=3.6.0 - python-dateutil - pyyaml