armodel 1.8.1__py3-none-any.whl → 1.8.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.
@@ -257,7 +257,7 @@ class AbstractAUTOSAR(CollectableElement):
257
257
  def setARRelease(self, release: str):
258
258
  if release not in self.release_xsd_mappings:
259
259
  raise "invalid AUTOSAR Release <%s>" % release
260
- self.schema_location = self.release_xsd_mappings[release]
260
+ self.schema_location = "http://autosar.org/schema/r4.0 %s" % self.release_xsd_mappings[release]
261
261
  return self
262
262
 
263
263
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: armodel
3
- Version: 1.8.1
3
+ Version: 1.8.2
4
4
  Summary: the python arxml parser
5
5
  Home-page: http://github.com/melodypapa/py-armodel
6
6
  Author: melodypapa
@@ -617,4 +617,7 @@ Fix the attribute intervalType of **Limit** is empty issue.
617
617
  * ECUC-ENUMERATION-PARAM-DEF
618
618
  2. Same short name with different type can be added and located.
619
619
 
620
+ **Version 1.8.2**
621
+
622
+ 1. Fix the AUTOSAR XML schema issue
620
623
 
@@ -16,7 +16,7 @@ armodel/lib/sw_component.py,sha256=spUeVR8ftzqf9h-pilh17qQg8amYqcqh39XKYql3HO4,1
16
16
  armodel/lib/system_signal.py,sha256=E3FNiUGRUZovTCclCkabkVPpScMIACOXERUpbAuBTv8,1397
17
17
  armodel/models/__init__.py,sha256=Oj9ea8HUVNZ9I_BUiH72LT23rGSJAwx5lcdmW_8O9fM,6017
18
18
  armodel/models/M2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- armodel/models/M2/AUTOSARTemplates/AutosarTopLevelStructure.py,sha256=uBtVJ3frSO1dbXR8Mdy31yyks06zy6od39ApudkV-k8,11574
19
+ armodel/models/M2/AUTOSARTemplates/AutosarTopLevelStructure.py,sha256=xzaoUjGPC4HX_C05pjS_i1XaBuktavwZ67VUDQckkS4,11612
20
20
  armodel/models/M2/AUTOSARTemplates/ECUCDescriptionTemplate.py,sha256=m9EMGnfdOeRbSFYcGabrCtOpZvb6uy2o03GoQ_MFpLQ,12261
21
21
  armodel/models/M2/AUTOSARTemplates/ECUCParameterDefTemplate.py,sha256=umY2aFmJepGOsmOTtfWTYeqY5KPb7bw4E0oazAUA7Wk,51238
22
22
  armodel/models/M2/AUTOSARTemplates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -198,9 +198,9 @@ armodel/transformer/admin_data.py,sha256=k5LnDz8F2WoBgNw71agEjWaMnGITrAzB-mp5iJ0
198
198
  armodel/writer/__init__.py,sha256=eXr3qhGzFIvHNBin22x-Tk2JM6QwRgx1jwrluDKAlzQ,37
199
199
  armodel/writer/abstract_arxml_writer.py,sha256=ikeJTCPFGjVaGmoSVbFwREyTrAq7SrM0-VqAhndjlnc,6265
200
200
  armodel/writer/arxml_writer.py,sha256=Xnw6CDNqmtjYoqhTjDvIoEpt-7iie3OHJfwTgLKRCjs,399337
201
- armodel-1.8.1.dist-info/LICENSE,sha256=rceTpGhsmmN1M0k1KO0HRS11iCjen-2y56ZEqgo43wo,1088
202
- armodel-1.8.1.dist-info/METADATA,sha256=wYciiw2Xwn65JX35dKcmU83HvZ7Un5_4bNDucY_Nt0s,17634
203
- armodel-1.8.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
204
- armodel-1.8.1.dist-info/entry_points.txt,sha256=Z6Nz1vAV26e-q3wExkpGLus9UkAeW1313LyVL5JqGTE,448
205
- armodel-1.8.1.dist-info/top_level.txt,sha256=AEATYsqAuRpr0XGa_ThW7-o4WLlA5e3PEgD0QJhzmoA,8
206
- armodel-1.8.1.dist-info/RECORD,,
201
+ armodel-1.8.2.dist-info/LICENSE,sha256=rceTpGhsmmN1M0k1KO0HRS11iCjen-2y56ZEqgo43wo,1088
202
+ armodel-1.8.2.dist-info/METADATA,sha256=Q1ELEecbjcJlMKuZJgIjT7VOoM3ApabKYMUjrI_K83c,17692
203
+ armodel-1.8.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
204
+ armodel-1.8.2.dist-info/entry_points.txt,sha256=Z6Nz1vAV26e-q3wExkpGLus9UkAeW1313LyVL5JqGTE,448
205
+ armodel-1.8.2.dist-info/top_level.txt,sha256=AEATYsqAuRpr0XGa_ThW7-o4WLlA5e3PEgD0QJhzmoA,8
206
+ armodel-1.8.2.dist-info/RECORD,,