pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-cyclonedx-python-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 21 15:35:36 UTC 2024

Modified Files:
        pkgsrc/security/py-cyclonedx-python-lib: Makefile distinfo

Log Message:
py-cyclonedx-python-lib: update to 7.3.0.

7.3.0

Feature

    feat: license factory set acknowledgement (#593)

add a parameter to LicenseFactory.make_*() methods, to set the LicenseAcknowledgement.

## v7.2.0 (2024-04-19)

### Feature

* feat: disjunctive license acknowledgement (#591)

---------

Signed-off-by: Jan Kowalleck <jan.kowalleck%gmail.com@localhost> ([`9bf1839`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/9bf1839859a244e790e91c3e1edd82d333598d60))

### Unknown

* tests: add meaningful names to validation tests (#588)

When packaging cyclonedx-python-lib for a Linux distribution, it’s
pretty common that some JSON validation tests fail. [1]

Due to the large number of combinations and the fact that these tests
are consecutively numbered, it has been tedious to figure out which
tests are exactly failing and why. This in turn makes it difficult to
decide which tests to disable or report upstream.

Append meaningful names to validation tests so that instead of e.g.:

    […]::TestJsonValidator::test_validate_no_none_001
    […]::TestJsonValidator::test_validate_no_none_002
    […]::TestJsonValidator::test_validate_no_none_003
    […]::TestJsonValidator::test_validate_no_none_004
    […]::TestJsonValidator::test_validate_no_none_005
    […]::TestJsonValidator::test_validate_no_none_006
    […]::TestJsonValidator::test_validate_no_none_007
    […]::TestJsonValidator::test_validate_no_none_008

the tests are named:

    […]::TestJsonValidator::test_validate_no_none_001_valid_component_swid_1_6
    […]::TestJsonValidator::test_validate_no_none_002_valid_machine_learning_considerations_env_1_6
    […]::TestJsonValidator::test_validate_no_none_003_valid_metadata_tool_1_6
    […]::TestJsonValidator::test_validate_no_none_004_valid_patch_1_6
    […]::TestJsonValidator::test_validate_no_none_005_valid_empty_components_1_6
    […]::TestJsonValidator::test_validate_no_none_006_valid_properties_1_6
    […]::TestJsonValidator::test_validate_no_none_007_valid_service_1_6
    […]::TestJsonValidator::test_validate_no_none_008_valid_metadata_author_1_6

[1]: https://aur.archlinux.org/cgit/aur.git/diff/PKGBUILD?h=python-cyclonedx-lib&id=9c6ae556874a633a521407a77a9a85bb31da2047

* doc: poor merge resolved


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-cyclonedx-python-lib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-cyclonedx-python-lib/Makefile
diff -u pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.29 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.30
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.29       Thu Apr 18 08:55:26 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Sun Apr 21 15:35:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/04/18 08:55:26 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/04/21 15:35:36 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-7.1.0
+DISTNAME=      cyclonedx_python_lib-7.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.23 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.24
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.23       Thu Apr 18 08:55:26 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Sun Apr 21 15:35:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/04/18 08:55:26 wiz Exp $
+$NetBSD: distinfo,v 1.24 2024/04/21 15:35:36 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-7.1.0.tar.gz) = c2506a5be0c5050b86b8ca5d007b094cb9257ca93c5efe6c03b54c8274aa849b
-SHA512 (cyclonedx_python_lib-7.1.0.tar.gz) = ff555d4b4235d200774980ee1c7b580ca984b9c4976c01cee71732204040966515167b38f0194bbd574b7d52c67752d6c84f5e9589423b0a021e05024c7b2887
-Size (cyclonedx_python_lib-7.1.0.tar.gz) = 1122465 bytes
+BLAKE2s (cyclonedx_python_lib-7.3.0.tar.gz) = d2c6804af6fe4bb8c27e90d8cc37eedcb975c83c8a92163418adfff7c188f1aa
+SHA512 (cyclonedx_python_lib-7.3.0.tar.gz) = e4be766c706e6ef6305a5009ed3de6cd7b97d1af01da9c30a270ce1938fdcf1cc6fe96a259b791b8acb02a0cb975d0aa007b3913d037e9726c1597d849b5c188
+Size (cyclonedx_python_lib-7.3.0.tar.gz) = 1124425 bytes



Home | Main Index | Thread Index | Old Index