moat-lib-stream 0.3.2__tar.gz → 0.3.3__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 (27) hide show
  1. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/PKG-INFO +1 -1
  2. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/debian/changelog +18 -0
  3. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/debian/control +1 -2
  4. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/pyproject.toml +1 -1
  5. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/tcp.py +1 -1
  6. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat_lib_stream.egg-info/PKG-INFO +1 -1
  7. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/LICENSE.txt +0 -0
  8. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/README.md +0 -0
  9. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/debian/.gitignore +0 -0
  10. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/debian/rules +0 -0
  11. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/setup.cfg +0 -0
  12. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/__init__.py +0 -0
  13. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/_cbor.py +0 -0
  14. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/_console.py +0 -0
  15. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/anyio.py +0 -0
  16. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/base.py +0 -0
  17. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/cbor.py +0 -0
  18. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/log.py +0 -0
  19. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/reliable.py +0 -0
  20. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/serial.py +0 -0
  21. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/terminal.py +0 -0
  22. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/unix.py +0 -0
  23. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat/lib/stream/ws.py +0 -0
  24. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat_lib_stream.egg-info/SOURCES.txt +0 -0
  25. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat_lib_stream.egg-info/dependency_links.txt +0 -0
  26. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat_lib_stream.egg-info/requires.txt +0 -0
  27. {moat_lib_stream-0.3.2 → moat_lib_stream-0.3.3}/src/moat_lib_stream.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-lib-stream
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Stream infrastructure for MoaT applications
5
5
  Maintainer-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
@@ -1,3 +1,21 @@
1
+ moat-lib-stream (0.3.3-1) unstable; urgency=medium
2
+
3
+ * New release for 26.2.8
4
+
5
+ -- Matthias Urlichs <matthias@urlichs.de> Sat, 11 Jul 2026 03:16:30 +0200
6
+
7
+ moat-lib-stream (0.3.2-3) unstable; urgency=medium
8
+
9
+ * New release for 26.2.3
10
+
11
+ -- Matthias Urlichs <matthias@urlichs.de> Mon, 15 Jun 2026 17:44:56 +0200
12
+
13
+ moat-lib-stream (0.3.2-2) unstable; urgency=medium
14
+
15
+ * New release for 26.1.12
16
+
17
+ -- Matthias Urlichs <matthias@urlichs.de> Fri, 24 Apr 2026 15:40:09 +0200
18
+
1
19
  moat-lib-stream (0.3.2-1) unstable; urgency=medium
2
20
 
3
21
  * New release for 26.1.10
@@ -2,12 +2,11 @@ Source: moat-lib-stream
2
2
  Maintainer: "Matthias Urlichs" <matthias@urlichs.de>
3
3
  Section: python
4
4
  Priority: optional
5
- Build-Depends: dh-python, python3-all, debhelper (>= 13),
5
+ Build-Depends: dh-python, python3-all, debhelper (>= 13), debhelper-compat (= 13),
6
6
  python3-setuptools,
7
7
  python3-wheel,
8
8
  Standards-Version: 3.9.6
9
9
  Homepage: https://m-o-a-t.org
10
- X-DH-Compat: 13
11
10
 
12
11
  Package: python3-moat-lib-stream
13
12
  Architecture: all
@@ -24,7 +24,7 @@ name = "moat-lib-stream"
24
24
  maintainers = [{email = "matthias@urlichs.de",name = "Matthias Urlichs"}]
25
25
  description='Stream infrastructure for MoaT applications'
26
26
  readme = "README.md"
27
- version = "0.3.2"
27
+ version = "0.3.3"
28
28
 
29
29
  [project.urls]
30
30
  homepage = "https://m-o-a-t.org"
@@ -33,7 +33,7 @@ class TcpLink(AnyioBuf):
33
33
  sl = retry.get("delay", 0.1)
34
34
  er: OSError | None = None
35
35
  try:
36
- with anyio.fail_after(retry.get("timeout", 999)):
36
+ with anyio.fail_after(retry.get("timeout", 10)):
37
37
  while True:
38
38
  try:
39
39
  s = await anyio.connect_tcp(self.host, self.port)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-lib-stream
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Stream infrastructure for MoaT applications
5
5
  Maintainer-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org