From 0bb5c3700e94094dc8fb49c45fb6eb9d2813fcb9 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 2 Nov 2017 15:14:53 -0200 Subject: [PATCH 1/2] rerender --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c5b599..66d17c8 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ To manage the continuous integration and simplify feedstock maintenance Using the ``conda-forge.yml`` within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with ``conda smithy rerender``. +For more information please check the [conda-forge documentation](https://conda-forge.org/docs/). Terminology =========== @@ -100,4 +101,4 @@ In order to produce a uniquely identifiable distribution: the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string). * If the version of a package **is** being increased, please remember to return the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string) - back to 0. + back to 0. \ No newline at end of file From 5c6caf9c8f1674a1cb6cf79c1efd631205839c76 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 2 Nov 2017 15:15:14 -0200 Subject: [PATCH 2/2] pin geos to 3.6.2 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 13e5701..a9a003a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ source: - matplotlib2.patch build: - number: 4 + number: 5 requirements: build: @@ -25,7 +25,7 @@ requirements: - numpy 1.9.* # [win and py35] - numpy 1.11.* # [win and py36] - msinttypes # [win] - - geos 3.5.1 + - geos 3.6.2 - proj4 4.9.3 run: - python @@ -36,7 +36,7 @@ requirements: - pillow - owslib - proj4 4.9.3 - - geos 3.5.1 + - geos 3.6.2 - shapely - scipy - pyshp