aiomisc 17.5.24__py3-none-any.whl → 17.5.26__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.
@@ -74,14 +74,12 @@ class AIOHTTPService(Service):
74
74
  if getattr(self, "runner", None) is None:
75
75
  raise RuntimeError("runner already created")
76
76
 
77
- return SockSite(
78
- self.runner, self.socket,
79
- shutdown_timeout=self.shutdown_timeout,
80
- )
77
+ return SockSite(self.runner, self.socket)
81
78
 
82
79
  async def make_runner(self, application: Application) -> AppRunner:
83
80
  return AppRunner(
84
81
  application,
82
+ shutdown_timeout=self.shutdown_timeout,
85
83
  **self.runner_kwargs,
86
84
  )
87
85
 
@@ -129,7 +127,6 @@ class AIOHTTPSSLService(AIOHTTPService):
129
127
 
130
128
  return SockSite(
131
129
  self.runner, self.socket,
132
- shutdown_timeout=self.shutdown_timeout,
133
130
  ssl_context=await self.loop.run_in_executor(
134
131
  None, self.__ssl_options.create_context,
135
132
  ),
aiomisc/version.py CHANGED
@@ -2,5 +2,5 @@
2
2
  # BY: poem-plugins "git" plugin
3
3
  # NEVER EDIT THIS FILE MANUALLY
4
4
 
5
- version_info = (17, 5, 24)
6
- __version__ = "17.5.24"
5
+ version_info = (17, 5, 26)
6
+ __version__ = "17.5.26"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiomisc
3
- Version: 17.5.24
3
+ Version: 17.5.26
4
4
  Summary: aiomisc - miscellaneous utils for asyncio
5
5
  Home-page: https://github.com/aiokitchen/aiomisc
6
6
  License: MIT
@@ -19,7 +19,7 @@ aiomisc/process_pool.py,sha256=EwzB_HqxoKX7h3A7DVeRy1AIg-rN0nSpCl9KfGW54Ss,1596
19
19
  aiomisc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  aiomisc/recurring.py,sha256=LJ13P_OhZM6mVOed8iUrS-M9PXY12516XBZcFtO7XtI,4923
21
21
  aiomisc/service/__init__.py,sha256=_JSkI4Q78UljG4CvhK6He2UGLxJaQS6cVwZ9QT0cSWo,607
22
- aiomisc/service/aiohttp.py,sha256=TNS47oHqEX4JPcylkdJ80gZjHGXjT7c0W30nqF3vFqo,4166
22
+ aiomisc/service/aiohttp.py,sha256=Lfw1dm77zscBZP0H4sKYlVye7RfE0EPWeSSX5V-mvD0,4091
23
23
  aiomisc/service/asgi.py,sha256=S6ejgg7GpHfUzuj46g8QuLXTHn0YWwqI_pAGbXfoNjE,1583
24
24
  aiomisc/service/base.py,sha256=6xvD27Sh2jy-4JWer6n31FuSq798DZhLI730YYGQbYc,4322
25
25
  aiomisc/service/carbon.py,sha256=o7x2LYUOfCcWYDAP9EFdCTtsduXhqkyMAuIqVio9YsM,1743
@@ -45,7 +45,7 @@ aiomisc/signal.py,sha256=_iiC2jukXg7-LLirIl1YATlKIIsKLbmTNFr1Ezheu7g,1728
45
45
  aiomisc/thread_pool.py,sha256=591u5HV1aBmBRcaVm4kAtMLPZOb6veqhT9wkts_knqE,14017
46
46
  aiomisc/timeout.py,sha256=OhXCvQGbPZA9IQ7cRT7ZlZnsbmDgH5ioErQyjeqIEzY,919
47
47
  aiomisc/utils.py,sha256=6yTfTpeRCVzfZp-MJCmB1oayOHUBVwQwzC3U5PBAjn8,11919
48
- aiomisc/version.py,sha256=eWYLYKDebYsa58bRmlTinTzXFCNkhHCzjP-iCC15-p0,156
48
+ aiomisc/version.py,sha256=qXAHP0UoAHLXfMvcY2tegGHhqIH3kVZVtYUq4oGYwkc,156
49
49
  aiomisc/worker_pool.py,sha256=GA91KdOrBlqHthbVSTxu_d6BsBIbl-uKqW2NxqSafG0,11107
50
50
  aiomisc_log/__init__.py,sha256=ZD-Q-YTWoZdxJpMqMNMIraA_gaN0QawgnVpXz6mxd2o,4855
51
51
  aiomisc_log/enum.py,sha256=_zfCZPYCGyI9KL6TqHiYVlOfA5U5MCbsuCuDKxDHdxg,1549
@@ -63,8 +63,8 @@ aiomisc_worker/process_inner.py,sha256=8ZtjCSLrgySW57OIbuGrpEWxfysRLYKx1or1YaAqx
63
63
  aiomisc_worker/protocol.py,sha256=1smmlBbdreSmnrxuhHaUMUC10FO9xMIEcedhweQJX_A,2705
64
64
  aiomisc_worker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
65
  aiomisc_worker/worker.py,sha256=f8nCFhlKh84UUBUaEgCllwMRvVZiD8_UUXaeit6g3T8,3236
66
- aiomisc-17.5.24.dist-info/COPYING,sha256=Ky_8CQMaIixfyOreUBsl0hKN6A5fLnPF8KPQ9molMYA,1125
67
- aiomisc-17.5.24.dist-info/METADATA,sha256=xAKPvzIs9wEv6x42sMnShGpL-R4dDI5DBUcov7F_8HM,15737
68
- aiomisc-17.5.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
69
- aiomisc-17.5.24.dist-info/entry_points.txt,sha256=KRsSPCwKJyGTWrvzpwbS0yIDwzsgDA2X6f0CBWYmNao,55
70
- aiomisc-17.5.24.dist-info/RECORD,,
66
+ aiomisc-17.5.26.dist-info/COPYING,sha256=Ky_8CQMaIixfyOreUBsl0hKN6A5fLnPF8KPQ9molMYA,1125
67
+ aiomisc-17.5.26.dist-info/METADATA,sha256=7SCbtFpI8ogbC6BOauHf0iL8RUNutcMfZuSqpfTeoeo,15737
68
+ aiomisc-17.5.26.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
69
+ aiomisc-17.5.26.dist-info/entry_points.txt,sha256=KRsSPCwKJyGTWrvzpwbS0yIDwzsgDA2X6f0CBWYmNao,55
70
+ aiomisc-17.5.26.dist-info/RECORD,,