git: 6a9de254dbb1 - main - devel/py-virtualenv: Update to 20.24.3

From: Nicola Vitale <nivit_at_FreeBSD.org>
Date: Sat, 12 Aug 2023 06:59:06 UTC
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a9de254dbb1ce6790dff0e54352728d2a3e21cf

commit 6a9de254dbb1ce6790dff0e54352728d2a3e21cf
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2023-08-12 06:58:12 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2023-08-12 06:58:51 +0000

    devel/py-virtualenv: Update to 20.24.3
    
    Release changes: https://github.com/pypa/virtualenv/releases/tag/20.24.3
---
 devel/py-virtualenv/Makefile                   | 2 +-
 devel/py-virtualenv/distinfo                   | 6 +++---
 devel/py-virtualenv/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile
index f8bd8e02e5c6..1ce2bbc80525 100644
--- a/devel/py-virtualenv/Makefile
+++ b/devel/py-virtualenv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	virtualenv
-PORTVERSION=	20.24.2
+PORTVERSION=	20.24.3
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo
index 21c120bfe8ff..88cd5567db43 100644
--- a/devel/py-virtualenv/distinfo
+++ b/devel/py-virtualenv/distinfo
@@ -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
diff --git a/devel/py-virtualenv/files/patch-pyproject.toml b/devel/py-virtualenv/files/patch-pyproject.toml
index 545dd9af0cd7..57891c4813b6 100644
--- a/devel/py-virtualenv/files/patch-pyproject.toml
+++ b/devel/py-virtualenv/files/patch-pyproject.toml
@@ -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"