oldaplib 0.3.18__py3-none-any.whl → 0.3.20__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.
@@ -504,7 +504,7 @@ class PropertyClass(Model, Notify):
504
504
  to_delete = self._attributes.get(attr) - remaining
505
505
  for x in to_delete:
506
506
  self._attributes[attr].discard(x)
507
- return
507
+ return
508
508
  else:
509
509
  to_add = set(value) - set(self._attributes.get(attr))
510
510
  to_delete = set(self._attributes.get(attr)) - set(value)
oldaplib/src/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.3.18"
1
+ __version__ = "0.3.20"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: oldaplib
3
- Version: 0.3.18
3
+ Version: 0.3.20
4
4
  Summary: Open Media Access Server Library (Linked Open Data middleware/RESTApi)
5
5
  License: GNU Affero General Public License version 3
6
6
  Author: Lukas Rosenthaler
@@ -9,7 +9,6 @@ Requires-Python: >=3.12,<4.0
9
9
  Classifier: License :: Other/Proprietary License
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.12
12
- Classifier: Programming Language :: Python :: 3.13
13
12
  Requires-Dist: bcrypt (==5.0.0)
14
13
  Requires-Dist: bump2version (>=1.0.1,<2.0.0)
15
14
  Requires-Dist: cloudpickle (>=3.1.1,<4.0.0)
@@ -66,11 +66,11 @@ oldaplib/src/oldaplistnode.py,sha256=NnC2juEGTtEkDO6OlB9PjSw_zTF-wSsRUgEk-6VV9DA
66
66
  oldaplib/src/oldaplogging.py,sha256=IDSOylms9OSTInYPC4Y2QrTTEzRL0T5I2QssCevOhTU,1242
67
67
  oldaplib/src/permissionset.py,sha256=bzzVuZ7O_yVMujziwo32GEJIZYGG3g5gTds4HjLmGtU,31874
68
68
  oldaplib/src/project.py,sha256=DNwViRg19zkE1F0zuWqQFK008uTVehVAu7xNbyessig,34207
69
- oldaplib/src/propertyclass.py,sha256=jXB5Y4Fq9RcSpsW_v7dHxd0BjdFqFWVT9A67k-dnoaw,97330
69
+ oldaplib/src/propertyclass.py,sha256=y82BQDTGKzLGJSENNBb3LD8BTZmSdGRoYNEeUlV4628,97326
70
70
  oldaplib/src/resourceclass.py,sha256=I6m93JhfCh4XAUFgmb6v0fD798DfU7-ImTKrUJk4g-o,102098
71
71
  oldaplib/src/user.py,sha256=Z4GXPRkaHXx3glUpPXQdFqYMxQPOuqayDwkTAE5RGjU,48820
72
72
  oldaplib/src/userdataclass.py,sha256=FbZkcRt0pKbOeqsZ7HbpwoKE-XPWH2AqpHG1GcsrBPo,12364
73
- oldaplib/src/version.py,sha256=KDtsjv7ghvIAiAm_GoJi8tU56ilDnt7P4gEvxUpAlwc,22
73
+ oldaplib/src/version.py,sha256=uAkobnetgdGdqCULNC7XUYGJPjMNHvADSXk8oSo_jpY,22
74
74
  oldaplib/src/xsd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
75
  oldaplib/src/xsd/floatingpoint.py,sha256=rDReKqh0mXyc4F5wslgTUxbeGf3-PGERyughj5_62YI,8852
76
76
  oldaplib/src/xsd/iri.py,sha256=w1Dr0z-REi7yPe3GPGnyzGrLVMvLY03kEeK-AmZ9sxw,8383
@@ -158,6 +158,6 @@ oldaplib/testdata/source_type.yaml,sha256=dSihKikw3O-IlGf6anj5KWMoBYLaweLVF1Zojm
158
158
  oldaplib/testdata/test_move_left_of_toL.yaml,sha256=2m1OSQrQFlsCQxeJrjzBAO74LMprNDo_HuyrYGsOeXI,787
159
159
  oldaplib/testdata/testlist.yaml,sha256=AT11nXEG81Sfyb-tr1gQV0H_dZBrOCcFuHf7YtL8P2g,1994
160
160
  oldaplib/testit.http,sha256=qW7mnr6aNLXFG6lQdLgyhXILOPN6qc5iFVZclLyVvkY,303
161
- oldaplib-0.3.18.dist-info/METADATA,sha256=9IYrZnU_x0pbUEcYRWe0qKpthP8GRekOEHWAxX9SxsI,3061
162
- oldaplib-0.3.18.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
163
- oldaplib-0.3.18.dist-info/RECORD,,
161
+ oldaplib-0.3.20.dist-info/METADATA,sha256=E6OjLAX0Alyi2IVi0EAr2_ODmkKoh9IaxWL9AMO8gwU,3010
162
+ oldaplib-0.3.20.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
163
+ oldaplib-0.3.20.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any