From cd35f38d1cff6ee8d5cd22ea0c855439b99cb32a Mon Sep 17 00:00:00 2001 From: baztian Date: Mon, 25 May 2020 15:34:45 +0200 Subject: [PATCH] Fix maven central http(s) issues --- ci/jipconf_subst.py | 2 +- ci/mvnget.sh | 2 +- tox.ini | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ci/jipconf_subst.py b/ci/jipconf_subst.py index b3cf5ea..204476c 100644 --- a/ci/jipconf_subst.py +++ b/ci/jipconf_subst.py @@ -11,6 +11,6 @@ uri={0}/.m2/repository/ type=local [repos:central] -uri=http://repo1.maven.org/maven2/ +uri=https://repo1.maven.org/maven2/ type=remote """.format(dist), file=out) diff --git a/ci/mvnget.sh b/ci/mvnget.sh index dc0a30e..2620ad0 100755 --- a/ci/mvnget.sh +++ b/ci/mvnget.sh @@ -9,6 +9,6 @@ _PATH=${GROUP_ID/./\/}/$ARTIFACT_NAME _ARTIFACT_SPEC_BASENAME=${NON_GROUP_ID/:/-} VERSION=${ARTIFACT_SPEC##*:} echo "Downloading ${ARTIFACT_NAME} version ${VERSION} group id ${GROUP_ID}..." >&2 -wget http://search.maven.org/remotecontent?filepath=${_PATH}/$VERSION/${_ARTIFACT_SPEC_BASENAME}.jar -O ${_ARTIFACT_SPEC_BASENAME}.jar +wget https://search.maven.org/remotecontent?filepath=${_PATH}/$VERSION/${_ARTIFACT_SPEC_BASENAME}.jar -O ${_ARTIFACT_SPEC_BASENAME}.jar echo "...download of ${_ARTIFACT_SPEC_BASENAME}.jar finished." >&2 echo ${_ARTIFACT_SPEC_BASENAME}.jar diff --git a/tox.ini b/tox.ini index c6ccdd3..2f5cd7d 100644 --- a/tox.ini +++ b/tox.ini @@ -19,8 +19,10 @@ setenv = driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest deps = oldjpype: JPype1==0.6.3 - newjpype: JPype1==0.7 - jip==0.9.11 + newjpype: JPype1==0.7.4 + # https://github.com/jiptool/jip/issues/54 + #jip==0.9.14 + https://github.com/jiptool/jip/archive/0.9.14.tar.gz coverage commands = python --version