git: 452dc338f6bd - main - devel/py-pip-audit: Update to 2.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 09:09:20 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=452dc338f6bd69cc86e926b870ba7d186274bcea
commit 452dc338f6bd69cc86e926b870ba7d186274bcea
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-25 09:00:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-25 09:00:20 +0000
devel/py-pip-audit: Update to 2.6.2
- Add GitHub to MASTER_SITES
Changes: https://github.com/pypa/pip-audit/releases
https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md
---
devel/py-pip-audit/Makefile | 6 +++---
devel/py-pip-audit/distinfo | 6 +++---
devel/py-pip-audit/files/patch-pyproject.toml | 13 -------------
3 files changed, 6 insertions(+), 19 deletions(-)
diff --git a/devel/py-pip-audit/Makefile b/devel/py-pip-audit/Makefile
index 45829c6035a7..19733efe4ffc 100644
--- a/devel/py-pip-audit/Makefile
+++ b/devel/py-pip-audit/Makefile
@@ -1,8 +1,8 @@
PORTNAME= pip-audit
-PORTVERSION= 2.6.1
-PORTREVISION= 1
+PORTVERSION= 2.6.2
CATEGORIES= devel python
-MASTER_SITES= PYPI
+MASTER_SITES= PYPI \
+ https://github.com/pypa/pip-audit/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pip_audit-${PORTVERSION}
diff --git a/devel/py-pip-audit/distinfo b/devel/py-pip-audit/distinfo
index 1d7e488c7969..dd4b08c0d12f 100644
--- a/devel/py-pip-audit/distinfo
+++ b/devel/py-pip-audit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691070084
-SHA256 (pip_audit-2.6.1.tar.gz) = 55c9bd18b0fe3959f73397db08d257c6012ad1826825e3d74cb6c3f79e95c245
-SIZE (pip_audit-2.6.1.tar.gz) = 47937
+TIMESTAMP = 1703227890
+SHA256 (pip_audit-2.6.2.tar.gz) = 0bbd023a199a104b29f949f063a872d41113b5a9048285666820fa35a76a7794
+SIZE (pip_audit-2.6.2.tar.gz) = 48452
diff --git a/devel/py-pip-audit/files/patch-pyproject.toml b/devel/py-pip-audit/files/patch-pyproject.toml
deleted file mode 100644
index 923daa62071e..000000000000
--- a/devel/py-pip-audit/files/patch-pyproject.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from: https://github.com/pypa/pip-audit/commit/20e7beece90b117687978205073435f8a54866cc
-
---- pyproject.toml.orig 2023-07-24 18:47:23 UTC
-+++ pyproject.toml
-@@ -30,7 +30,7 @@ dependencies = [
- "CacheControl[filecache] >= 0.13.0",
- # NOTE(ww): Release 2.5.0 is broken, subsequent 2.5.x releases fix it.
- # See: https://github.com/CycloneDX/cyclonedx-python-lib/issues/245
-- "cyclonedx-python-lib ~= 4.0",
-+ "cyclonedx-python-lib >= 4,< 6",
- "html5lib>=1.1",
- "packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464
- "pip-api>=0.0.28",