Skip to content

Commit

Permalink
Merge pull request pypa#1341 from pypa/update-dependencies-pr
Browse files Browse the repository at this point in the history
[Bot] Update dependencies
  • Loading branch information
mayeut authored Jul 9, 2022
2 parents 9a2ca4b + 97c4ab0 commit cea00bc
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3390000 && \
manylinux-entrypoint /build_scripts/build-sqlite3.sh

COPY build_scripts/build-openssl.sh /build_scripts/
RUN export OPENSSL_ROOT=openssl-1.1.1p && \
export OPENSSL_HASH=bf61b62aaa66c7c7639942a94de4c9ae8280c08f17d4eac2e44644d9fc8ace6f && \
RUN export OPENSSL_ROOT=openssl-1.1.1q && \
export OPENSSL_HASH=d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca && \
export OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source && \
manylinux-entrypoint /build_scripts/build-openssl.sh

Expand Down
4 changes: 2 additions & 2 deletions docker/build_scripts/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ function pyver_dist_dir {
echo $1 | awk -F "." '{printf "%d.%d.%d", $1, $2, $3}'
}

if [ "${AUDITWHEEL_POLICY}" == "manylinux2010" ] && [ "${CPYTHON_VERSION}" == "3.11.0b1" ]; then
echo "skip CPython 3.11.0b1 on manylinux2010"
if [ "${AUDITWHEEL_POLICY}" == "manylinux2010" ] && [ "${CPYTHON_VERSION:0:4}" == "3.11" ]; then
echo "skip CPython 3.11 on manylinux2010"
mkdir /opt/_internal
exit 0
fi
Expand Down
6 changes: 3 additions & 3 deletions docker/build_scripts/requirements3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip==22.1.2 \
--hash=sha256:6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 \
--hash=sha256:a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17
# via -r requirements.in
setuptools==62.6.0 \
--hash=sha256:990a4f7861b31532871ab72331e755b5f14efbe52d336ea7f6118144dd478741 \
--hash=sha256:c1848f654aea2e3526d17fc3ce6aeaa5e7e24e66e645b5be2171f3f6b4e5a178
setuptools==63.1.0 \
--hash=sha256:16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 \
--hash=sha256:db3b8e2f922b2a910a29804776c643ea609badb6a32c4bcc226fd4fd902cce65
# via -r requirements.in
6 changes: 3 additions & 3 deletions docker/build_scripts/requirements3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip==22.1.2 \
--hash=sha256:6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 \
--hash=sha256:a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17
# via -r requirements.in
setuptools==62.6.0 \
--hash=sha256:990a4f7861b31532871ab72331e755b5f14efbe52d336ea7f6118144dd478741 \
--hash=sha256:c1848f654aea2e3526d17fc3ce6aeaa5e7e24e66e645b5be2171f3f6b4e5a178
setuptools==63.1.0 \
--hash=sha256:16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 \
--hash=sha256:db3b8e2f922b2a910a29804776c643ea609badb6a32c4bcc226fd4fd902cce65
# via -r requirements.in
12 changes: 6 additions & 6 deletions docker/build_scripts/requirements3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ tomli==2.0.1 \
# via
# build
# pep517
typing-extensions==4.2.0 \
--hash=sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708 \
--hash=sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376
typing-extensions==4.3.0 \
--hash=sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02 \
--hash=sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6
# via importlib-metadata
wheel==0.37.1 \
--hash=sha256:4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a \
Expand All @@ -52,7 +52,7 @@ pip==22.1.2 \
--hash=sha256:6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 \
--hash=sha256:a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17
# via -r requirements.in
setuptools==62.6.0 \
--hash=sha256:990a4f7861b31532871ab72331e755b5f14efbe52d336ea7f6118144dd478741 \
--hash=sha256:c1848f654aea2e3526d17fc3ce6aeaa5e7e24e66e645b5be2171f3f6b4e5a178
setuptools==63.1.0 \
--hash=sha256:16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 \
--hash=sha256:db3b8e2f922b2a910a29804776c643ea609badb6a32c4bcc226fd4fd902cce65
# via -r requirements.in
6 changes: 3 additions & 3 deletions docker/build_scripts/requirements3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip==22.1.2 \
--hash=sha256:6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 \
--hash=sha256:a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17
# via -r requirements.in
setuptools==62.6.0 \
--hash=sha256:990a4f7861b31532871ab72331e755b5f14efbe52d336ea7f6118144dd478741 \
--hash=sha256:c1848f654aea2e3526d17fc3ce6aeaa5e7e24e66e645b5be2171f3f6b4e5a178
setuptools==63.1.0 \
--hash=sha256:16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 \
--hash=sha256:db3b8e2f922b2a910a29804776c643ea609badb6a32c4bcc226fd4fd902cce65
# via -r requirements.in
6 changes: 3 additions & 3 deletions docker/build_scripts/requirements3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip==22.1.2 \
--hash=sha256:6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 \
--hash=sha256:a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17
# via -r requirements.in
setuptools==62.6.0 \
--hash=sha256:990a4f7861b31532871ab72331e755b5f14efbe52d336ea7f6118144dd478741 \
--hash=sha256:c1848f654aea2e3526d17fc3ce6aeaa5e7e24e66e645b5be2171f3f6b4e5a178
setuptools==63.1.0 \
--hash=sha256:16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793 \
--hash=sha256:db3b8e2f922b2a910a29804776c643ea609badb6a32c4bcc226fd4fd902cce65
# via -r requirements.in
3 changes: 2 additions & 1 deletion update_native_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def _update_with_root(tool, dry_run):
"openssl": "openssl/openssl",
}
major = {
"openssl": "1.1"
"openssl": "1.1",
"git": "2.36",
}
dockerfile = Path(__file__).parent / "docker" / "Dockerfile"
lines = dockerfile.read_text().splitlines()
Expand Down

0 comments on commit cea00bc

Please sign in to comment.