git: a37e1ec2dfb5 - main - devel/py-pip-audit: Update to 2.7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:23:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a37e1ec2dfb50151f71e934d86000ba05ffda0b0
commit a37e1ec2dfb50151f71e934d86000ba05ffda0b0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:33:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:07:35 +0000
devel/py-pip-audit: Update to 2.7.1
Changes: https://github.com/pypa/pip-audit/releases
---
devel/py-pip-audit/Makefile | 3 +--
devel/py-pip-audit/distinfo | 6 +++---
.../py-pip-audit/files/patch-cyclonedx-python-lib | 24 ----------------------
3 files changed, 4 insertions(+), 29 deletions(-)
diff --git a/devel/py-pip-audit/Makefile b/devel/py-pip-audit/Makefile
index 6c7404e8264c..f52b6f19019b 100644
--- a/devel/py-pip-audit/Makefile
+++ b/devel/py-pip-audit/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pip-audit
-PORTVERSION= 2.6.2
-PORTREVISION= 1
+PORTVERSION= 2.7.1
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/pypa/pip-audit/releases/download/v${PORTVERSION}/
diff --git a/devel/py-pip-audit/distinfo b/devel/py-pip-audit/distinfo
index dd4b08c0d12f..b83340f478bd 100644
--- a/devel/py-pip-audit/distinfo
+++ b/devel/py-pip-audit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703227890
-SHA256 (pip_audit-2.6.2.tar.gz) = 0bbd023a199a104b29f949f063a872d41113b5a9048285666820fa35a76a7794
-SIZE (pip_audit-2.6.2.tar.gz) = 48452
+TIMESTAMP = 1708449272
+SHA256 (pip_audit-2.7.1.tar.gz) = 66001c73bc6e5ebc998ef31a32432f7b479dc3bfeb40f7101d0fe7eb564a2c2a
+SIZE (pip_audit-2.7.1.tar.gz) = 49289
diff --git a/devel/py-pip-audit/files/patch-cyclonedx-python-lib b/devel/py-pip-audit/files/patch-cyclonedx-python-lib
deleted file mode 100644
index eb0180333b4c..000000000000
--- a/devel/py-pip-audit/files/patch-cyclonedx-python-lib
+++ /dev/null
@@ -1,24 +0,0 @@
-Reference: https://github.com/pypa/pip-audit/pull/715
-
---- pip_audit/_format/cyclonedx.py.orig 2023-12-19 03:49:32 UTC
-+++ pip_audit/_format/cyclonedx.py
-@@ -90,7 +90,7 @@ class CycloneDxFormat(VulnerabilityFormat):
- logger.warning("--fix output is unsupported by CycloneDX formats")
-
- bom = _pip_audit_result_to_bom(result)
-- formatter = output.get_instance(
-+ formatter = output.make_outputter(
- bom=bom,
- output_format=self._inner_format.value,
- schema_version=output.SchemaVersion.V1_4,
---- pyproject.toml.orig 2023-12-19 03:49:32 UTC
-+++ pyproject.toml
-@@ -28,7 +28,7 @@ classifiers = [
- ]
- dependencies = [
- "CacheControl[filecache] >= 0.13.0",
-- "cyclonedx-python-lib >= 4,< 6",
-+ "cyclonedx-python-lib >= 5,< 7",
- "html5lib>=1.1",
- "packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464
- "pip-api>=0.0.28",