sovereign 1.0.0b124__py3-none-any.whl → 1.0.0b125__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.

Potentially problematic release.


This version of sovereign might be problematic. Click here for more details.

sovereign/worker.py CHANGED
@@ -56,6 +56,9 @@ class RenderQueue:
56
56
  def full(self):
57
57
  return self._queue.full()
58
58
 
59
+ def task_done(self):
60
+ self._queue.task_done()
61
+
59
62
 
60
63
  ONDEMAND = RenderQueue()
61
64
  RENDER_SEMAPHORE = asyncio.Semaphore(cpu_count())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sovereign
3
- Version: 1.0.0b124
3
+ Version: 1.0.0b125
4
4
  Summary: Envoy Proxy control-plane written in Python
5
5
  Home-page: https://pypi.org/project/sovereign/
6
6
  License: Apache-2.0
@@ -59,9 +59,9 @@ sovereign/views/crypto.py,sha256=7y0eHWtt-bbr2CwHEkH7odPaJ1IEviU-71U-MYJD0Kc,336
59
59
  sovereign/views/discovery.py,sha256=B_D1ckfbN1dSKBvuFCTyfB79GUUriCADTB53OwZ8D4Q,2409
60
60
  sovereign/views/healthchecks.py,sha256=TaXbxkX679jyQ8v5FxtBa2Qa0Z7KuqQ10WgAqfuVGUc,1743
61
61
  sovereign/views/interface.py,sha256=FmQ7LiUPLSvkEDOKCncrnKMD9g1lJKu-DQNbbyi8mqk,6346
62
- sovereign/worker.py,sha256=JWyZEsD-unguTWOMIwBWbWOTBppOozdbj_O4TrvN2BE,6315
63
- sovereign-1.0.0b124.dist-info/LICENSE.txt,sha256=2X125zvAb9AYLjCgdMDQZuufhm0kwcg31A8pGKj_-VY,560
64
- sovereign-1.0.0b124.dist-info/METADATA,sha256=zG_mBD_7-89gp9buqzGEKxAr3iv6fTEgjOFXw44hjRs,6304
65
- sovereign-1.0.0b124.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
66
- sovereign-1.0.0b124.dist-info/entry_points.txt,sha256=VKJdnnN_HNL8xYQMXsFXfFmN6QkdXMEk5S964avxQJI,1404
67
- sovereign-1.0.0b124.dist-info/RECORD,,
62
+ sovereign/worker.py,sha256=iMeUQfN6hFoarqteG0eYpzVDj_Izknpe6QnVY-l7U6U,6373
63
+ sovereign-1.0.0b125.dist-info/LICENSE.txt,sha256=2X125zvAb9AYLjCgdMDQZuufhm0kwcg31A8pGKj_-VY,560
64
+ sovereign-1.0.0b125.dist-info/METADATA,sha256=lE6OWxPME5zhTc3YNQhJbVPxYq4C2rVBQSZJc5JTxlw,6304
65
+ sovereign-1.0.0b125.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
66
+ sovereign-1.0.0b125.dist-info/entry_points.txt,sha256=VKJdnnN_HNL8xYQMXsFXfFmN6QkdXMEk5S964avxQJI,1404
67
+ sovereign-1.0.0b125.dist-info/RECORD,,