hoppr-cyclonedx-models 0.6.1__py3-none-any.whl → 0.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hoppr-cyclonedx-models might be problematic. Click here for more details.
- hoppr_cyclonedx_models/__init__.py +1 -1
- hoppr_cyclonedx_models/cyclonedx_1_3.py +13 -59
- hoppr_cyclonedx_models/cyclonedx_1_4.py +58 -127
- hoppr_cyclonedx_models/cyclonedx_1_5.py +362 -1119
- hoppr_cyclonedx_models/cyclonedx_1_6.py +942 -2150
- hoppr_cyclonedx_models/spdx.py +3 -28
- {hoppr_cyclonedx_models-0.6.1.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info}/METADATA +1 -1
- hoppr_cyclonedx_models-0.6.2.dist-info/RECORD +12 -0
- hoppr_cyclonedx_models-0.6.1.dist-info/RECORD +0 -12
- {hoppr_cyclonedx_models-0.6.1.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info}/WHEEL +0 -0
- {hoppr_cyclonedx_models-0.6.1.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info}/licenses/LICENSE +0 -0
hoppr_cyclonedx_models/spdx.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""
|
|
2
2
|
--------------------------------------------------------------------------------
|
|
3
|
-
SPDX-FileCopyrightText: Copyright ©
|
|
3
|
+
SPDX-FileCopyrightText: Copyright © 2024 Lockheed Martin <open.source@lmco.com>
|
|
4
4
|
SPDX-FileName: hoppr_cyclonedx_models/spdx.py
|
|
5
5
|
SPDX-FileType: SOURCE
|
|
6
6
|
SPDX-License-Identifier: MIT
|
|
@@ -25,8 +25,8 @@ THE SOFTWARE.
|
|
|
25
25
|
--------------------------------------------------------------------------------
|
|
26
26
|
This file was generated by datamodel-codegen:
|
|
27
27
|
filename: spdx.schema.json
|
|
28
|
-
timestamp:
|
|
29
|
-
version: 0.
|
|
28
|
+
timestamp: 2024-07-15T17:53:40+00:00
|
|
29
|
+
version: 0.21.5
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
32
|
from __future__ import annotations
|
|
@@ -36,7 +36,6 @@ from enum import Enum
|
|
|
36
36
|
|
|
37
37
|
class LicenseID(Enum):
|
|
38
38
|
FIELD_0BSD = field_0BSD = "0BSD"
|
|
39
|
-
FIELD_3D_SLICER_1_0 = field_3D_Slicer_1_0 = "3D-Slicer-1.0"
|
|
40
39
|
AAL = "AAL"
|
|
41
40
|
ABSTYLES = Abstyles = "Abstyles"
|
|
42
41
|
ADACORE_DOC = AdaCore_doc = "AdaCore-doc"
|
|
@@ -58,14 +57,12 @@ class LicenseID(Enum):
|
|
|
58
57
|
AGPL_3_0_ONLY = AGPL_3_0_only = "AGPL-3.0-only"
|
|
59
58
|
AGPL_3_0_OR_LATER = AGPL_3_0_or_later = "AGPL-3.0-or-later"
|
|
60
59
|
ALADDIN = Aladdin = "Aladdin"
|
|
61
|
-
AMD_NEWLIB = AMD_newlib = "AMD-newlib"
|
|
62
60
|
AMDPLPA = "AMDPLPA"
|
|
63
61
|
AML = "AML"
|
|
64
62
|
AML_GLSLANG = AML_glslang = "AML-glslang"
|
|
65
63
|
AMPAS = "AMPAS"
|
|
66
64
|
ANTLR_PD = "ANTLR-PD"
|
|
67
65
|
ANTLR_PD_FALLBACK = ANTLR_PD_fallback = "ANTLR-PD-fallback"
|
|
68
|
-
ANY_OSI = any_OSI = "any-OSI"
|
|
69
66
|
APACHE_1_0 = Apache_1_0 = "Apache-1.0"
|
|
70
67
|
APACHE_1_1 = Apache_1_1 = "Apache-1.1"
|
|
71
68
|
APACHE_2_0 = Apache_2_0 = "Apache-2.0"
|
|
@@ -101,7 +98,6 @@ class LicenseID(Enum):
|
|
|
101
98
|
BSD_1_CLAUSE = BSD_1_Clause = "BSD-1-Clause"
|
|
102
99
|
BSD_2_CLAUSE = BSD_2_Clause = "BSD-2-Clause"
|
|
103
100
|
BSD_2_CLAUSE_DARWIN = BSD_2_Clause_Darwin = "BSD-2-Clause-Darwin"
|
|
104
|
-
BSD_2_CLAUSE_FIRST_LINES = BSD_2_Clause_first_lines = "BSD-2-Clause-first-lines"
|
|
105
101
|
BSD_2_CLAUSE_FREEBSD = BSD_2_Clause_FreeBSD = "BSD-2-Clause-FreeBSD"
|
|
106
102
|
BSD_2_CLAUSE_NETBSD = BSD_2_Clause_NetBSD = "BSD-2-Clause-NetBSD"
|
|
107
103
|
BSD_2_CLAUSE_PATENT = BSD_2_Clause_Patent = "BSD-2-Clause-Patent"
|
|
@@ -142,7 +138,6 @@ class LicenseID(Enum):
|
|
|
142
138
|
CAL_1_0_COMBINED_WORK_EXCEPTION = CAL_1_0_Combined_Work_Exception = "CAL-1.0-Combined-Work-Exception"
|
|
143
139
|
CALDERA = Caldera = "Caldera"
|
|
144
140
|
CALDERA_NO_PREAMBLE = Caldera_no_preamble = "Caldera-no-preamble"
|
|
145
|
-
CATHARON = Catharon = "Catharon"
|
|
146
141
|
CATOSL_1_1 = "CATOSL-1.1"
|
|
147
142
|
CC_BY_1_0 = "CC-BY-1.0"
|
|
148
143
|
CC_BY_2_0 = "CC-BY-2.0"
|
|
@@ -239,7 +234,6 @@ class LicenseID(Enum):
|
|
|
239
234
|
CUA_OPL_1_0 = "CUA-OPL-1.0"
|
|
240
235
|
CUBE = Cube = "Cube"
|
|
241
236
|
CURL = curl = "curl"
|
|
242
|
-
CVE_TOU = cve_tou = "cve-tou"
|
|
243
237
|
D_FSL_1_0 = "D-FSL-1.0"
|
|
244
238
|
DEC_3_CLAUSE = DEC_3_Clause = "DEC-3-Clause"
|
|
245
239
|
DIFFMARK = diffmark = "diffmark"
|
|
@@ -336,7 +330,6 @@ class LicenseID(Enum):
|
|
|
336
330
|
GRAPHICS_GEMS = Graphics_Gems = "Graphics-Gems"
|
|
337
331
|
GSOAP_1_3B = gSOAP_1_3b = "gSOAP-1.3b"
|
|
338
332
|
GTKBOOK = gtkbook = "gtkbook"
|
|
339
|
-
GUTMANN = Gutmann = "Gutmann"
|
|
340
333
|
HASKELLREPORT = HaskellReport = "HaskellReport"
|
|
341
334
|
HDPARM = hdparm = "hdparm"
|
|
342
335
|
HIPPOCRATIC_2_1 = Hippocratic_2_1 = "Hippocratic-2.1"
|
|
@@ -347,24 +340,18 @@ class LicenseID(Enum):
|
|
|
347
340
|
HPND_DOC = HPND_doc = "HPND-doc"
|
|
348
341
|
HPND_DOC_SELL = HPND_doc_sell = "HPND-doc-sell"
|
|
349
342
|
HPND_EXPORT_US = HPND_export_US = "HPND-export-US"
|
|
350
|
-
HPND_EXPORT_US_ACKNOWLEDGEMENT = HPND_export_US_acknowledgement = "HPND-export-US-acknowledgement"
|
|
351
343
|
HPND_EXPORT_US_MODIFY = HPND_export_US_modify = "HPND-export-US-modify"
|
|
352
|
-
HPND_EXPORT2_US = HPND_export2_US = "HPND-export2-US"
|
|
353
344
|
HPND_FENNEBERG_LIVINGSTON = HPND_Fenneberg_Livingston = "HPND-Fenneberg-Livingston"
|
|
354
345
|
HPND_INRIA_IMAG = "HPND-INRIA-IMAG"
|
|
355
|
-
HPND_INTEL = HPND_Intel = "HPND-Intel"
|
|
356
346
|
HPND_KEVLIN_HENNEY = HPND_Kevlin_Henney = "HPND-Kevlin-Henney"
|
|
357
347
|
HPND_MARKUS_KUHN = HPND_Markus_Kuhn = "HPND-Markus-Kuhn"
|
|
358
|
-
HPND_MERCHANTABILITY_VARIANT = HPND_merchantability_variant = "HPND-merchantability-variant"
|
|
359
348
|
HPND_MIT_DISCLAIMER = HPND_MIT_disclaimer = "HPND-MIT-disclaimer"
|
|
360
349
|
HPND_PBMPLUS = HPND_Pbmplus = "HPND-Pbmplus"
|
|
361
350
|
HPND_SELL_MIT_DISCLAIMER_XSERVER = HPND_sell_MIT_disclaimer_xserver = "HPND-sell-MIT-disclaimer-xserver"
|
|
362
351
|
HPND_SELL_REGEXPR = HPND_sell_regexpr = "HPND-sell-regexpr"
|
|
363
352
|
HPND_SELL_VARIANT = HPND_sell_variant = "HPND-sell-variant"
|
|
364
353
|
HPND_SELL_VARIANT_MIT_DISCLAIMER = HPND_sell_variant_MIT_disclaimer = "HPND-sell-variant-MIT-disclaimer"
|
|
365
|
-
HPND_SELL_VARIANT_MIT_DISCLAIMER_REV = HPND_sell_variant_MIT_disclaimer_rev = "HPND-sell-variant-MIT-disclaimer-rev"
|
|
366
354
|
HPND_UC = "HPND-UC"
|
|
367
|
-
HPND_UC_EXPORT_US = HPND_UC_export_US = "HPND-UC-export-US"
|
|
368
355
|
HTMLTIDY = "HTMLTIDY"
|
|
369
356
|
IBM_PIBS = IBM_pibs = "IBM-pibs"
|
|
370
357
|
ICU = "ICU"
|
|
@@ -452,7 +439,6 @@ class LicenseID(Enum):
|
|
|
452
439
|
MIT_ENNA = MIT_enna = "MIT-enna"
|
|
453
440
|
MIT_FEH = MIT_feh = "MIT-feh"
|
|
454
441
|
MIT_FESTIVAL = MIT_Festival = "MIT-Festival"
|
|
455
|
-
MIT_KHRONOS_OLD = MIT_Khronos_old = "MIT-Khronos-old"
|
|
456
442
|
MIT_MODERN_VARIANT = MIT_Modern_Variant = "MIT-Modern-Variant"
|
|
457
443
|
MIT_OPEN_GROUP = MIT_open_group = "MIT-open-group"
|
|
458
444
|
MIT_TESTREGEX = MIT_testregex = "MIT-testregex"
|
|
@@ -480,9 +466,7 @@ class LicenseID(Enum):
|
|
|
480
466
|
NASA_1_3 = "NASA-1.3"
|
|
481
467
|
NAUMEN = Naumen = "Naumen"
|
|
482
468
|
NBPL_1_0 = "NBPL-1.0"
|
|
483
|
-
NCBI_PD = "NCBI-PD"
|
|
484
469
|
NCGL_UK_2_0 = "NCGL-UK-2.0"
|
|
485
|
-
NCL = "NCL"
|
|
486
470
|
NCSA = "NCSA"
|
|
487
471
|
NET_SNMP = Net_SNMP = "Net-SNMP"
|
|
488
472
|
NETCDF = NetCDF = "NetCDF"
|
|
@@ -506,7 +490,6 @@ class LicenseID(Enum):
|
|
|
506
490
|
NTP_0 = "NTP-0"
|
|
507
491
|
NUNIT = Nunit = "Nunit"
|
|
508
492
|
O_UDA_1_0 = "O-UDA-1.0"
|
|
509
|
-
OAR = "OAR"
|
|
510
493
|
OCCT_PL = "OCCT-PL"
|
|
511
494
|
OCLC_2_0 = "OCLC-2.0"
|
|
512
495
|
ODBL_1_0 = ODbL_1_0 = "ODbL-1.0"
|
|
@@ -563,13 +546,11 @@ class LicenseID(Enum):
|
|
|
563
546
|
PHP_3_0 = "PHP-3.0"
|
|
564
547
|
PHP_3_01 = "PHP-3.01"
|
|
565
548
|
PIXAR = Pixar = "Pixar"
|
|
566
|
-
PKGCONF = pkgconf = "pkgconf"
|
|
567
549
|
PLEXUS = Plexus = "Plexus"
|
|
568
550
|
PNMSTITCH = pnmstitch = "pnmstitch"
|
|
569
551
|
POLYFORM_NONCOMMERCIAL_1_0_0 = PolyForm_Noncommercial_1_0_0 = "PolyForm-Noncommercial-1.0.0"
|
|
570
552
|
POLYFORM_SMALL_BUSINESS_1_0_0 = PolyForm_Small_Business_1_0_0 = "PolyForm-Small-Business-1.0.0"
|
|
571
553
|
POSTGRESQL = PostgreSQL = "PostgreSQL"
|
|
572
|
-
PPL = "PPL"
|
|
573
554
|
PSF_2_0 = "PSF-2.0"
|
|
574
555
|
PSFRAG = psfrag = "psfrag"
|
|
575
556
|
PSUTILS = psutils = "psutils"
|
|
@@ -625,7 +606,6 @@ class LicenseID(Enum):
|
|
|
625
606
|
STANDARDML_NJ = StandardML_NJ = "StandardML-NJ"
|
|
626
607
|
SUGARCRM_1_1_3 = SugarCRM_1_1_3 = "SugarCRM-1.1.3"
|
|
627
608
|
SUN_PPP = Sun_PPP = "Sun-PPP"
|
|
628
|
-
SUN_PPP_2000 = Sun_PPP_2000 = "Sun-PPP-2000"
|
|
629
609
|
SUNPRO = SunPro = "SunPro"
|
|
630
610
|
SWL = "SWL"
|
|
631
611
|
SWRULE = swrule = "swrule"
|
|
@@ -635,7 +615,6 @@ class LicenseID(Enum):
|
|
|
635
615
|
TCP_WRAPPERS = TCP_wrappers = "TCP-wrappers"
|
|
636
616
|
TERMREADKEY = TermReadKey = "TermReadKey"
|
|
637
617
|
TGPPL_1_0 = "TGPPL-1.0"
|
|
638
|
-
THREEPARTTABLE = threeparttable = "threeparttable"
|
|
639
618
|
TMATE = TMate = "TMate"
|
|
640
619
|
TORQUE_1_1 = "TORQUE-1.1"
|
|
641
620
|
TOSL = "TOSL"
|
|
@@ -681,7 +660,6 @@ class LicenseID(Enum):
|
|
|
681
660
|
XNET = Xnet = "Xnet"
|
|
682
661
|
XPP = xpp = "xpp"
|
|
683
662
|
XSKAT = XSkat = "XSkat"
|
|
684
|
-
XZOOM = xzoom = "xzoom"
|
|
685
663
|
YPL_1_0 = "YPL-1.0"
|
|
686
664
|
YPL_1_1 = "YPL-1.1"
|
|
687
665
|
ZED = Zed = "Zed"
|
|
@@ -696,7 +674,6 @@ class LicenseID(Enum):
|
|
|
696
674
|
ZPL_2_1 = "ZPL-2.1"
|
|
697
675
|
FIELD_389_EXCEPTION = field_389_exception = "389-exception"
|
|
698
676
|
ASTERISK_EXCEPTION = Asterisk_exception = "Asterisk-exception"
|
|
699
|
-
ASTERISK_LINKING_PROTOCOLS_EXCEPTION = Asterisk_linking_protocols_exception = "Asterisk-linking-protocols-exception"
|
|
700
677
|
AUTOCONF_EXCEPTION_2_0 = Autoconf_exception_2_0 = "Autoconf-exception-2.0"
|
|
701
678
|
AUTOCONF_EXCEPTION_3_0 = Autoconf_exception_3_0 = "Autoconf-exception-3.0"
|
|
702
679
|
AUTOCONF_EXCEPTION_GENERIC = Autoconf_exception_generic = "Autoconf-exception-generic"
|
|
@@ -744,13 +721,11 @@ class LicenseID(Enum):
|
|
|
744
721
|
OCCT_EXCEPTION_1_0 = OCCT_exception_1_0 = "OCCT-exception-1.0"
|
|
745
722
|
OPENJDK_ASSEMBLY_EXCEPTION_1_0 = OpenJDK_assembly_exception_1_0 = "OpenJDK-assembly-exception-1.0"
|
|
746
723
|
OPENVPN_OPENSSL_EXCEPTION = openvpn_openssl_exception = "openvpn-openssl-exception"
|
|
747
|
-
PCRE2_EXCEPTION = PCRE2_exception = "PCRE2-exception"
|
|
748
724
|
PS_OR_PDF_FONT_EXCEPTION_20170817 = PS_or_PDF_font_exception_20170817 = "PS-or-PDF-font-exception-20170817"
|
|
749
725
|
QPL_1_0_INRIA_2004_EXCEPTION = QPL_1_0_INRIA_2004_exception = "QPL-1.0-INRIA-2004-exception"
|
|
750
726
|
QT_GPL_EXCEPTION_1_0 = Qt_GPL_exception_1_0 = "Qt-GPL-exception-1.0"
|
|
751
727
|
QT_LGPL_EXCEPTION_1_1 = Qt_LGPL_exception_1_1 = "Qt-LGPL-exception-1.1"
|
|
752
728
|
QWT_EXCEPTION_1_0 = Qwt_exception_1_0 = "Qwt-exception-1.0"
|
|
753
|
-
RRDTOOL_FLOSS_EXCEPTION_2_0 = RRDtool_FLOSS_exception_2_0 = "RRDtool-FLOSS-exception-2.0"
|
|
754
729
|
SANE_EXCEPTION = SANE_exception = "SANE-exception"
|
|
755
730
|
SHL_2_0 = "SHL-2.0"
|
|
756
731
|
SHL_2_1 = "SHL-2.1"
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
hoppr_cyclonedx_models/__init__.py,sha256=2zF1rW8yOTT7Nx-IM1wTzffL7PCHf0R4eW7Kj5oBTAI,3421
|
|
2
|
+
hoppr_cyclonedx_models/base.py,sha256=YtO_5nZiFefS51ynppoz286sBtIeiqIhRl73tx0NveQ,4036
|
|
3
|
+
hoppr_cyclonedx_models/cyclonedx_1_3.py,sha256=yMYNNHI5QuJq9VnjQHG9-lf1_JtNVBZqsWhRqidN7AY,40783
|
|
4
|
+
hoppr_cyclonedx_models/cyclonedx_1_4.py,sha256=oXgaT0OIKTVgV2SzL9O2b1DQB6mp8Cqen5Pu223ffqE,79503
|
|
5
|
+
hoppr_cyclonedx_models/cyclonedx_1_5.py,sha256=MOuOhFgo4-5u3wiF7vV3TKXNArbi1zzOleEi6HFi2lw,172065
|
|
6
|
+
hoppr_cyclonedx_models/cyclonedx_1_6.py,sha256=uLFPbCwSX33h7kAFTQM3slcVZUvLCz0AmOiNoK5OY_U,211157
|
|
7
|
+
hoppr_cyclonedx_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
hoppr_cyclonedx_models/spdx.py,sha256=B_Tq1AuzceKq-Z6-qw0tCK69ttVyx9tP4bOet-7bwmQ,33080
|
|
9
|
+
hoppr_cyclonedx_models-0.6.2.dist-info/METADATA,sha256=tpL8Yw2hv0TM2XPlLg-p7yy0qDjNrob6rYYnp0xNS08,3231
|
|
10
|
+
hoppr_cyclonedx_models-0.6.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
11
|
+
hoppr_cyclonedx_models-0.6.2.dist-info/licenses/LICENSE,sha256=Hg-9VyNKfH4fKo0_Iwq6eG15iCBnHiV5mSJzs9kJYms,1084
|
|
12
|
+
hoppr_cyclonedx_models-0.6.2.dist-info/RECORD,,
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
hoppr_cyclonedx_models/__init__.py,sha256=kZDVXCnsHhxKjNeujfuRZo5pnT85IpICbpKQEhjTyxU,3421
|
|
2
|
-
hoppr_cyclonedx_models/base.py,sha256=YtO_5nZiFefS51ynppoz286sBtIeiqIhRl73tx0NveQ,4036
|
|
3
|
-
hoppr_cyclonedx_models/cyclonedx_1_3.py,sha256=Mr4bfKiPHE1i58y3OFnxU4fZYM2VtaF_ebUvjF12GmY,42351
|
|
4
|
-
hoppr_cyclonedx_models/cyclonedx_1_4.py,sha256=vVNhx10zuZJuZffAtrNaRe7KVt3VdknJxvY6KewfBnE,82022
|
|
5
|
-
hoppr_cyclonedx_models/cyclonedx_1_5.py,sha256=Gludbbrpox4AwXzavzIHxbllZzfAY5IPadS2V-vRZZ4,200967
|
|
6
|
-
hoppr_cyclonedx_models/cyclonedx_1_6.py,sha256=NJ_jkk6wlnyasOuxtLCm3OmuV2UyzeG2L7TvTXCKL8Y,260797
|
|
7
|
-
hoppr_cyclonedx_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
hoppr_cyclonedx_models/spdx.py,sha256=appMv-vFhQeSlRd0r0yes664O4FYvQs68n2pm2CLE3Y,34466
|
|
9
|
-
hoppr_cyclonedx_models-0.6.1.dist-info/METADATA,sha256=97lXpuoTIVg0ypumL8VYLKrrzeiq2__8O7pXrgm2-7A,3231
|
|
10
|
-
hoppr_cyclonedx_models-0.6.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
11
|
-
hoppr_cyclonedx_models-0.6.1.dist-info/licenses/LICENSE,sha256=Hg-9VyNKfH4fKo0_Iwq6eG15iCBnHiV5mSJzs9kJYms,1084
|
|
12
|
-
hoppr_cyclonedx_models-0.6.1.dist-info/RECORD,,
|
|
File without changes
|
{hoppr_cyclonedx_models-0.6.1.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|