Releases: GrahamDumpleton/wrapt
wrapt 2.2.1
Full release notes: https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-1
Install from PyPi (recommended):
pip install wrapt==2.2.1
PyPi uploads follow each GitHub release; if pip reports the
version is unavailable, the matching PyPi upload may not have
happened yet.
Pre-built wheels are provided for a range of Python versions
and platforms (Linux x86_64/aarch64/riscv64, macOS x86_64 and
arm64, Windows x86_64 and arm64, plus PyPy and free-threaded
builds). The source distribution is also attached together
with SHA256SUMS for verification.
wrapt 2.2.1rc1
Release candidate. Release notes for the upcoming
2.2.1 final (work in progress): https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-1
May be installable from PyPi:
pip install wrapt==2.2.1rc1
If pip reports the version is unavailable, this candidate
either has not been uploaded yet or is not being published to
PyPi. Use the attached wheels or build from the source
distribution instead:
tar xf wrapt-2.2.1rc1.tar.gz
cd wrapt-2.2.1rc1
pip install .
SHA256SUMS is attached for verification of the archives.
wrapt 2.2.0
Full release notes: https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-0
Install from PyPi (recommended):
pip install wrapt==2.2.0
PyPi uploads follow each GitHub release; if pip reports the
version is unavailable, the matching PyPi upload may not have
happened yet.
Pre-built wheels are provided for a range of Python versions
and platforms (Linux x86_64/aarch64/riscv64, macOS x86_64 and
arm64, Windows x86_64 and arm64, plus PyPy and free-threaded
builds). The source distribution is also attached together
with SHA256SUMS for verification.
wrapt 2.2.0rc12
Release candidate. Release notes for the upcoming
2.2.0 final (work in progress): https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-0
May be installable from PyPi:
pip install wrapt==2.2.0rc12
If pip reports the version is unavailable, this candidate
either has not been uploaded yet or is not being published to
PyPi. Use the attached wheels or build from the source
distribution instead:
tar xf wrapt-2.2.0rc12.tar.gz
cd wrapt-2.2.0rc12
pip install .
SHA256SUMS is attached for verification of the archives.
wrapt 2.2.0.dev1
Development snapshot. Not normally published to PyPi
(occasionally uploaded to exercise the release pipeline).
Release notes for the upcoming 2.2.0 final (work in
progress): https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-0
Platform wheels and the source distribution are attached. To
test against your Python install, either grab a matching wheel
or build from the source distribution:
pip install wrapt-2.2.0.dev1-<python>-<abi>-<platform>.whl
or
tar xf wrapt-2.2.0.dev1.tar.gz
cd wrapt-2.2.0.dev1
pip install .
SHA256SUMS is attached for verification of the archives.
wrapt-2.1.2
See the project page on the Python Package Index at https://pypi.org/project/wrapt/2.1.2/ for more information.
wrapt-2.1.1
See the project page on the Python Package Index at https://pypi.org/project/wrapt/2.1.1/ for more information.
wrapt-2.1.0
See the project page on the Python Package Index at https://pypi.org/project/wrapt/2.1.0/ for more information.
wrapt-2.0.1
See the project page on the Python Package Index at https://pypi.org/project/wrapt/2.0.1/ for more information.
wrapt-2.0.0
See the project page on the Python Package Index at https://pypi.org/project/wrapt/2.0.0/ for more information.