nsarchive 1.1.6__py3-none-any.whl → 1.1.8__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.
nsarchive/__init__.py CHANGED
@@ -126,7 +126,8 @@ class EntityInstance:
126
126
  for vote in entity.votes:
127
127
  _votes.append(NSID(vote))
128
128
 
129
- self.electors.put({ "votes": _votes }, entity.id, expire_in = 112 * 84600) # Données supprimées après 16 semaines d'inactivité
129
+ self.electors.put({ "votes": _votes }, entity.id, expire_in = 112 * 84600) # Données supprimées après 16 semaines d'inactivité
130
+
130
131
  _base.put(_data, entity.id, expire_in = 3 * 31536000) # Pareil après 3 ans
131
132
 
132
133
  def delete_entity(self, entity: Entity) -> None:
@@ -164,9 +165,6 @@ class EntityInstance:
164
165
  for target, value in listquery.items():
165
166
  if value not in item[target]:
166
167
  _res.remove(item)
167
-
168
- if item is None:
169
- _res.remove(item)
170
168
 
171
169
  return [ self.get_entity(NSID(entity['key'])) for entity in _res ]
172
170
 
@@ -186,7 +184,7 @@ class EntityInstance:
186
184
  groups = self.fetch_entities({'_type': 'organization'}, {'members': id})
187
185
  groups.extend(self.fetch_entities({'_type': 'organization', 'owner_id': id}))
188
186
 
189
- return groups
187
+ return [ group for group in groups if group is not None ]
190
188
 
191
189
  def get_position(self, id: str) -> Position:
192
190
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nsarchive
3
- Version: 1.1.6
3
+ Version: 1.1.8
4
4
  Summary:
5
5
  License: GPL-3.0
6
6
  Author: happex
@@ -1,4 +1,4 @@
1
- nsarchive/__init__.py,sha256=D-TXYWBYL_8CUcvyCYoV7NlJwlXFc4JomCt6sJR8058,24729
1
+ nsarchive/__init__.py,sha256=OmoQdoKjvSicOWde7x_4BtPDD-O-t87k4t0RF1WuSzw,24700
2
2
  nsarchive/assets/default_avatar.png,sha256=n-4vG_WPke8LvbY3ZU6oA-H-OtRoIu7woKnRq9DCIlI,51764
3
3
  nsarchive/cls/archives.py,sha256=Nmt3C0Zq9oGQdCXSzm_wo70VbNq89SY3dx9KKqEpoCg,2182
4
4
  nsarchive/cls/base.py,sha256=z7NTvrtbeaUF1T_o-J7PL2N8axkmJek9EoKcQ8fTF9I,715
@@ -7,7 +7,7 @@ nsarchive/cls/entities.py,sha256=o5_zqkRFuXBF6zuFDsuOI8g0dxoL6rG2EUa0hj-lAhE,581
7
7
  nsarchive/cls/exceptions.py,sha256=QN6Qn7cxTkGoC4lO50hBAq4gZCgo7scQvCkb-xKl6Xs,692
8
8
  nsarchive/cls/republic.py,sha256=6eut6OsFoOm9TVhA41fM3NlMEA3Uhg9TCuXgl46vFko,1985
9
9
  nsarchive/utils/assets.py,sha256=hd0STSpa0yT-OJlUyI_wCYXJqcBiUMQds2pZTXNNg9c,382
10
- nsarchive-1.1.6.dist-info/LICENSE,sha256=aFLFZg6LEJFpTlNQ8su3__jw4GfV-xWBmC1cePkKZVw,35802
11
- nsarchive-1.1.6.dist-info/METADATA,sha256=_t6oErLEV4SMJcgYvfgbtW9lXXsnQak8v1ipsDaTLT0,5629
12
- nsarchive-1.1.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
- nsarchive-1.1.6.dist-info/RECORD,,
10
+ nsarchive-1.1.8.dist-info/LICENSE,sha256=aFLFZg6LEJFpTlNQ8su3__jw4GfV-xWBmC1cePkKZVw,35802
11
+ nsarchive-1.1.8.dist-info/METADATA,sha256=TNkSsFhllRBGG9zbZ_zAgc1bgjELy4wSUdJZc3Z1ncY,5629
12
+ nsarchive-1.1.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
+ nsarchive-1.1.8.dist-info/RECORD,,