From 6b54bae781b975ca7df3d5efc2b9965244df2157 Mon Sep 17 00:00:00 2001 From: Alan Snow Date: Thu, 8 Sep 2022 20:36:49 -0500 Subject: [PATCH 1/2] pyproj 3.4 | PROJ 9.1 | Python 3.11 --- .travis.yml | 12 +++++++++++- config.sh | 2 +- multibuild | 2 +- pyproj | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26fa61c..115a23c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: global: - REPO_DIR=pyproj # Commit from your-project that you want to build - - BUILD_COMMIT=3.3.1 + - BUILD_COMMIT=3.4.0rc2 - 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 @@ -55,6 +55,16 @@ matrix: - PLAT=aarch64 - MB_ML_VER=2014 - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT} + - os: linux + arch: arm64-graviton2 + dist: focal + virt: vm + group: edge + env: + - MB_PYTHON_VERSION=3.11 + - PLAT=aarch64 + - MB_ML_VER=2014 + - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT} before_install: - git config --global advice.detachedHead false - source multibuild/common_utils.sh diff --git a/config.sh b/config.sh index f1595ab..3701603 100644 --- a/config.sh +++ b/config.sh @@ -6,7 +6,7 @@ CURL_VERSION=7.76.1 NGHTTP2_VERSION=1.43.0 export PROJ_WHEEL=true -export PROJ_VERSION=8.2.0 +export PROJ_VERSION=9.1.0 function install_curl_certs { diff --git a/multibuild b/multibuild index b89bb90..6836217 160000 --- a/multibuild +++ b/multibuild @@ -1 +1 @@ -Subproject commit b89bb903e94308be79abefa4f436bf123ebb1313 +Subproject commit 683621723630eb98d0e88e4eae6233afab77d8dc diff --git a/pyproj b/pyproj index acaee8e..f6c12a3 160000 --- a/pyproj +++ b/pyproj @@ -1 +1 @@ -Subproject commit acaee8e06f05525cfc3ad43b20c87488304367b2 +Subproject commit f6c12a347597ae3895158bd6d30ee72b763d3005 From 0053321317825c53fc5ba576dadd14f8ad8630c4 Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Fri, 9 Sep 2022 20:19:59 -0500 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 115a23c..83426c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: global: - REPO_DIR=pyproj # Commit from your-project that you want to build - - BUILD_COMMIT=3.4.0rc2 + - BUILD_COMMIT=3.4.0 - 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