Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
libgdal:
- '3.1'
numpy:
Expand All @@ -31,5 +31,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
libgdal:
- '3.1'
numpy:
Expand All @@ -31,5 +31,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
libgdal:
- '3.1'
numpy:
Expand All @@ -31,5 +31,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
libgdal:
- '3.1'
numpy:
Expand All @@ -31,5 +31,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
9 changes: 0 additions & 9 deletions .ci_support/migrations/gdal31.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '11'
libgdal:
- '3.1'
macos_machine:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.16python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '11'
libgdal:
- '3.1'
macos_machine:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '11'
libgdal:
- '3.1'
macos_machine:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '11'
libgdal:
- '3.1'
macos_machine:
Expand Down
12 changes: 8 additions & 4 deletions .scripts/run_docker_build.sh

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

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.1.8" %}
{% set version = "1.2.0" %}

package:
name: rasterio
version: {{ version }}

source:
url: https://github.com/mapbox/rasterio/archive/{{ version }}.tar.gz
sha256: e2562ddf77d591bc94b21b041b2b72b54648f541d79dc2dfbdfcb64c2d7b92e5
sha256: 7c28542869ecce11a1f89d11b63eb48e4f56dd43800897a01519f4728e286067

build:
number: 0
Expand Down Expand Up @@ -47,6 +47,7 @@ test:
- matplotlib-base
- packaging
- hypothesis
- shapely
files:
- test_data/test.tif
imports:
Expand Down