aiomisc 17.5.29__tar.gz → 17.5.30__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.29 → aiomisc-17.5.30}/PKG-INFO +1 -1
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/dns/records.py +1 -1
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/raven.py +2 -2
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/version.py +2 -2
- {aiomisc-17.5.29 → aiomisc-17.5.30}/pyproject.toml +1 -1
- {aiomisc-17.5.29 → aiomisc-17.5.30}/COPYING +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/README.rst +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/__init__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/_context_vars.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/aggregate.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/backoff.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/circuit_breaker.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/compat.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/context.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/counters.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/cron.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/entrypoint.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/io.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/iterator_wrapper.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/log.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/periodic.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/plugins/__init__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/plugins/__main__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/pool.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/process_pool.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/py.typed +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/recurring.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/__init__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/aiohttp.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/asgi.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/base.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/carbon.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/cron.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/dns/__init__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/dns/service.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/dns/store.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/dns/tree.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/dns/zone.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/grpc_server.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/periodic.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/process.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/profiler.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/sdwatchdog.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/tcp.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/tls.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/tracer.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/udp.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/service/uvicorn.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/signal.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/thread_pool.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/timeout.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/utils.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc/worker_pool.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/__init__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/enum.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/formatter/__init__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/formatter/color.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/formatter/journald.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/formatter/json.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/formatter/rich.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_log/py.typed +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/__init__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/__main__.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/forking.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/process.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/process_inner.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/protocol.py +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/py.typed +0 -0
- {aiomisc-17.5.29 → aiomisc-17.5.30}/aiomisc_worker/worker.py +0 -0
@@ -70,7 +70,7 @@ class AioHttpTransportBase(
|
|
70
70
|
def __init__(
|
71
71
|
self, parsed_url: Optional[str] = None, *, verify_ssl: bool = True,
|
72
72
|
timeout: TimeoutType = defaults.TIMEOUT, keepalive: bool = True,
|
73
|
-
family:
|
73
|
+
family: socket.AddressFamily = socket.AddressFamily.AF_INET,
|
74
74
|
):
|
75
75
|
self._keepalive = keepalive
|
76
76
|
self._family = family
|
@@ -92,7 +92,7 @@ class AioHttpTransportBase(
|
|
92
92
|
return self._keepalive
|
93
93
|
|
94
94
|
@property
|
95
|
-
def family(self) ->
|
95
|
+
def family(self) -> socket.AddressFamily:
|
96
96
|
return self._family
|
97
97
|
|
98
98
|
def _client_session_factory(self) -> aiohttp.ClientSession:
|
@@ -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.30"
|
5
5
|
description = "aiomisc - miscellaneous utils for asyncio"
|
6
6
|
authors = ["Dmitry Orlov <me@mosquito.su>"]
|
7
7
|
readme = "README.rst"
|
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
|