Mon Jun 13 09:59:01 2022 UTC ()
py-cyclonedx-python-lib: update to 2.5.1.

2.5.1

Fix

    Add missing Vulnerability comparator for sorting (#246) (c3f3d0d)

2.5.0

Feature

    Use SortedSet in model to improve reproducibility - this will provide predictable ordering of various items in generated CycloneDX documents - thanks to @RodneyRichardson (8a1c404)

Documentation

    Fix typo "This is out" -> "This is our" (ef0278a)

2.4.0

Feature

    deps: Remove unused typing-extensions constraints (2ce358a)


(wiz)
diff -r1.6 -r1.7 pkgsrc/security/py-cyclonedx-python-lib/Makefile
diff -r1.4 -r1.5 pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -r1.2 -r1.3 pkgsrc/security/py-cyclonedx-python-lib/patches/patch-setup.py

cvs diff -r1.6 -r1.7 pkgsrc/security/py-cyclonedx-python-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-cyclonedx-python-lib/Makefile 2022/04/20 21:29:08 1.6
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile 2022/06/13 09:59:01 1.7
@@ -1,30 +1,28 @@ @@ -1,30 +1,28 @@
1# $NetBSD: Makefile,v 1.6 2022/04/20 21:29:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2022/06/13 09:59:01 wiz Exp $
2 2
3DISTNAME= cyclonedx-python-lib-2.3.0 3DISTNAME= cyclonedx-python-lib-2.5.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/CycloneDX/cyclonedx-python-lib 9HOMEPAGE= https://github.com/CycloneDX/cyclonedx-python-lib
10COMMENT= Python library for generating CycloneDX SBOMs 10COMMENT= Python library for generating CycloneDX SBOMs
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-packageurl>=0.9:../../devel/py-packageurl 13DEPENDS+= ${PYPKGPREFIX}-packageurl>=0.9:../../devel/py-packageurl
14DEPENDS+= ${PYPKGPREFIX}-setuptools>=47.0.0:../../devel/py-setuptools 14DEPENDS+= ${PYPKGPREFIX}-setuptools>=47.0.0:../../devel/py-setuptools
 15DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.4.0:../../devel/py-sortedcontainers
15DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.0:../../textproc/py-toml 16DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.0:../../textproc/py-toml
16DEPENDS+= ${PYPKGPREFIX}-types-setuptools>=57.0.0:../../devel/py-types-setuptools 
17DEPENDS+= ${PYPKGPREFIX}-types-toml>=0.10.0:../../devel/py-types-toml 
18TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
19 18
20PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
21 20
22.include "../../lang/python/pyversion.mk" 21.include "../../lang/python/pyversion.mk"
23 22
24.if ${PYPKGPREFIX} == "py37" 23.if ${PYPKGPREFIX} == "py37"
25DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.4:../../devel/py-importlib-metadata 24DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.4:../../devel/py-importlib-metadata
26DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10:../../devel/py-typing-extensions 
27.endif 25.endif
28 26
29.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"
30.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/security/py-cyclonedx-python-lib/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-cyclonedx-python-lib/distinfo 2022/04/20 21:29:08 1.4
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo 2022/06/13 09:59:01 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2022/04/20 21:29:08 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2022/06/13 09:59:01 wiz Exp $
2 2
3BLAKE2s (cyclonedx-python-lib-2.3.0.tar.gz) = 0d20c1ae835cf5187e2794b3b0b04323e4be92f9ff1ff80162c3738905be5659 3BLAKE2s (cyclonedx-python-lib-2.5.1.tar.gz) = 6b379e8b82044a84328be269687786922aa9844af25dea41f3c5ab4177067d4f
4SHA512 (cyclonedx-python-lib-2.3.0.tar.gz) = 926d45710f5d88969b7b72837958ce3bcd3c5e1508fff5a189020fe0cc29e0bdad8e77e618a3514f73573c35d2db959db89058bc6a011692de8d13c5e5316a3d 4SHA512 (cyclonedx-python-lib-2.5.1.tar.gz) = e7a3c69e8c6e5ad34eadf61da284bece592269c0997191b81ec4abf169c61657e4affee22c414a744ad964d3f89058a6ff406efeb8f90b973ba408977f9525ec
5Size (cyclonedx-python-lib-2.3.0.tar.gz) = 158611 bytes 5Size (cyclonedx-python-lib-2.5.1.tar.gz) = 159660 bytes
6SHA1 (patch-setup.py) = 3033f49a66cee7048c4c91d2122591684b46bb8c 6SHA1 (patch-setup.py) = f48060c553b57a7943004ef76770d8b4518a80fe

cvs diff -r1.2 -r1.3 pkgsrc/security/py-cyclonedx-python-lib/patches/Attic/patch-setup.py (expand / switch to unified diff)

--- pkgsrc/security/py-cyclonedx-python-lib/patches/Attic/patch-setup.py 2022/02/20 21:23:44 1.2
+++ pkgsrc/security/py-cyclonedx-python-lib/patches/Attic/patch-setup.py 2022/06/13 09:59:01 1.3
@@ -1,18 +1,15 @@ @@ -1,18 +1,15 @@
1$NetBSD: patch-setup.py,v 1.2 2022/02/20 21:23:44 wiz Exp $ 1$NetBSD: patch-setup.py,v 1.3 2022/06/13 09:59:01 wiz Exp $
2 2
3Be less restrictive in dependencies. 3Be less restrictive in dependencies.
4 4
5--- setup.py.orig 2022-01-24 13:30:26.931830600 +0000 5--- setup.py.orig 2022-06-10 20:01:07.074393300 +0000
6+++ setup.py 6+++ setup.py
7@@ -15,9 +15,9 @@ package_data = \ 7@@ -16,7 +16,7 @@ install_requires = \
8 install_requires = \ 
9 ['packageurl-python>=0.9', 8 ['packageurl-python>=0.9',
10 'setuptools>=47.0.0', 9 'setuptools>=47.0.0',
11- 'toml>=0.10.0,<0.11.0', 10 'sortedcontainers>=2.4.0,<3.0.0',
12+ 'toml>=0.10.0', 11- 'toml>=0.10.0,<0.11.0']
13 'types-setuptools>=57.0.0', 12+ 'toml>=0.10.0']
14- 'types-toml>=0.10.0,<0.11.0'] 
15+ 'types-toml>=0.10.0'] 
16  13
17 extras_require = \ 14 extras_require = \
18 {':python_version < "3.8"': ['importlib-metadata>=3.4', 15 {':python_version < "3.8"': ['importlib-metadata>=3.4']}