aiomisc 17.5.23__tar.gz → 17.5.25__tar.gz
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.
- {aiomisc-17.5.23 → aiomisc-17.5.25}/PKG-INFO +1 -1
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/aiohttp.py +2 -5
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/version.py +2 -2
- {aiomisc-17.5.23 → aiomisc-17.5.25}/pyproject.toml +3 -2
- {aiomisc-17.5.23 → aiomisc-17.5.25}/COPYING +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/README.rst +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/__init__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/_context_vars.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/aggregate.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/backoff.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/circuit_breaker.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/compat.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/context.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/counters.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/cron.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/entrypoint.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/io.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/iterator_wrapper.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/log.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/periodic.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/plugins/__init__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/plugins/__main__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/pool.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/process_pool.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/py.typed +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/recurring.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/__init__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/asgi.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/base.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/carbon.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/cron.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/dns/__init__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/dns/records.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/dns/service.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/dns/store.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/dns/tree.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/dns/zone.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/grpc_server.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/periodic.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/process.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/profiler.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/raven.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/sdwatchdog.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/tcp.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/tls.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/tracer.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/udp.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/service/uvicorn.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/signal.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/thread_pool.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/timeout.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/utils.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc/worker_pool.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/__init__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/enum.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/formatter/__init__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/formatter/color.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/formatter/journald.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/formatter/json.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/formatter/rich.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_log/py.typed +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/__init__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/__main__.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/forking.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/process.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/process_inner.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/protocol.py +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/py.typed +0 -0
- {aiomisc-17.5.23 → aiomisc-17.5.25}/aiomisc_worker/worker.py +0 -0
@@ -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
|
),
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "aiomisc"
|
3
3
|
# This is a dummy version which will be rewritten with poem-plugins
|
4
|
-
version = "17.5.
|
4
|
+
version = "17.5.25"
|
5
5
|
description = "aiomisc - miscellaneous utils for asyncio"
|
6
6
|
authors = ["Dmitry Orlov <me@mosquito.su>"]
|
7
7
|
readme = "README.rst"
|
@@ -76,7 +76,7 @@ dnslib = { version = "^0.9", optional = true }
|
|
76
76
|
|
77
77
|
[tool.poetry.group.dev.dependencies]
|
78
78
|
aiocarbon = "^0.15.3"
|
79
|
-
aiohttp = "^3.9"
|
79
|
+
aiohttp = "^3.9.5"
|
80
80
|
aiohttp-asgi = "~0.5.2"
|
81
81
|
aiomisc-pytest = "^1.0.8"
|
82
82
|
asgiref = "^3.7"
|
@@ -112,6 +112,7 @@ timeout-decorator = "^0.5.0"
|
|
112
112
|
types-croniter = "^1.3"
|
113
113
|
types-setuptools = "^65.6.0.1"
|
114
114
|
uvicorn = "^0.27"
|
115
|
+
pytest-rerunfailures = "^14.0"
|
115
116
|
|
116
117
|
[tool.poetry.group.uvloop.dependencies]
|
117
118
|
uvloop = "^0.19.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|