Skip to content

Commit

Permalink
REL: pyproj 3.1 PROJ 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed May 21, 2021
1 parent 6406060 commit aae17bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 30 deletions.
26 changes: 2 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ env:
global:
- REPO_DIR=pyproj
# Commit from your-project that you want to build
- BUILD_COMMIT=3.0.1
- BUILD_COMMIT=3.1rc0
- BUILD_DEPENDS="Cython" # pip dependencies to _build_ your project
# pip dependencies to _test_ your project. Include any dependencies
# that you need, that are also specified in BUILD_DEPENDS, this will be
# a separate install.
- TEST_DEPENDS="Cython mock pytest numpy pandas xarray"
- TEST_DEPENDS="Cython pytest numpy pandas xarray"
- PLAT=x86_64
- UNICODE_WIDTH=32
- MB_ML_VER=2010
- DOCKER_IMAGE=quay.io/pypa/manylinux${MB_ML_VER}_${PLAT}:2021-02-28-1f32361
- TWINE_USERNAME=__token__
# TWINE_PASSWORD is secure env var
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
Expand All @@ -27,9 +26,6 @@ dist: xenial
services: docker
matrix:
include:
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- os: linux
env:
- MB_PYTHON_VERSION=3.7
Expand All @@ -39,10 +35,6 @@ matrix:
- os: linux
env:
- MB_PYTHON_VERSION=3.9
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=3.7
Expand All @@ -55,16 +47,6 @@ matrix:
env:
- MB_PYTHON_VERSION=3.9
- PLAT=i686
- os: linux
arch: arm64-graviton2
dist: focal
virt: vm
group: edge
env:
- MB_PYTHON_VERSION=3.6
- PLAT=aarch64
- DOCKER_IMAGE=quay.io/pypa/manylinux2014_${PLAT}
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
- os: linux
arch: arm64-graviton2
dist: focal
Expand Down Expand Up @@ -95,10 +77,6 @@ matrix:
- PLAT=aarch64
- DOCKER_IMAGE=quay.io/pypa/manylinux2014_${PLAT}
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.6
- os: osx
language: generic
env:
Expand Down
12 changes: 6 additions & 6 deletions config.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Define custom utilities
# Test for macOS with [ -n "$IS_OSX" ]
SQLITE_VERSION=3320300
LIBTIFF_VERSION=4.1.0
CURL_VERSION=7.71.1
NGHTTP2_VERSION=1.35.1
SQLITE_VERSION=3350500
LIBTIFF_VERSION=4.3.0
CURL_VERSION=7.76.1
NGHTTP2_VERSION=1.43.0

export PROJ_WHEEL=true
export PROJ_VERSION=7.2.1
export PROJ_VERSION=8.0.1

function build_nghttp2 {
if [ -e nghttp2-stamp ]; then return; fi
Expand Down Expand Up @@ -51,7 +51,7 @@ function build_sqlite {
# brew install sqlite3
# sqlite3 --version
# else
build_simple sqlite-autoconf $SQLITE_VERSION https://www.sqlite.org/2020
build_simple sqlite-autoconf $SQLITE_VERSION https://www.sqlite.org/2021
# fi
touch sqlite-stamp
}
Expand Down

0 comments on commit aae17bc

Please sign in to comment.