Skip to content

Releases: GrahamDumpleton/wrapt

wrapt 2.2.1

22 May 14:44

Choose a tag to compare

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

22 May 14:25

Choose a tag to compare

wrapt 2.2.1rc1 Pre-release
Pre-release

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

21 May 04:43

Choose a tag to compare

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

21 May 03:21

Choose a tag to compare

wrapt 2.2.0rc12 Pre-release
Pre-release

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

21 May 00:54

Choose a tag to compare

wrapt 2.2.0.dev1 Pre-release
Pre-release

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

06 Mar 02:53

Choose a tag to compare

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

03 Feb 02:09

Choose a tag to compare

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

31 Jan 23:25

Choose a tag to compare

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

07 Nov 00:45

Choose a tag to compare

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

19 Oct 23:48

Choose a tag to compare

See the project page on the Python Package Index at https://pypi.org/project/wrapt/2.0.0/ for more information.