oldaplib 0.3.2__py3-none-any.whl → 0.3.3__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.
oldaplib/src/resourceclass.py
CHANGED
|
@@ -309,7 +309,7 @@ class ResourceClass(Model, Notify):
|
|
|
309
309
|
# now we add, if necessary, the mandatory superclass "oldap:Thing". Every ResourceClass is OLDAP must be
|
|
310
310
|
# a subclass of "oldap:Thing"! We don't do it for system things with a prefix of "oldap".
|
|
311
311
|
#
|
|
312
|
-
if
|
|
312
|
+
if self._owlclass_iri.prefix != "oldap":
|
|
313
313
|
thing_iri = Xsd_QName('oldap:Thing', validate=False)
|
|
314
314
|
if self._owlclass_iri != thing_iri:
|
|
315
315
|
if not new_kwargs.get(ResClassAttribute.SUPERCLASS.value.fragment):
|
oldaplib/src/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.3.
|
|
1
|
+
__version__ = "0.3.3"
|
|
@@ -65,10 +65,10 @@ oldaplib/src/oldaplogging.py,sha256=IDSOylms9OSTInYPC4Y2QrTTEzRL0T5I2QssCevOhTU,
|
|
|
65
65
|
oldaplib/src/permissionset.py,sha256=BC0IoCBKU55rsWC3BOF7QrbzafcTOotdW1xm2NRxAN0,31855
|
|
66
66
|
oldaplib/src/project.py,sha256=J7JBVY4WMR5_I5TDH27isuHekqZ2xNuL9po2S5pI6nA,38586
|
|
67
67
|
oldaplib/src/propertyclass.py,sha256=YzW5JVF_pxltVLTzqYNhjg3o5CE22lEhdjKNWaz2s58,89086
|
|
68
|
-
oldaplib/src/resourceclass.py,sha256=
|
|
68
|
+
oldaplib/src/resourceclass.py,sha256=0ZQcvK6Jrg_3rmIaOmzc6-mhM_6Bpl97g_7XulTD4nk,101964
|
|
69
69
|
oldaplib/src/user.py,sha256=Z4GXPRkaHXx3glUpPXQdFqYMxQPOuqayDwkTAE5RGjU,48820
|
|
70
70
|
oldaplib/src/userdataclass.py,sha256=FbZkcRt0pKbOeqsZ7HbpwoKE-XPWH2AqpHG1GcsrBPo,12364
|
|
71
|
-
oldaplib/src/version.py,sha256=
|
|
71
|
+
oldaplib/src/version.py,sha256=G3p10uWMvNQiA3ZdxMz0QlmyKECmnauS0Ym9wMP2tEI,21
|
|
72
72
|
oldaplib/src/xsd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
73
|
oldaplib/src/xsd/floatingpoint.py,sha256=rDReKqh0mXyc4F5wslgTUxbeGf3-PGERyughj5_62YI,8852
|
|
74
74
|
oldaplib/src/xsd/iri.py,sha256=tXOuDASdQ6k9KKp2wTO8H4K8yb-_o8jFPanua7wCHog,8269
|
|
@@ -154,6 +154,6 @@ oldaplib/testdata/source_type.yaml,sha256=dSihKikw3O-IlGf6anj5KWMoBYLaweLVF1Zojm
|
|
|
154
154
|
oldaplib/testdata/test_move_left_of_toL.yaml,sha256=2m1OSQrQFlsCQxeJrjzBAO74LMprNDo_HuyrYGsOeXI,787
|
|
155
155
|
oldaplib/testdata/testlist.yaml,sha256=AT11nXEG81Sfyb-tr1gQV0H_dZBrOCcFuHf7YtL8P2g,1994
|
|
156
156
|
oldaplib/testit.http,sha256=qW7mnr6aNLXFG6lQdLgyhXILOPN6qc5iFVZclLyVvkY,303
|
|
157
|
-
oldaplib-0.3.
|
|
158
|
-
oldaplib-0.3.
|
|
159
|
-
oldaplib-0.3.
|
|
157
|
+
oldaplib-0.3.3.dist-info/METADATA,sha256=AeOj6V0JTG4WtgmZxuuk9kGL3suHLFAKI017ntSeVrE,2803
|
|
158
|
+
oldaplib-0.3.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
159
|
+
oldaplib-0.3.3.dist-info/RECORD,,
|
|
File without changes
|