hoppr-cyclonedx-models 0.6.0__py3-none-any.whl → 0.6.1__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 +59 -13
- hoppr_cyclonedx_models/cyclonedx_1_4.py +127 -58
- hoppr_cyclonedx_models/cyclonedx_1_5.py +1118 -361
- hoppr_cyclonedx_models/cyclonedx_1_6.py +1615 -407
- hoppr_cyclonedx_models/spdx.py +28 -3
- {hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.1.dist-info}/METADATA +6 -4
- hoppr_cyclonedx_models-0.6.1.dist-info/RECORD +12 -0
- {hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.1.dist-info}/WHEEL +1 -1
- hoppr_cyclonedx_models-0.6.0.dist-info/RECORD +0 -12
- {hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.1.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 © 2025 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: 2025-09-17T19:02:47+00:00
|
|
29
|
+
version: 0.25.7
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
32
|
from __future__ import annotations
|
|
@@ -36,6 +36,7 @@ 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"
|
|
39
40
|
AAL = "AAL"
|
|
40
41
|
ABSTYLES = Abstyles = "Abstyles"
|
|
41
42
|
ADACORE_DOC = AdaCore_doc = "AdaCore-doc"
|
|
@@ -57,12 +58,14 @@ class LicenseID(Enum):
|
|
|
57
58
|
AGPL_3_0_ONLY = AGPL_3_0_only = "AGPL-3.0-only"
|
|
58
59
|
AGPL_3_0_OR_LATER = AGPL_3_0_or_later = "AGPL-3.0-or-later"
|
|
59
60
|
ALADDIN = Aladdin = "Aladdin"
|
|
61
|
+
AMD_NEWLIB = AMD_newlib = "AMD-newlib"
|
|
60
62
|
AMDPLPA = "AMDPLPA"
|
|
61
63
|
AML = "AML"
|
|
62
64
|
AML_GLSLANG = AML_glslang = "AML-glslang"
|
|
63
65
|
AMPAS = "AMPAS"
|
|
64
66
|
ANTLR_PD = "ANTLR-PD"
|
|
65
67
|
ANTLR_PD_FALLBACK = ANTLR_PD_fallback = "ANTLR-PD-fallback"
|
|
68
|
+
ANY_OSI = any_OSI = "any-OSI"
|
|
66
69
|
APACHE_1_0 = Apache_1_0 = "Apache-1.0"
|
|
67
70
|
APACHE_1_1 = Apache_1_1 = "Apache-1.1"
|
|
68
71
|
APACHE_2_0 = Apache_2_0 = "Apache-2.0"
|
|
@@ -98,6 +101,7 @@ class LicenseID(Enum):
|
|
|
98
101
|
BSD_1_CLAUSE = BSD_1_Clause = "BSD-1-Clause"
|
|
99
102
|
BSD_2_CLAUSE = BSD_2_Clause = "BSD-2-Clause"
|
|
100
103
|
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"
|
|
101
105
|
BSD_2_CLAUSE_FREEBSD = BSD_2_Clause_FreeBSD = "BSD-2-Clause-FreeBSD"
|
|
102
106
|
BSD_2_CLAUSE_NETBSD = BSD_2_Clause_NetBSD = "BSD-2-Clause-NetBSD"
|
|
103
107
|
BSD_2_CLAUSE_PATENT = BSD_2_Clause_Patent = "BSD-2-Clause-Patent"
|
|
@@ -138,6 +142,7 @@ class LicenseID(Enum):
|
|
|
138
142
|
CAL_1_0_COMBINED_WORK_EXCEPTION = CAL_1_0_Combined_Work_Exception = "CAL-1.0-Combined-Work-Exception"
|
|
139
143
|
CALDERA = Caldera = "Caldera"
|
|
140
144
|
CALDERA_NO_PREAMBLE = Caldera_no_preamble = "Caldera-no-preamble"
|
|
145
|
+
CATHARON = Catharon = "Catharon"
|
|
141
146
|
CATOSL_1_1 = "CATOSL-1.1"
|
|
142
147
|
CC_BY_1_0 = "CC-BY-1.0"
|
|
143
148
|
CC_BY_2_0 = "CC-BY-2.0"
|
|
@@ -234,6 +239,7 @@ class LicenseID(Enum):
|
|
|
234
239
|
CUA_OPL_1_0 = "CUA-OPL-1.0"
|
|
235
240
|
CUBE = Cube = "Cube"
|
|
236
241
|
CURL = curl = "curl"
|
|
242
|
+
CVE_TOU = cve_tou = "cve-tou"
|
|
237
243
|
D_FSL_1_0 = "D-FSL-1.0"
|
|
238
244
|
DEC_3_CLAUSE = DEC_3_Clause = "DEC-3-Clause"
|
|
239
245
|
DIFFMARK = diffmark = "diffmark"
|
|
@@ -330,6 +336,7 @@ class LicenseID(Enum):
|
|
|
330
336
|
GRAPHICS_GEMS = Graphics_Gems = "Graphics-Gems"
|
|
331
337
|
GSOAP_1_3B = gSOAP_1_3b = "gSOAP-1.3b"
|
|
332
338
|
GTKBOOK = gtkbook = "gtkbook"
|
|
339
|
+
GUTMANN = Gutmann = "Gutmann"
|
|
333
340
|
HASKELLREPORT = HaskellReport = "HaskellReport"
|
|
334
341
|
HDPARM = hdparm = "hdparm"
|
|
335
342
|
HIPPOCRATIC_2_1 = Hippocratic_2_1 = "Hippocratic-2.1"
|
|
@@ -340,18 +347,24 @@ class LicenseID(Enum):
|
|
|
340
347
|
HPND_DOC = HPND_doc = "HPND-doc"
|
|
341
348
|
HPND_DOC_SELL = HPND_doc_sell = "HPND-doc-sell"
|
|
342
349
|
HPND_EXPORT_US = HPND_export_US = "HPND-export-US"
|
|
350
|
+
HPND_EXPORT_US_ACKNOWLEDGEMENT = HPND_export_US_acknowledgement = "HPND-export-US-acknowledgement"
|
|
343
351
|
HPND_EXPORT_US_MODIFY = HPND_export_US_modify = "HPND-export-US-modify"
|
|
352
|
+
HPND_EXPORT2_US = HPND_export2_US = "HPND-export2-US"
|
|
344
353
|
HPND_FENNEBERG_LIVINGSTON = HPND_Fenneberg_Livingston = "HPND-Fenneberg-Livingston"
|
|
345
354
|
HPND_INRIA_IMAG = "HPND-INRIA-IMAG"
|
|
355
|
+
HPND_INTEL = HPND_Intel = "HPND-Intel"
|
|
346
356
|
HPND_KEVLIN_HENNEY = HPND_Kevlin_Henney = "HPND-Kevlin-Henney"
|
|
347
357
|
HPND_MARKUS_KUHN = HPND_Markus_Kuhn = "HPND-Markus-Kuhn"
|
|
358
|
+
HPND_MERCHANTABILITY_VARIANT = HPND_merchantability_variant = "HPND-merchantability-variant"
|
|
348
359
|
HPND_MIT_DISCLAIMER = HPND_MIT_disclaimer = "HPND-MIT-disclaimer"
|
|
349
360
|
HPND_PBMPLUS = HPND_Pbmplus = "HPND-Pbmplus"
|
|
350
361
|
HPND_SELL_MIT_DISCLAIMER_XSERVER = HPND_sell_MIT_disclaimer_xserver = "HPND-sell-MIT-disclaimer-xserver"
|
|
351
362
|
HPND_SELL_REGEXPR = HPND_sell_regexpr = "HPND-sell-regexpr"
|
|
352
363
|
HPND_SELL_VARIANT = HPND_sell_variant = "HPND-sell-variant"
|
|
353
364
|
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"
|
|
354
366
|
HPND_UC = "HPND-UC"
|
|
367
|
+
HPND_UC_EXPORT_US = HPND_UC_export_US = "HPND-UC-export-US"
|
|
355
368
|
HTMLTIDY = "HTMLTIDY"
|
|
356
369
|
IBM_PIBS = IBM_pibs = "IBM-pibs"
|
|
357
370
|
ICU = "ICU"
|
|
@@ -439,6 +452,7 @@ class LicenseID(Enum):
|
|
|
439
452
|
MIT_ENNA = MIT_enna = "MIT-enna"
|
|
440
453
|
MIT_FEH = MIT_feh = "MIT-feh"
|
|
441
454
|
MIT_FESTIVAL = MIT_Festival = "MIT-Festival"
|
|
455
|
+
MIT_KHRONOS_OLD = MIT_Khronos_old = "MIT-Khronos-old"
|
|
442
456
|
MIT_MODERN_VARIANT = MIT_Modern_Variant = "MIT-Modern-Variant"
|
|
443
457
|
MIT_OPEN_GROUP = MIT_open_group = "MIT-open-group"
|
|
444
458
|
MIT_TESTREGEX = MIT_testregex = "MIT-testregex"
|
|
@@ -466,7 +480,9 @@ class LicenseID(Enum):
|
|
|
466
480
|
NASA_1_3 = "NASA-1.3"
|
|
467
481
|
NAUMEN = Naumen = "Naumen"
|
|
468
482
|
NBPL_1_0 = "NBPL-1.0"
|
|
483
|
+
NCBI_PD = "NCBI-PD"
|
|
469
484
|
NCGL_UK_2_0 = "NCGL-UK-2.0"
|
|
485
|
+
NCL = "NCL"
|
|
470
486
|
NCSA = "NCSA"
|
|
471
487
|
NET_SNMP = Net_SNMP = "Net-SNMP"
|
|
472
488
|
NETCDF = NetCDF = "NetCDF"
|
|
@@ -490,6 +506,7 @@ class LicenseID(Enum):
|
|
|
490
506
|
NTP_0 = "NTP-0"
|
|
491
507
|
NUNIT = Nunit = "Nunit"
|
|
492
508
|
O_UDA_1_0 = "O-UDA-1.0"
|
|
509
|
+
OAR = "OAR"
|
|
493
510
|
OCCT_PL = "OCCT-PL"
|
|
494
511
|
OCLC_2_0 = "OCLC-2.0"
|
|
495
512
|
ODBL_1_0 = ODbL_1_0 = "ODbL-1.0"
|
|
@@ -546,11 +563,13 @@ class LicenseID(Enum):
|
|
|
546
563
|
PHP_3_0 = "PHP-3.0"
|
|
547
564
|
PHP_3_01 = "PHP-3.01"
|
|
548
565
|
PIXAR = Pixar = "Pixar"
|
|
566
|
+
PKGCONF = pkgconf = "pkgconf"
|
|
549
567
|
PLEXUS = Plexus = "Plexus"
|
|
550
568
|
PNMSTITCH = pnmstitch = "pnmstitch"
|
|
551
569
|
POLYFORM_NONCOMMERCIAL_1_0_0 = PolyForm_Noncommercial_1_0_0 = "PolyForm-Noncommercial-1.0.0"
|
|
552
570
|
POLYFORM_SMALL_BUSINESS_1_0_0 = PolyForm_Small_Business_1_0_0 = "PolyForm-Small-Business-1.0.0"
|
|
553
571
|
POSTGRESQL = PostgreSQL = "PostgreSQL"
|
|
572
|
+
PPL = "PPL"
|
|
554
573
|
PSF_2_0 = "PSF-2.0"
|
|
555
574
|
PSFRAG = psfrag = "psfrag"
|
|
556
575
|
PSUTILS = psutils = "psutils"
|
|
@@ -606,6 +625,7 @@ class LicenseID(Enum):
|
|
|
606
625
|
STANDARDML_NJ = StandardML_NJ = "StandardML-NJ"
|
|
607
626
|
SUGARCRM_1_1_3 = SugarCRM_1_1_3 = "SugarCRM-1.1.3"
|
|
608
627
|
SUN_PPP = Sun_PPP = "Sun-PPP"
|
|
628
|
+
SUN_PPP_2000 = Sun_PPP_2000 = "Sun-PPP-2000"
|
|
609
629
|
SUNPRO = SunPro = "SunPro"
|
|
610
630
|
SWL = "SWL"
|
|
611
631
|
SWRULE = swrule = "swrule"
|
|
@@ -615,6 +635,7 @@ class LicenseID(Enum):
|
|
|
615
635
|
TCP_WRAPPERS = TCP_wrappers = "TCP-wrappers"
|
|
616
636
|
TERMREADKEY = TermReadKey = "TermReadKey"
|
|
617
637
|
TGPPL_1_0 = "TGPPL-1.0"
|
|
638
|
+
THREEPARTTABLE = threeparttable = "threeparttable"
|
|
618
639
|
TMATE = TMate = "TMate"
|
|
619
640
|
TORQUE_1_1 = "TORQUE-1.1"
|
|
620
641
|
TOSL = "TOSL"
|
|
@@ -660,6 +681,7 @@ class LicenseID(Enum):
|
|
|
660
681
|
XNET = Xnet = "Xnet"
|
|
661
682
|
XPP = xpp = "xpp"
|
|
662
683
|
XSKAT = XSkat = "XSkat"
|
|
684
|
+
XZOOM = xzoom = "xzoom"
|
|
663
685
|
YPL_1_0 = "YPL-1.0"
|
|
664
686
|
YPL_1_1 = "YPL-1.1"
|
|
665
687
|
ZED = Zed = "Zed"
|
|
@@ -674,6 +696,7 @@ class LicenseID(Enum):
|
|
|
674
696
|
ZPL_2_1 = "ZPL-2.1"
|
|
675
697
|
FIELD_389_EXCEPTION = field_389_exception = "389-exception"
|
|
676
698
|
ASTERISK_EXCEPTION = Asterisk_exception = "Asterisk-exception"
|
|
699
|
+
ASTERISK_LINKING_PROTOCOLS_EXCEPTION = Asterisk_linking_protocols_exception = "Asterisk-linking-protocols-exception"
|
|
677
700
|
AUTOCONF_EXCEPTION_2_0 = Autoconf_exception_2_0 = "Autoconf-exception-2.0"
|
|
678
701
|
AUTOCONF_EXCEPTION_3_0 = Autoconf_exception_3_0 = "Autoconf-exception-3.0"
|
|
679
702
|
AUTOCONF_EXCEPTION_GENERIC = Autoconf_exception_generic = "Autoconf-exception-generic"
|
|
@@ -721,11 +744,13 @@ class LicenseID(Enum):
|
|
|
721
744
|
OCCT_EXCEPTION_1_0 = OCCT_exception_1_0 = "OCCT-exception-1.0"
|
|
722
745
|
OPENJDK_ASSEMBLY_EXCEPTION_1_0 = OpenJDK_assembly_exception_1_0 = "OpenJDK-assembly-exception-1.0"
|
|
723
746
|
OPENVPN_OPENSSL_EXCEPTION = openvpn_openssl_exception = "openvpn-openssl-exception"
|
|
747
|
+
PCRE2_EXCEPTION = PCRE2_exception = "PCRE2-exception"
|
|
724
748
|
PS_OR_PDF_FONT_EXCEPTION_20170817 = PS_or_PDF_font_exception_20170817 = "PS-or-PDF-font-exception-20170817"
|
|
725
749
|
QPL_1_0_INRIA_2004_EXCEPTION = QPL_1_0_INRIA_2004_exception = "QPL-1.0-INRIA-2004-exception"
|
|
726
750
|
QT_GPL_EXCEPTION_1_0 = Qt_GPL_exception_1_0 = "Qt-GPL-exception-1.0"
|
|
727
751
|
QT_LGPL_EXCEPTION_1_1 = Qt_LGPL_exception_1_1 = "Qt-LGPL-exception-1.1"
|
|
728
752
|
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"
|
|
729
754
|
SANE_EXCEPTION = SANE_exception = "SANE-exception"
|
|
730
755
|
SHL_2_0 = "SHL-2.0"
|
|
731
756
|
SHL_2_1 = "SHL-2.1"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: hoppr-cyclonedx-models
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: CycloneDX Pydantic models for easy use in your Python project.
|
|
5
|
-
Home-page: https://gitlab.com/hoppr/hoppr-cyclonedx-models
|
|
6
5
|
License: MIT
|
|
6
|
+
License-File: LICENSE
|
|
7
7
|
Keywords: pydantic,models,cyclonedx,software bill of materials
|
|
8
8
|
Author: LMCO Open Source
|
|
9
9
|
Author-email: open.source@lmco.com
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.8.0,<4.0.0
|
|
11
11
|
Classifier: Development Status :: 2 - Pre-Alpha
|
|
12
12
|
Classifier: Framework :: Pydantic
|
|
13
13
|
Classifier: Framework :: Pytest
|
|
@@ -19,6 +19,8 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
22
24
|
Classifier: Topic :: Software Development :: Code Generators
|
|
23
25
|
Classifier: Typing :: Typed
|
|
24
26
|
Requires-Dist: pydantic[email] (>=1.10.2,<2.0.0)
|
|
@@ -0,0 +1,12 @@
|
|
|
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,,
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
hoppr_cyclonedx_models/__init__.py,sha256=EHkgR9473y6l-x1IUDCgwQRgi6hduI2y3UgEEPLpbU4,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.0.dist-info/LICENSE,sha256=Hg-9VyNKfH4fKo0_Iwq6eG15iCBnHiV5mSJzs9kJYms,1084
|
|
10
|
-
hoppr_cyclonedx_models-0.6.0.dist-info/METADATA,sha256=8UTWr1my5IGUMXM_mKEi6LjjBfq6umQitszEV1A0Umg,3166
|
|
11
|
-
hoppr_cyclonedx_models-0.6.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
12
|
-
hoppr_cyclonedx_models-0.6.0.dist-info/RECORD,,
|
{hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.1.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|