aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:33:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:07:35 +0000
commita37e1ec2dfb50151f71e934d86000ba05ffda0b0 (patch)
tree74235fba6f25ebaf89035fda59a0a1fb0cb6a49d
parentc5a66b583672bd9f2baddaf7a10403259f017952 (diff)
downloadports-a37e1ec2dfb50151f71e934d86000ba05ffda0b0.tar.gz
ports-a37e1ec2dfb50151f71e934d86000ba05ffda0b0.zip
devel/py-pip-audit: Update to 2.7.1
-rw-r--r--devel/py-pip-audit/Makefile3
-rw-r--r--devel/py-pip-audit/distinfo6
-rw-r--r--devel/py-pip-audit/files/patch-cyclonedx-python-lib24
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",