From bc027b3df067d653fcd675f4f37ff89a88eb4ae3 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:07 +0000 Subject: [PATCH 01/13] cffi - update from 1.15.1 to 1.16.0 --- build/python311/cffi/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/cffi/build.sh b/build/python311/cffi/build.sh index 6c7071bb9e..2765b8a1d6 100755 --- a/build/python311/cffi/build.sh +++ b/build/python311/cffi/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/cffi-311 PROG=cffi -VER=1.15.1 +VER=1.16.0 SUMMARY="cffi" DESC="Foreign Function Interface for Python calling C code" diff --git a/doc/packages.md b/doc/packages.md index 9e2f2f09fb..fd0cbe7db2 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -127,7 +127,7 @@ | library/security/trousers | 0.3.15 | https://sourceforge.net/projects/trousers/files/trousers | library/python-3/asn1crypto-311 | 1.5.1 | https://pypi.org/project/asn1crypto | library/python-3/attrs-311 | 23.1.0 | https://pypi.org/project/attrs -| library/python-3/cffi-311 | 1.15.1 | https://pypi.org/project/cffi +| library/python-3/cffi-311 | 1.16.0 | https://pypi.org/project/cffi | library/python-3/coverage-311 | 7.3.0 | https://pypi.org/project/coverage | library/python-3/crossenv-311 | 1.4.0 | https://pypi.org/project/crossenv | library/python-3/cryptography-311 | 41.0.3 | https://pypi.org/project/cryptography From 5491b543a6c6790ef4cea6e2cd4d6391f76e45a8 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:08 +0000 Subject: [PATCH 02/13] coverage - update from 7.3.0 to 7.3.2 --- build/python311/coverage/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/coverage/build.sh b/build/python311/coverage/build.sh index 5076bdba95..e4e51d6f89 100755 --- a/build/python311/coverage/build.sh +++ b/build/python311/coverage/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/coverage-311 PROG=coverage -VER=7.3.0 +VER=7.3.2 SUMMARY="Python coverage module" DESC="Code coverage testing for Python" diff --git a/doc/packages.md b/doc/packages.md index fd0cbe7db2..fabbfe8aea 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -128,7 +128,7 @@ | library/python-3/asn1crypto-311 | 1.5.1 | https://pypi.org/project/asn1crypto | library/python-3/attrs-311 | 23.1.0 | https://pypi.org/project/attrs | library/python-3/cffi-311 | 1.16.0 | https://pypi.org/project/cffi -| library/python-3/coverage-311 | 7.3.0 | https://pypi.org/project/coverage +| library/python-3/coverage-311 | 7.3.2 | https://pypi.org/project/coverage | library/python-3/crossenv-311 | 1.4.0 | https://pypi.org/project/crossenv | library/python-3/cryptography-311 | 41.0.3 | https://pypi.org/project/cryptography | library/python-3/idna-311 | 3.4 | https://pypi.org/project/idna From 0a0df27a018716d40290f0e02349c34695088a8c Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:10 +0000 Subject: [PATCH 03/13] cryptography - update from 41.0.3 to 41.0.5 --- build/python311/cryptography/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/cryptography/build.sh b/build/python311/cryptography/build.sh index 3a5390c131..3a6fa5b7da 100755 --- a/build/python311/cryptography/build.sh +++ b/build/python311/cryptography/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/cryptography-311 PROG=cryptography -VER=41.0.3 +VER=41.0.5 SUMMARY="Cryptographic recipes and primitives" DESC="$SUMMARY" diff --git a/doc/packages.md b/doc/packages.md index fabbfe8aea..6afe7ca574 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -130,7 +130,7 @@ | library/python-3/cffi-311 | 1.16.0 | https://pypi.org/project/cffi | library/python-3/coverage-311 | 7.3.2 | https://pypi.org/project/coverage | library/python-3/crossenv-311 | 1.4.0 | https://pypi.org/project/crossenv -| library/python-3/cryptography-311 | 41.0.3 | https://pypi.org/project/cryptography +| library/python-3/cryptography-311 | 41.0.5 | https://pypi.org/project/cryptography | library/python-3/idna-311 | 3.4 | https://pypi.org/project/idna | library/python-3/js-regex-311 | 1.0.1 | https://pypi.org/project/js-regex | library/python-3/jsonrpclib-311 | 0.4.3.2 | https://github.com/tcalmant/jsonrpclib/releases From 7d0415f32d848ad88e020e3c5ba468d13b52c254 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:14 +0000 Subject: [PATCH 04/13] meson - update from 1.2.1 to 1.2.3 --- build/python311/meson/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/meson/build.sh b/build/python311/meson/build.sh index 55581d56d4..98f2d20626 100755 --- a/build/python311/meson/build.sh +++ b/build/python311/meson/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/meson-311 PROG=meson -VER=1.2.1 +VER=1.2.3 SUMMARY="The Meson Build system" DESC="An open source build system meant to be both extremely fast, " DESC+="and, even more importantly, as user friendly as possible" diff --git a/doc/packages.md b/doc/packages.md index 6afe7ca574..266db80fd7 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -135,7 +135,7 @@ | library/python-3/js-regex-311 | 1.0.1 | https://pypi.org/project/js-regex | library/python-3/jsonrpclib-311 | 0.4.3.2 | https://github.com/tcalmant/jsonrpclib/releases | library/python-3/jsonschema-311 | 4.17.3 | https://pypi.org/project/jsonschema -| library/python-3/meson-311 | 1.2.1 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ +| library/python-3/meson-311 | 1.2.3 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ | library/python-3/orjson-311 | 3.9.5 | https://github.com/ijl/orjson/releases | library/python-3/pip-311 | 23.2.1 | https://pypi.org/project/pip | library/python-3/pycodestyle-311 | 2.11.0 | https://pypi.org/project/pycodestyle/ From b1482ed8073e8c69a159b5254b4dc8cf6527dfdb Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:15 +0000 Subject: [PATCH 05/13] orjson - update from 3.9.5 to 3.9.10 --- build/python311/orjson/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/orjson/build.sh b/build/python311/orjson/build.sh index 2360db24fe..1126c8d2c5 100755 --- a/build/python311/orjson/build.sh +++ b/build/python311/orjson/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/orjson-311 PROG=orjson -VER=3.9.5 +VER=3.9.10 SUMMARY="orjson" DESC="A fast, correct JSON library for Python." diff --git a/doc/packages.md b/doc/packages.md index 266db80fd7..acd3e4773d 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -136,7 +136,7 @@ | library/python-3/jsonrpclib-311 | 0.4.3.2 | https://github.com/tcalmant/jsonrpclib/releases | library/python-3/jsonschema-311 | 4.17.3 | https://pypi.org/project/jsonschema | library/python-3/meson-311 | 1.2.3 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ -| library/python-3/orjson-311 | 3.9.5 | https://github.com/ijl/orjson/releases +| library/python-3/orjson-311 | 3.9.10 | https://github.com/ijl/orjson/releases | library/python-3/pip-311 | 23.2.1 | https://pypi.org/project/pip | library/python-3/pycodestyle-311 | 2.11.0 | https://pypi.org/project/pycodestyle/ | library/python-3/pycparser-311 | 2.21 | https://pypi.org/project/pycparser From 15e28a5b4afff5163e78aefd9ac2beddab03f3f2 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:16 +0000 Subject: [PATCH 06/13] pip - update from 23.2.1 to 23.3.1 --- build/python311/pip/build.sh | 2 +- build/python311/pip/patches/protect-vendor-packages.patch | 4 ++-- doc/packages.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/python311/pip/build.sh b/build/python311/pip/build.sh index 1155c69b04..3f14251dd6 100755 --- a/build/python311/pip/build.sh +++ b/build/python311/pip/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/pip-311 PROG=pip -VER=23.2.1 +VER=23.3.1 SUMMARY="Tool for installing Python packages" DESC="$PROG is the standard package installer for Python" diff --git a/build/python311/pip/patches/protect-vendor-packages.patch b/build/python311/pip/patches/protect-vendor-packages.patch index 1916ba3da0..07b36e82ad 100644 --- a/build/python311/pip/patches/protect-vendor-packages.patch +++ b/build/python311/pip/patches/protect-vendor-packages.patch @@ -31,7 +31,7 @@ python_vendor_relocate() in lib/functions.sh for more details. diff -wpruN --no-dereference '--exclude=*.orig' a~/src/pip/_internal/cli/cmdoptions.py a/src/pip/_internal/cli/cmdoptions.py --- a~/src/pip/_internal/cli/cmdoptions.py 1970-01-01 00:00:00 +++ a/src/pip/_internal/cli/cmdoptions.py 1970-01-01 00:00:00 -@@ -892,7 +892,7 @@ disable_pip_version_check: Callable[..., +@@ -895,7 +895,7 @@ disable_pip_version_check: Callable[..., "--disable-pip-version-check", dest="disable_pip_version_check", action="store_true", @@ -74,7 +74,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/src/pip/_internal/req/req_uni diff -wpruN --no-dereference '--exclude=*.orig' a~/src/pip/_internal/self_outdated_check.py a/src/pip/_internal/self_outdated_check.py --- a~/src/pip/_internal/self_outdated_check.py 1970-01-01 00:00:00 +++ a/src/pip/_internal/self_outdated_check.py 1970-01-01 00:00:00 -@@ -222,6 +222,7 @@ def pip_self_version_check(session: PipS +@@ -228,6 +228,7 @@ def pip_self_version_check(session: PipS the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix of the pip script path. """ diff --git a/doc/packages.md b/doc/packages.md index acd3e4773d..149668cbca 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -137,7 +137,7 @@ | library/python-3/jsonschema-311 | 4.17.3 | https://pypi.org/project/jsonschema | library/python-3/meson-311 | 1.2.3 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ | library/python-3/orjson-311 | 3.9.10 | https://github.com/ijl/orjson/releases -| library/python-3/pip-311 | 23.2.1 | https://pypi.org/project/pip +| library/python-3/pip-311 | 23.3.1 | https://pypi.org/project/pip | library/python-3/pycodestyle-311 | 2.11.0 | https://pypi.org/project/pycodestyle/ | library/python-3/pycparser-311 | 2.21 | https://pypi.org/project/pycparser | library/python-3/pycurl-311 | 7.44.1 | https://pypi.org/project/pycurl From 09cd56f180c5a071bf812576523d99e4f1ea7830 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:16 +0000 Subject: [PATCH 07/13] pycodestyle - update from 2.11.0 to 2.11.1 --- build/python311/pycodestyle/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/pycodestyle/build.sh b/build/python311/pycodestyle/build.sh index 59357666a2..92ea9a96bd 100755 --- a/build/python311/pycodestyle/build.sh +++ b/build/python311/pycodestyle/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/pycodestyle-311 PROG=pycodestyle -VER=2.11.0 +VER=2.11.1 SUMMARY="$PROG - Python style guide checker" DESC="$SUMMARY" diff --git a/doc/packages.md b/doc/packages.md index 149668cbca..b54f72b742 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -138,7 +138,7 @@ | library/python-3/meson-311 | 1.2.3 | https://github.com/mesonbuild/meson/releases https://mesonbuild.com/ | library/python-3/orjson-311 | 3.9.10 | https://github.com/ijl/orjson/releases | library/python-3/pip-311 | 23.3.1 | https://pypi.org/project/pip -| library/python-3/pycodestyle-311 | 2.11.0 | https://pypi.org/project/pycodestyle/ +| library/python-3/pycodestyle-311 | 2.11.1 | https://pypi.org/project/pycodestyle/ | library/python-3/pycparser-311 | 2.21 | https://pypi.org/project/pycparser | library/python-3/pycurl-311 | 7.44.1 | https://pypi.org/project/pycurl | library/python-3/pyopenssl-311 | 23.2.0 | https://pypi.org/project/pyOpenSSL From e1a60d0c4a172cba15769d471fd7fc91fb798681 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:18 +0000 Subject: [PATCH 08/13] pyopenssl - update from 23.2.0 to 23.3.0 --- build/python311/pyopenssl/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/pyopenssl/build.sh b/build/python311/pyopenssl/build.sh index 3c2347bdb7..14234af791 100755 --- a/build/python311/pyopenssl/build.sh +++ b/build/python311/pyopenssl/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/pyopenssl-311 PROG=pyOpenSSL -VER=23.2.0 +VER=23.3.0 SUMMARY="pyOpenSSL - Python interface to the OpenSSL library" DESC="$SUMMARY" diff --git a/doc/packages.md b/doc/packages.md index b54f72b742..b1dd654dfa 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -141,7 +141,7 @@ | library/python-3/pycodestyle-311 | 2.11.1 | https://pypi.org/project/pycodestyle/ | library/python-3/pycparser-311 | 2.21 | https://pypi.org/project/pycparser | library/python-3/pycurl-311 | 7.44.1 | https://pypi.org/project/pycurl -| library/python-3/pyopenssl-311 | 23.2.0 | https://pypi.org/project/pyOpenSSL +| library/python-3/pyopenssl-311 | 23.3.0 | https://pypi.org/project/pyOpenSSL | library/python-3/pyrsistent-311 | 0.19.3 | https://pypi.org/project/pyrsistent | library/python-3/pyyaml-311 | 6.0.1 | https://pypi.org/project/PyYAML | library/python-3/rapidjson-311 | 1.11 | https://pypi.org/project/python-rapidjson From 7c8bce198fbf5d6c37202ec0936fef2a069d81bf Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:19 +0000 Subject: [PATCH 09/13] pyrsistent - update from 0.19.3 to 0.20.0 --- build/python311/pyrsistent/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/python311/pyrsistent/build.sh b/build/python311/pyrsistent/build.sh index 02e365ea4b..463b2016f9 100755 --- a/build/python311/pyrsistent/build.sh +++ b/build/python311/pyrsistent/build.sh @@ -12,13 +12,13 @@ # http://www.illumos.org/license/CDDL. # }}} # -# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. . ../../../lib/build.sh PKG=library/python-3/pyrsistent-311 PROG=pyrsistent -VER=0.19.3 +VER=0.20.0 SUMMARY="Python pyrsistent" DESC="Persistent/Functional/Immutable data structures" diff --git a/doc/packages.md b/doc/packages.md index b1dd654dfa..7f16e15b15 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -142,7 +142,7 @@ | library/python-3/pycparser-311 | 2.21 | https://pypi.org/project/pycparser | library/python-3/pycurl-311 | 7.44.1 | https://pypi.org/project/pycurl | library/python-3/pyopenssl-311 | 23.3.0 | https://pypi.org/project/pyOpenSSL -| library/python-3/pyrsistent-311 | 0.19.3 | https://pypi.org/project/pyrsistent +| library/python-3/pyrsistent-311 | 0.20.0 | https://pypi.org/project/pyrsistent | library/python-3/pyyaml-311 | 6.0.1 | https://pypi.org/project/PyYAML | library/python-3/rapidjson-311 | 1.11 | https://pypi.org/project/python-rapidjson | library/python-3/semantic-version-311 | 2.10.0 | https://pypi.org/project/semantic-version From 001a81154b5876fd5c255bcb33f7dcca3dba3b36 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:20 +0000 Subject: [PATCH 10/13] rapidjson - update from 1.11 to 1.13 --- build/python311/rapidjson/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/rapidjson/build.sh b/build/python311/rapidjson/build.sh index 87bb8dfc65..c863fe9ac6 100755 --- a/build/python311/rapidjson/build.sh +++ b/build/python311/rapidjson/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/rapidjson-311 PROG=rapidjson -VER=1.11 +VER=1.13 SUMMARY="rapidjson - Python interface to RapidJSON" DESC="RapidJSON is an extremely fast C++ JSON parser and serialization library" DESC+="; this module wraps it into a Python 3 extension" diff --git a/doc/packages.md b/doc/packages.md index 7f16e15b15..1060b82b12 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -144,7 +144,7 @@ | library/python-3/pyopenssl-311 | 23.3.0 | https://pypi.org/project/pyOpenSSL | library/python-3/pyrsistent-311 | 0.20.0 | https://pypi.org/project/pyrsistent | library/python-3/pyyaml-311 | 6.0.1 | https://pypi.org/project/PyYAML -| library/python-3/rapidjson-311 | 1.11 | https://pypi.org/project/python-rapidjson +| library/python-3/rapidjson-311 | 1.13 | https://pypi.org/project/python-rapidjson | library/python-3/semantic-version-311 | 2.10.0 | https://pypi.org/project/semantic-version | library/python-3/setuptools-311 | 68.1.2 | https://pypi.org/project/setuptools | library/python-3/setuptools-rust-311 | 1.7.0 | https://pypi.org/project/setuptools-rust From 00a5ec9672bcac504bace847ce9a899ef79a63d0 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:21 +0000 Subject: [PATCH 11/13] setuptools - update from 68.1.2 to 68.2.2 --- build/python311/setuptools/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/setuptools/build.sh b/build/python311/setuptools/build.sh index 7cdb1cc3df..f5b0e7aada 100755 --- a/build/python311/setuptools/build.sh +++ b/build/python311/setuptools/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/setuptools-311 PROG=setuptools -VER=68.1.2 +VER=68.2.2 SUMMARY="Python package management" DESC="Easily download, build, install, upgrade, and uninstall Python packages" diff --git a/doc/packages.md b/doc/packages.md index 1060b82b12..403075785d 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -146,7 +146,7 @@ | library/python-3/pyyaml-311 | 6.0.1 | https://pypi.org/project/PyYAML | library/python-3/rapidjson-311 | 1.13 | https://pypi.org/project/python-rapidjson | library/python-3/semantic-version-311 | 2.10.0 | https://pypi.org/project/semantic-version -| library/python-3/setuptools-311 | 68.1.2 | https://pypi.org/project/setuptools +| library/python-3/setuptools-311 | 68.2.2 | https://pypi.org/project/setuptools | library/python-3/setuptools-rust-311 | 1.7.0 | https://pypi.org/project/setuptools-rust | library/python-3/six-311 | 1.16.0 | https://pypi.org/project/six | library/python-3/tomli-311 | 2.0.1 | https://pypi.org/project/tomli From 2df1ded8bc58eb7395025074c91384d65acf054c Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:21 +0000 Subject: [PATCH 12/13] setuptools-rust - update from 1.7.0 to 1.8.1 --- build/python311/setuptools-rust/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/setuptools-rust/build.sh b/build/python311/setuptools-rust/build.sh index 915c39e1da..8885c39800 100755 --- a/build/python311/setuptools-rust/build.sh +++ b/build/python311/setuptools-rust/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/setuptools-rust-311 PROG=setuptools-rust -VER=1.7.0 +VER=1.8.1 SUMMARY="Python setuptools rust extension plugin" DESC="Compile and distribute Python extensions written in rust as easily " DESC+="as if they were written in C." diff --git a/doc/packages.md b/doc/packages.md index 403075785d..bc2829e98c 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -147,7 +147,7 @@ | library/python-3/rapidjson-311 | 1.13 | https://pypi.org/project/python-rapidjson | library/python-3/semantic-version-311 | 2.10.0 | https://pypi.org/project/semantic-version | library/python-3/setuptools-311 | 68.2.2 | https://pypi.org/project/setuptools -| library/python-3/setuptools-rust-311 | 1.7.0 | https://pypi.org/project/setuptools-rust +| library/python-3/setuptools-rust-311 | 1.8.1 | https://pypi.org/project/setuptools-rust | library/python-3/six-311 | 1.16.0 | https://pypi.org/project/six | library/python-3/tomli-311 | 2.0.1 | https://pypi.org/project/tomli | library/python-3/typing-extensions-311| 4.7.1 | https://pypi.org/project/typing-extensions From cac16f5529b4faa76108321bc7c6f5f3082ba1f3 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 10 Nov 2023 13:23:23 +0000 Subject: [PATCH 13/13] typing-extensions - update from 4.7.1 to 4.8.0 --- build/python311/typing-extensions/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/python311/typing-extensions/build.sh b/build/python311/typing-extensions/build.sh index 2a1625afaa..4ed2fe5395 100755 --- a/build/python311/typing-extensions/build.sh +++ b/build/python311/typing-extensions/build.sh @@ -18,7 +18,7 @@ PKG=library/python-3/typing-extensions-311 PROG=typing-extensions -VER=4.7.1 +VER=4.8.0 SUMMARY="Python typing extensions" DESC="Backported and Experimental Type Hints for Python 3.6+" diff --git a/doc/packages.md b/doc/packages.md index bc2829e98c..86ae7c149f 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -150,5 +150,5 @@ | library/python-3/setuptools-rust-311 | 1.8.1 | https://pypi.org/project/setuptools-rust | library/python-3/six-311 | 1.16.0 | https://pypi.org/project/six | library/python-3/tomli-311 | 2.0.1 | https://pypi.org/project/tomli -| library/python-3/typing-extensions-311| 4.7.1 | https://pypi.org/project/typing-extensions +| library/python-3/typing-extensions-311| 4.8.0 | https://pypi.org/project/typing-extensions