Date: Mon, 4 Sep 2023 09:09:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7f92b62ee935 - main - textproc/py-cyclonedx-python-lib: Update to 4.1.0 Message-ID: <202309040909.38499aYQ050704@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f92b62ee9352405145d878e932e4e68865ef6da commit 7f92b62ee9352405145d878e932e4e68865ef6da Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 09:05:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 09:05:30 +0000 textproc/py-cyclonedx-python-lib: Update to 4.1.0 Changes: https://github.com/CycloneDX/cyclonedx-python-lib/releases --- textproc/py-cyclonedx-python-lib/Makefile | 3 +-- textproc/py-cyclonedx-python-lib/distinfo | 6 +++--- textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile index bbb7cb1a8aa2..0aad4490f190 100644 --- a/textproc/py-cyclonedx-python-lib/Makefile +++ b/textproc/py-cyclonedx-python-lib/Makefile @@ -1,6 +1,5 @@ PORTNAME= cyclonedx-python-lib -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-cyclonedx-python-lib/distinfo b/textproc/py-cyclonedx-python-lib/distinfo index 2dbcda2d61fd..c6eb0529c76b 100644 --- a/textproc/py-cyclonedx-python-lib/distinfo +++ b/textproc/py-cyclonedx-python-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688166032 -SHA256 (cyclonedx_python_lib-4.0.1.tar.gz) = 878e33b8e0080c786f6cbd4c6f87ad610db65d6a3a686a5698415d9cfcd8925d -SIZE (cyclonedx_python_lib-4.0.1.tar.gz) = 246840 +TIMESTAMP = 1693334019 +SHA256 (cyclonedx_python_lib-4.1.0.tar.gz) = 7996657f9788758ed05bea8c247e3e6ffcccfbc48818cd34795a4ae094b307bd +SIZE (cyclonedx_python_lib-4.1.0.tar.gz) = 247057 diff --git a/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml b/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml index 70e62e8c52bb..14b5138f9c5c 100644 --- a/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml +++ b/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2023-06-28 15:26:06 UTC +--- pyproject.toml.orig 2023-08-27 15:24:16 UTC +++ pyproject.toml -@@ -48,9 +48,9 @@ keywords = [ +@@ -52,9 +52,9 @@ keywords = [ + [tool.poetry.dependencies] # ATTENTION: keep `deps.lowest.r` file in sync python = "^3.7" - importlib-metadata = { version = "^3.4.0", python = "<3.8" } -packageurl-python = ">= 0.11" -py-serializable = "^0.11.1" -sortedcontainers = "^2.4.0"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309040909.38499aYQ050704>