sdev 1.0.1__tar.gz → 1.0.2__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 (34) hide show
  1. {sdev-1.0.1 → sdev-1.0.2}/PKG-INFO +1 -1
  2. {sdev-1.0.1 → sdev-1.0.2}/pyproject.toml +1 -1
  3. {sdev-1.0.1 → sdev-1.0.2}/sdev/__init__.py +1 -1
  4. {sdev-1.0.1 → sdev-1.0.2}/sdev.egg-info/PKG-INFO +1 -1
  5. {sdev-1.0.1 → sdev-1.0.2}/README.md +0 -0
  6. {sdev-1.0.1 → sdev-1.0.2}/sdev/__main__.py +0 -0
  7. {sdev-1.0.1 → sdev-1.0.2}/sdev.egg-info/SOURCES.txt +0 -0
  8. {sdev-1.0.1 → sdev-1.0.2}/sdev.egg-info/dependency_links.txt +0 -0
  9. {sdev-1.0.1 → sdev-1.0.2}/sdev.egg-info/entry_points.txt +0 -0
  10. {sdev-1.0.1 → sdev-1.0.2}/sdev.egg-info/requires.txt +0 -0
  11. {sdev-1.0.1 → sdev-1.0.2}/sdev.egg-info/top_level.txt +0 -0
  12. {sdev-1.0.1 → sdev-1.0.2}/setup.cfg +0 -0
  13. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_ansi.py +0 -0
  14. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_api_edge.py +0 -0
  15. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_grep.py +0 -0
  16. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_grep_linebyline.py +0 -0
  17. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_interrupt.py +0 -0
  18. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_module_api.py +0 -0
  19. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_new_features.py +0 -0
  20. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_run_connect.py +0 -0
  21. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_serial_error.py +0 -0
  22. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_strip.py +0 -0
  23. {sdev-1.0.1 → sdev-1.0.2}/tests/test_adversarial_timeout.py +0 -0
  24. {sdev-1.0.1 → sdev-1.0.2}/tests/test_cli_integration.py +0 -0
  25. {sdev-1.0.1 → sdev-1.0.2}/tests/test_doctor_silence.py +0 -0
  26. {sdev-1.0.1 → sdev-1.0.2}/tests/test_doctor_wait_silence.py +0 -0
  27. {sdev-1.0.1 → sdev-1.0.2}/tests/test_endflag_linemode.py +0 -0
  28. {sdev-1.0.1 → sdev-1.0.2}/tests/test_error_handling.py +0 -0
  29. {sdev-1.0.1 → sdev-1.0.2}/tests/test_probe.py +0 -0
  30. {sdev-1.0.1 → sdev-1.0.2}/tests/test_resource_usage.py +0 -0
  31. {sdev-1.0.1 → sdev-1.0.2}/tests/test_sdev.py +0 -0
  32. {sdev-1.0.1 → sdev-1.0.2}/tests/test_serial_lock.py +0 -0
  33. {sdev-1.0.1 → sdev-1.0.2}/tests/test_write.py +0 -0
  34. {sdev-1.0.1 → sdev-1.0.2}/tests/test_xc01_real.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sdev
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Small toolkit for automating a serial-attached Linux shell
5
5
  Author-email: klrc <1440698245@qq.com>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sdev"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  description = "Small toolkit for automating a serial-attached Linux shell"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -21,7 +21,7 @@ CLI::
21
21
 
22
22
  from __future__ import annotations
23
23
 
24
- __version__ = "1.0.1"
24
+ __version__ = "1.0.2"
25
25
 
26
26
  import time
27
27
  import re
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sdev
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Small toolkit for automating a serial-attached Linux shell
5
5
  Author-email: klrc <1440698245@qq.com>
6
6
  License-Expression: MIT
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
File without changes
File without changes
File without changes