devel/py-virtualenv: Update to 20.24.3

Release changes: https://github.com/pypa/virtualenv/releases/tag/20.24.3
This commit is contained in:
Nicola Vitale 2023-08-12 08:58:12 +02:00
parent 20fdeb7264
commit 6a9de254db
No known key found for this signature in database
GPG key ID: A51E190C4C0808D0
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= virtualenv
PORTVERSION= 20.24.2
PORTVERSION= 20.24.3
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1690271586
SHA256 (pypa-virtualenv-20.24.2_GH0.tar.gz) = 95aca30f054ceaffb8a4f5b908ef26eb07c1cc821e273f9031f6b5f9dacff4d9
SIZE (pypa-virtualenv-20.24.2_GH0.tar.gz) = 6386048
TIMESTAMP = 1691786242
SHA256 (pypa-virtualenv-20.24.3_GH0.tar.gz) = a59ae95f81fe237e5787be2f3868e9f1478415e5509aad5ebeb3887c9b5e01b5
SIZE (pypa-virtualenv-20.24.3_GH0.tar.gz) = 6386225

View file

@ -1,6 +1,6 @@
--- pyproject.toml.orig 2023-04-19 20:00:13 UTC
--- pyproject.toml.orig 2023-08-11 15:47:10 UTC
+++ pyproject.toml
@@ -96,6 +96,11 @@ pip = "virtualenv.seed.embed.pip_invoke:PipInvoke"
@@ -97,6 +97,11 @@ pip = "virtualenv.seed.embed.pip_invoke:PipInvoke"
[tool.hatch]
build.hooks.vcs.version-file = "src/virtualenv/version.py"
@ -9,6 +9,6 @@
+__version__ = {version!r}
+__version_tuple__ = {version_tuple!r}
+"""
build.targets.sdist.include = ["/src", "/tests", "/tox.ini"]
build.targets.sdist.include = ["/src", "/tests", "/tasks", "/tox.ini"]
version.source = "vcs"