aiomisc 17.3.0__py3-none-any.whl → 17.3.2__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/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, 3, 0)
6
- __version__ = "17.3.0"
5
+ version_info = (17, 3, 2)
6
+ __version__ = "17.3.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiomisc
3
- Version: 17.3.0
3
+ Version: 17.3.2
4
4
  Summary: aiomisc - miscellaneous utils for asyncio
5
5
  Home-page: https://github.com/aiokitchen/aiomisc
6
6
  License: MIT
@@ -55,7 +55,7 @@ Requires-Dist: croniter (>=1.3.8,<2.0.0) ; extra == "cron"
55
55
  Requires-Dist: logging-journald ; sys_platform == "linux"
56
56
  Requires-Dist: raven ; extra == "raven"
57
57
  Requires-Dist: rich ; extra == "rich"
58
- Requires-Dist: typing_extensions ; python_version < "3.8"
58
+ Requires-Dist: typing_extensions ; python_version < "3.10"
59
59
  Requires-Dist: uvloop (>=0.14,<1) ; extra == "uvloop"
60
60
  Project-URL: Changelog, https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
61
61
  Project-URL: Documentation, https://aiomisc.readthedocs.io/en/latest/
@@ -37,7 +37,7 @@ aiomisc/signal.py,sha256=-4d3T78-si8sBoWrrf0tt_TShaHhWs6gnlPCx8oyZLA,1727
37
37
  aiomisc/thread_pool.py,sha256=VehUD2AnsvDRzlEbjO8_s9daLiJqK94To4QcmZl-31E,12125
38
38
  aiomisc/timeout.py,sha256=B4gDv6eXs5XHicjRifRc-Z1L7OBACyh-_QA1iAdv4g4,678
39
39
  aiomisc/utils.py,sha256=u_ZrJ2BT2I1D0SJN5SAUJdLvdHjMtaVtVQJkNl7KLO8,11921
40
- aiomisc/version.py,sha256=hmCAdH5_EdgTV9oSx5Vgtkf1PL8KhlqOSk8j1aY9mxM,154
40
+ aiomisc/version.py,sha256=EkZD2bBVdtRkzAEYiMFPCEZnNmuUmxndElSZmmDjVuk,154
41
41
  aiomisc/worker_pool.py,sha256=SDi1rk0K6NxpQ7PtAv9ch9SG5UkEh0GZXDfqeuztFuU,10874
42
42
  aiomisc_log/__init__.py,sha256=7vhs6dg3J36mViNPjTpHA9enLxnVP-bf3XREYV6wNWc,4416
43
43
  aiomisc_log/enum.py,sha256=SkGpP70sjruOx0pzZfJZTbbrtNIarKmdtaFE7zQ2Hzk,1525
@@ -55,8 +55,8 @@ aiomisc_worker/process_inner.py,sha256=8ZtjCSLrgySW57OIbuGrpEWxfysRLYKx1or1YaAqx
55
55
  aiomisc_worker/protocol.py,sha256=1smmlBbdreSmnrxuhHaUMUC10FO9xMIEcedhweQJX_A,2705
56
56
  aiomisc_worker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
57
  aiomisc_worker/worker.py,sha256=f8nCFhlKh84UUBUaEgCllwMRvVZiD8_UUXaeit6g3T8,3236
58
- aiomisc-17.3.0.dist-info/COPYING,sha256=Ky_8CQMaIixfyOreUBsl0hKN6A5fLnPF8KPQ9molMYA,1125
59
- aiomisc-17.3.0.dist-info/METADATA,sha256=9ueLQbKnCQNRlGdBV7qu_wlSkIG-amtc4IyInZoZnwQ,15059
60
- aiomisc-17.3.0.dist-info/WHEEL,sha256=WGfLGfLX43Ei_YORXSnT54hxFygu34kMpcQdmgmEwCQ,88
61
- aiomisc-17.3.0.dist-info/entry_points.txt,sha256=KRsSPCwKJyGTWrvzpwbS0yIDwzsgDA2X6f0CBWYmNao,55
62
- aiomisc-17.3.0.dist-info/RECORD,,
58
+ aiomisc-17.3.2.dist-info/COPYING,sha256=Ky_8CQMaIixfyOreUBsl0hKN6A5fLnPF8KPQ9molMYA,1125
59
+ aiomisc-17.3.2.dist-info/METADATA,sha256=jQIPXMa672lodHwoTl5loTAL8Tx2gu5_D5-sS2sg1MY,15060
60
+ aiomisc-17.3.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
61
+ aiomisc-17.3.2.dist-info/entry_points.txt,sha256=KRsSPCwKJyGTWrvzpwbS0yIDwzsgDA2X6f0CBWYmNao,55
62
+ aiomisc-17.3.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.6.0
2
+ Generator: poetry-core 1.6.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any