Skip to content

Commit

Permalink
devel/py-virtualenv: Update to 20.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nivit committed Aug 12, 2023
1 parent 20fdeb7 commit 6a9de25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion devel/py-virtualenv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= virtualenv
PORTVERSION= 20.24.2
PORTVERSION= 20.24.3
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down
6 changes: 3 additions & 3 deletions 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
6 changes: 3 additions & 3 deletions 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"
Expand All @@ -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"

0 comments on commit 6a9de25

Please sign in to comment.