Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python module updates #3392

Merged
merged 13 commits into from
Nov 13, 2023
2 changes: 1 addition & 1 deletion build/python311/cffi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/coverage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/cryptography/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/meson/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build/python311/orjson/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
2 changes: 1 addition & 1 deletion build/python311/pip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions build/python311/pip/patches/protect-vendor-packages.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.
"""
Expand Down
2 changes: 1 addition & 1 deletion build/python311/pycodestyle/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/pyopenssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions build/python311/pyrsistent/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/rapidjson/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build/python311/setuptools-rust/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion build/python311/setuptools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/python311/typing-extensions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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+"

Expand Down
26 changes: 13 additions & 13 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,28 +127,28 @@
| 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/coverage-311 | 7.3.0 | https://pypi.org/project/coverage
| 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
| 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/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/
| 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.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/pyrsistent-311 | 0.19.3 | https://pypi.org/project/pyrsistent
| 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
| library/python-3/setuptools-311 | 68.2.2 | https://pypi.org/project/setuptools
| 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

Loading