enapter 0.9.1__py3-none-any.whl → 0.9.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.

Potentially problematic release.


This version of enapter might be problematic. Click here for more details.

enapter/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.9.1"
1
+ __version__ = "0.9.2"
2
2
 
3
3
  from . import async_, log, mdns, mqtt, types, vucm
4
4
 
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: enapter
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: Enapter Python SDK
5
5
  Home-page: https://github.com/Enapter/python-sdk
6
6
  Author: Roman Novatorov
7
7
  Author-email: rnovatorov@enapter.com
8
8
  Description-Content-Type: text/markdown
9
9
  Requires-Dist: aiomqtt ==1.0.*
10
- Requires-Dist: dnspython ==2.2.*
10
+ Requires-Dist: dnspython ==2.6.*
11
11
  Requires-Dist: json-log-formatter ==0.5.*
12
12
 
13
13
  # Enapter Python SDK
@@ -1,4 +1,4 @@
1
- enapter/__init__.py,sha256=1BOEXXQg9nxO7F5cVELgi7Va_DQVxnn-FF8Ib7toMPw,182
1
+ enapter/__init__.py,sha256=h2hySSbGrLvW5vO6yVmf7t8DPWVpflma66GhlNmUPdw,182
2
2
  enapter/types.py,sha256=2366bx_VI7bIBNnIaG5sol7G4k0PqaQ6oS74dzM4l1M,52
3
3
  enapter/async_/__init__.py,sha256=JuiRI2bN2AgB-HLfAUoSsZpEziwFRftNNEp59Evnd0M,109
4
4
  enapter/async_/generator.py,sha256=qBhnt36Gl2166sJFnZHsREbZu8l43M4DfxybUMIv6W4,300
@@ -32,7 +32,7 @@ tests/unit/test_log.py,sha256=DQD1OCVkYYzy-Kq-jH_xsaRDtiwIqULuTgMitjSeiuo,1876
32
32
  tests/unit/test_vucm.py,sha256=h3sY9GXxNizHyjx0lxM5yErHUI4VzzJj_O1MbIu6OGM,685
33
33
  tests/unit/test_mqtt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  tests/unit/test_mqtt/test_api.py,sha256=ObKCHB-KDOYQLFrdzjTmLfjdWXXX0oanGKpX49P0qMI,2670
35
- enapter-0.9.1.dist-info/METADATA,sha256=6UxjnzUYfnrXljArhwjl5QgE9jAE-o9ydcUoBmeK8aI,3153
36
- enapter-0.9.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
37
- enapter-0.9.1.dist-info/top_level.txt,sha256=DsMzVradd7z3A0fm7zmn9oh08ijO41RtzglrnPlx54w,14
38
- enapter-0.9.1.dist-info/RECORD,,
35
+ enapter-0.9.2.dist-info/METADATA,sha256=h4HfaVY9ko8wFfK-R-ICaq98OHErV0X63bH46XZqjMU,3153
36
+ enapter-0.9.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
37
+ enapter-0.9.2.dist-info/top_level.txt,sha256=DsMzVradd7z3A0fm7zmn9oh08ijO41RtzglrnPlx54w,14
38
+ enapter-0.9.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5