Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: GrahamDumpleton/wrapt

wrapt 2.2.2

20 Jun 23:43
@github-actions github-actions

Choose a tag to compare

Full release notes: https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-2

Install from PyPi (recommended):

pip install wrapt==2.2.2

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.

Assets 93

wrapt 2.2.2rc3

16 Jun 04:37
@github-actions github-actions

Choose a tag to compare

wrapt 2.2.2rc3 Pre-release
Pre-release

Release candidate. Release notes for the upcoming
2.2.2 final (work in progress): https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-2

May be installable from PyPi:

pip install wrapt==2.2.2rc3

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.2rc3.tar.gz
cd wrapt-2.2.2rc3
pip install .

SHA256SUMS is attached for verification of the archives.

Loading

wrapt 2.2.2rc2

16 Jun 02:01
@github-actions github-actions

Choose a tag to compare

wrapt 2.2.2rc2 Pre-release
Pre-release

Release candidate. Release notes for the upcoming
2.2.2 final (work in progress): https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-2

May be installable from PyPi:

pip install wrapt==2.2.2rc2

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.2rc2.tar.gz
cd wrapt-2.2.2rc2
pip install .

SHA256SUMS is attached for verification of the archives.

Loading

wrapt 2.2.2rc1

15 Jun 10:41
@github-actions github-actions

Choose a tag to compare

wrapt 2.2.2rc1 Pre-release
Pre-release

Release candidate. Release notes for the upcoming
2.2.2 final (work in progress): https://wrapt.readthedocs.io/en/latest/changes.html#version-2-2-2

May be installable from PyPi:

pip install wrapt==2.2.2rc1

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.2rc1.tar.gz
cd wrapt-2.2.2rc1
pip install .

SHA256SUMS is attached for verification of the archives.

Loading

wrapt 2.2.1

22 May 14:44
@github-actions github-actions

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.

Loading
harkabeeparolus reacted with thumbs up emoji
1 person reacted

wrapt 2.2.1rc1

22 May 14:25
@github-actions github-actions

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.

Loading

wrapt 2.2.0

21 May 04:43
@github-actions github-actions

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.

Loading
harkabeeparolus reacted with thumbs up emoji
1 person reacted

wrapt 2.2.0rc12

21 May 03:21
@github-actions github-actions

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.

Loading

wrapt 2.2.0.dev1

21 May 00:54
@github-actions github-actions

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.

Loading

wrapt-2.1.2

06 Mar 02:53
@GrahamDumpleton GrahamDumpleton

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.

Loading
harkabeeparolus reacted with rocket emoji
1 person reacted
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /