spdx-python-model 0.0.1__py3-none-any.whl → 0.0.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.
@@ -253,11 +253,6 @@ class ObjectProp(IRIProp):
253
253
  self.cls = cls
254
254
  self.required = required
255
255
 
256
- def init(self):
257
- if self.required and not self.cls.IS_ABSTRACT:
258
- return self.cls()
259
- return None
260
-
261
256
  def validate(self, value):
262
257
  check_type(value, (self.cls, str))
263
258
 
@@ -2,4 +2,4 @@
2
2
  # SPDX-License-Identifier: Apache-2.0
3
3
  #
4
4
 
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spdx_python_model
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: SPDX Model Python Bindings
5
5
  Project-URL: Homepage, https://github.com/spdx/spdx-python-model
6
6
  Project-URL: Repository, https://github.com/spdx/spdx-python-model.git
@@ -19,7 +19,6 @@ Classifier: Topic :: Software Development :: Build Tools
19
19
  Requires-Python: >=3.9
20
20
  Provides-Extra: dev
21
21
  Requires-Dist: pytest>=7.4; extra == 'dev'
22
- Requires-Dist: shacl2code==0.0.20; extra == 'dev'
23
22
  Description-Content-Type: text/markdown
24
23
 
25
24
  # spdx-python-model
@@ -0,0 +1,8 @@
1
+ spdx_python_model/__init__.py,sha256=lJ32voKHbyrbv-PsgyFy1LdPhsKB4Y88gQelGaP_Two,96
2
+ spdx_python_model/version.py,sha256=BCZB_p3TXEo7xROeFGkRMfD0P73TENl6W7gePOun6eI,61
3
+ spdx_python_model/bindings/__init__.py,sha256=WT32Wx6JDbx6c3bo2Rn46FOE2peu2le19hFhwWUwc_M,43
4
+ spdx_python_model/bindings/v3_0_1.py,sha256=TPBj1ugv8OeroLFeU_p80Rzjp-z7WaIBc9xbfgKlC1E,272140
5
+ spdx_python_model-0.0.2.dist-info/METADATA,sha256=5OPzS_N51XkGqw-lK2mfISXR3U17KK9gpmUf8vBir4Y,3220
6
+ spdx_python_model-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ spdx_python_model-0.0.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
+ spdx_python_model-0.0.2.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- spdx_python_model/__init__.py,sha256=lJ32voKHbyrbv-PsgyFy1LdPhsKB4Y88gQelGaP_Two,96
2
- spdx_python_model/version.py,sha256=dqVmHfIsaTnL-oBUhI1Y63k8MTakEE8jc-mGKfblVNo,61
3
- spdx_python_model/bindings/__init__.py,sha256=WT32Wx6JDbx6c3bo2Rn46FOE2peu2le19hFhwWUwc_M,43
4
- spdx_python_model/bindings/v3_0_1.py,sha256=2Pa1in4IyPurlrEVgdNn9pWabkYDGEIWRsqHkm7CukI,272266
5
- spdx_python_model-0.0.1.dist-info/METADATA,sha256=p1cZ-hbIpYumn8ScsCC0hwvC5_bSieZSrP2Axda9h_8,3270
6
- spdx_python_model-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- spdx_python_model-0.0.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- spdx_python_model-0.0.1.dist-info/RECORD,,