moat-kv-ow 0.9.8__tar.gz → 0.9.9__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.
Files changed (28) hide show
  1. {moat_kv_ow-0.9.8/src/moat_kv_ow.egg-info → moat_kv_ow-0.9.9}/PKG-INFO +1 -1
  2. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/debian/changelog +12 -0
  3. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/pyproject.toml +1 -1
  4. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat/kv/ow/_main.py +1 -1
  5. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9/src/moat_kv_ow.egg-info}/PKG-INFO +1 -1
  6. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat_kv_ow.egg-info/SOURCES.txt +0 -1
  7. moat_kv_ow-0.9.8/debian/watch +0 -4
  8. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/LICENSE.txt +0 -0
  9. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/Makefile +0 -0
  10. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/README.rst +0 -0
  11. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/TODO.rst +0 -0
  12. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/USAGE.rst +0 -0
  13. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/debian/.gitignore +0 -0
  14. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/debian/control +0 -0
  15. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/debian/rules +0 -0
  16. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/debian/source/format +0 -0
  17. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/moat-kv-ow@.service +0 -0
  18. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/setup.cfg +0 -0
  19. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat/kv/ow/__init__.py +0 -0
  20. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat/kv/ow/_cfg.yaml +0 -0
  21. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat/kv/ow/mock.py +0 -0
  22. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat/kv/ow/model.py +0 -0
  23. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat/kv/ow/task.py +0 -0
  24. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat_kv_ow.egg-info/dependency_links.txt +0 -0
  25. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat_kv_ow.egg-info/requires.txt +0 -0
  26. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/src/moat_kv_ow.egg-info/top_level.txt +0 -0
  27. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/systemd/moat-kv-ow@.service +0 -0
  28. {moat_kv_ow-0.9.8 → moat_kv_ow-0.9.9}/tools/update-0-4.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-kv-ow
3
- Version: 0.9.8
3
+ Version: 0.9.9
4
4
  Summary: 1wire connector for MoaT-KV
5
5
  Author-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
@@ -1,3 +1,15 @@
1
+ moat-kv-ow (0.9.9-1) unstable; urgency=medium
2
+
3
+ * New release for 25.3.3
4
+
5
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 22 Jul 2025 09:30:13 +0200
6
+
7
+ moat-kv-ow (0.9.8-2) unstable; urgency=medium
8
+
9
+ * New release for 25.3.1
10
+
11
+ -- Matthias Urlichs <matthias@urlichs.de> Fri, 23 May 2025 13:12:25 +0200
12
+
1
13
  moat-kv-ow (0.9.8-1) unstable; urgency=medium
2
14
 
3
15
  * New release for 25.3.0
@@ -13,7 +13,7 @@ classifiers = [
13
13
  dependencies = [
14
14
  "moat-kv ~= 0.70.24",
15
15
  ]
16
- version = "0.9.8"
16
+ version = "0.9.9"
17
17
  keywords = [ "MoaT",]
18
18
  requires-python = ">=3.8"
19
19
  name = "moat-kv-ow"
@@ -74,7 +74,7 @@ async def list_(obj, device, family):
74
74
  def pm(p):
75
75
  return Path(str(prefix + path)) + p
76
76
 
77
- await data_get(obj, prefix + path, as_dict="_", path_mangle=pm)
77
+ await data_get(obj.client, prefix + path, as_dict="_", path_mangle=pm, out=obj.stdout)
78
78
 
79
79
 
80
80
  @cli.command("attr", help="Mirror a device attribute to/from MoaT-KV")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-kv-ow
3
- Version: 0.9.8
3
+ Version: 0.9.9
4
4
  Summary: 1wire connector for MoaT-KV
5
5
  Author-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
@@ -10,7 +10,6 @@ debian/.gitignore
10
10
  debian/changelog
11
11
  debian/control
12
12
  debian/rules
13
- debian/watch
14
13
  debian/source/format
15
14
  src/moat/kv/ow/__init__.py
16
15
  src/moat/kv/ow/_cfg.yaml
@@ -1,4 +0,0 @@
1
- # please also check http://pypi.debian.net/distowfs/watch
2
- version=3
3
- opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
4
- http://pypi.debian.net/distowfs/distowfs-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
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