hoppr-cyclonedx-models 0.6.0__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-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info}/METADATA +6 -4
- {hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info}/RECORD +5 -5
- {hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info}/WHEEL +1 -1
- {hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info/licenses}/LICENSE +0 -0
|
@@ -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.2
|
|
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)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
hoppr_cyclonedx_models/__init__.py,sha256=
|
|
1
|
+
hoppr_cyclonedx_models/__init__.py,sha256=2zF1rW8yOTT7Nx-IM1wTzffL7PCHf0R4eW7Kj5oBTAI,3421
|
|
2
2
|
hoppr_cyclonedx_models/base.py,sha256=YtO_5nZiFefS51ynppoz286sBtIeiqIhRl73tx0NveQ,4036
|
|
3
3
|
hoppr_cyclonedx_models/cyclonedx_1_3.py,sha256=yMYNNHI5QuJq9VnjQHG9-lf1_JtNVBZqsWhRqidN7AY,40783
|
|
4
4
|
hoppr_cyclonedx_models/cyclonedx_1_4.py,sha256=oXgaT0OIKTVgV2SzL9O2b1DQB6mp8Cqen5Pu223ffqE,79503
|
|
@@ -6,7 +6,7 @@ hoppr_cyclonedx_models/cyclonedx_1_5.py,sha256=MOuOhFgo4-5u3wiF7vV3TKXNArbi1zzOl
|
|
|
6
6
|
hoppr_cyclonedx_models/cyclonedx_1_6.py,sha256=uLFPbCwSX33h7kAFTQM3slcVZUvLCz0AmOiNoK5OY_U,211157
|
|
7
7
|
hoppr_cyclonedx_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
hoppr_cyclonedx_models/spdx.py,sha256=B_Tq1AuzceKq-Z6-qw0tCK69ttVyx9tP4bOet-7bwmQ,33080
|
|
9
|
-
hoppr_cyclonedx_models-0.6.
|
|
10
|
-
hoppr_cyclonedx_models-0.6.
|
|
11
|
-
hoppr_cyclonedx_models-0.6.
|
|
12
|
-
hoppr_cyclonedx_models-0.6.
|
|
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,,
|
{hoppr_cyclonedx_models-0.6.0.dist-info → hoppr_cyclonedx_models-0.6.2.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|