aiomisc 17.5.28__py3-none-any.whl → 17.5.30__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.
- aiomisc/service/dns/records.py +1 -1
- aiomisc/service/raven.py +2 -2
- aiomisc/version.py +2 -2
- {aiomisc-17.5.28.dist-info → aiomisc-17.5.30.dist-info}/METADATA +5 -5
- {aiomisc-17.5.28.dist-info → aiomisc-17.5.30.dist-info}/RECORD +8 -8
- {aiomisc-17.5.28.dist-info → aiomisc-17.5.30.dist-info}/COPYING +0 -0
- {aiomisc-17.5.28.dist-info → aiomisc-17.5.30.dist-info}/WHEEL +0 -0
- {aiomisc-17.5.28.dist-info → aiomisc-17.5.30.dist-info}/entry_points.txt +0 -0
aiomisc/service/dns/records.py
CHANGED
aiomisc/service/raven.py
CHANGED
@@ -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:
|
aiomisc/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aiomisc
|
3
|
-
Version: 17.5.
|
3
|
+
Version: 17.5.30
|
4
4
|
Summary: aiomisc - miscellaneous utils for asyncio
|
5
5
|
Home-page: https://github.com/aiokitchen/aiomisc
|
6
6
|
License: MIT
|
@@ -69,7 +69,7 @@ Requires-Dist: typing_extensions ; python_version < "3.10"
|
|
69
69
|
Requires-Dist: uvicorn (>=0.27,<0.28) ; extra == "uvicorn"
|
70
70
|
Requires-Dist: uvloop (>=0.19,<1) ; extra == "uvloop"
|
71
71
|
Project-URL: Changelog, https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
|
72
|
-
Project-URL: Documentation, https://aiomisc.
|
72
|
+
Project-URL: Documentation, https://docs.aiomisc.com/
|
73
73
|
Project-URL: Source, https://github.com/aiokitchen/aiomisc
|
74
74
|
Project-URL: Tracker, https://github.com/aiokitchen/aiomisc/issues
|
75
75
|
Description-Content-Type: text/x-rst
|
@@ -430,7 +430,7 @@ For setting up developer environment just execute:
|
|
430
430
|
|
431
431
|
.. _Semantic Versioning: http://semver.org/
|
432
432
|
|
433
|
-
.. _API reference: https://aiomisc.
|
434
|
-
.. _Modules: https://aiomisc.
|
435
|
-
.. _Tutorial: https://aiomisc.
|
433
|
+
.. _API reference: https://docs.aiomisc.com/api/index.html
|
434
|
+
.. _Modules: https://docs.aiomisc.com/modules.html
|
435
|
+
.. _Tutorial: https://docs.aiomisc.com/tutorial.html
|
436
436
|
|
@@ -25,7 +25,7 @@ aiomisc/service/base.py,sha256=6xvD27Sh2jy-4JWer6n31FuSq798DZhLI730YYGQbYc,4322
|
|
25
25
|
aiomisc/service/carbon.py,sha256=o7x2LYUOfCcWYDAP9EFdCTtsduXhqkyMAuIqVio9YsM,1743
|
26
26
|
aiomisc/service/cron.py,sha256=VM-FjdAhy_zFkU-YTdpBSxF79upvrsCo-3kdI9cZTOo,1975
|
27
27
|
aiomisc/service/dns/__init__.py,sha256=RT8_0H8LrQe8sz2xvA2BvLi6CiJVZeVFltNRAx9MN7o,254
|
28
|
-
aiomisc/service/dns/records.py,sha256=
|
28
|
+
aiomisc/service/dns/records.py,sha256=VE65kDSJ3Fg3-V60-AQQY2OxR89_ggaAc38k7vKUatM,8771
|
29
29
|
aiomisc/service/dns/service.py,sha256=F8KSmFry6WpA4tWNrKcXVhS6GWb_Cyl3uanGu4lbOPw,3616
|
30
30
|
aiomisc/service/dns/store.py,sha256=FchfLSoWAI2x4n5RyIcnx_i7RQjHmBbco4L4rSAanGU,1749
|
31
31
|
aiomisc/service/dns/tree.py,sha256=q9VRcVxggrClUHyGZZqqSByMaHdU4nYPC1NdT17cVWM,1575
|
@@ -34,7 +34,7 @@ aiomisc/service/grpc_server.py,sha256=G1iRGX3jAfv3fpzNnw_n6UuhORmIZK4cz6aAi7t7qc
|
|
34
34
|
aiomisc/service/periodic.py,sha256=BEKGWxWDOX11sfo7MFYp-hiB5iZ4-c2BRsjS56k5B-0,1241
|
35
35
|
aiomisc/service/process.py,sha256=mZf8muZJNWQo95pUmzchMk08MJMhLifFK8m4CnNX49k,4477
|
36
36
|
aiomisc/service/profiler.py,sha256=6KiJsU7tD5eO4YKZXYujV2E8P-G8GUqLAGIl0AuPNG4,1503
|
37
|
-
aiomisc/service/raven.py,sha256=
|
37
|
+
aiomisc/service/raven.py,sha256=VHqnXWx-_r71_pjFniIB_E4CgT2reuRD1EB4yEC0hzE,12214
|
38
38
|
aiomisc/service/sdwatchdog.py,sha256=6AMI0MP5deZKEmxguE3w68dapW4xFLRYgx9rgBk5mRw,4473
|
39
39
|
aiomisc/service/tcp.py,sha256=gIdm4wXT191TMpL3Yzm_I7y--1kVxBLioN5lBP8mlhs,5507
|
40
40
|
aiomisc/service/tls.py,sha256=oFTYVe2zf1Ow_Gniem9WyNj_SkD3q95bcsz8LWAYqdI,7325
|
@@ -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=
|
48
|
+
aiomisc/version.py,sha256=v0ByhEcfvGAR6tx57WupDPQW31oDea5ompia7i31xFk,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.
|
67
|
-
aiomisc-17.5.
|
68
|
-
aiomisc-17.5.
|
69
|
-
aiomisc-17.5.
|
70
|
-
aiomisc-17.5.
|
66
|
+
aiomisc-17.5.30.dist-info/COPYING,sha256=Ky_8CQMaIixfyOreUBsl0hKN6A5fLnPF8KPQ9molMYA,1125
|
67
|
+
aiomisc-17.5.30.dist-info/METADATA,sha256=yCZt7Tn4_yEzDoa6C5euBj1hai0BYG5fjo9y9aPu9VI,15724
|
68
|
+
aiomisc-17.5.30.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
69
|
+
aiomisc-17.5.30.dist-info/entry_points.txt,sha256=KRsSPCwKJyGTWrvzpwbS0yIDwzsgDA2X6f0CBWYmNao,55
|
70
|
+
aiomisc-17.5.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|