devbits 0.1.3__tar.gz → 0.1.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devbits
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: A lightweight CLI toolkit for daily development utilities.
5
5
  Author: Bruce Chuang
6
6
  License-Expression: MIT
@@ -1,3 +1,3 @@
1
1
  """devbits: A lightweight CLI toolkit for daily development utilities."""
2
2
 
3
- __version__ = "0.1.3"
3
+ __version__ = "0.1.4"
@@ -1514,7 +1514,7 @@ class _Handler(BaseHTTPRequestHandler):
1514
1514
  self._serve_static(fpath)
1515
1515
  else:
1516
1516
  self.send_error(404)
1517
- except (BrokenPipeError, ConnectionResetError):
1517
+ except (BrokenPipeError, ConnectionResetError, ConnectionAbortedError, OSError):
1518
1518
  pass
1519
1519
 
1520
1520
  # ── POST ───────────────────────────────────────────────────
@@ -1528,7 +1528,7 @@ class _Handler(BaseHTTPRequestHandler):
1528
1528
  self._handle_export()
1529
1529
  else:
1530
1530
  self.send_error(404)
1531
- except (BrokenPipeError, ConnectionResetError):
1531
+ except (BrokenPipeError, ConnectionResetError, ConnectionAbortedError, OSError):
1532
1532
  pass
1533
1533
 
1534
1534
  # ── Serve HTML (inject initial video) ──────────────────────
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devbits
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: A lightweight CLI toolkit for daily development utilities.
5
5
  Author: Bruce Chuang
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "devbits"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "A lightweight CLI toolkit for daily development utilities."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
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
File without changes
File without changes
File without changes