wup 0.2.23__tar.gz → 0.2.24__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 (32) hide show
  1. {wup-0.2.23/wup.egg-info → wup-0.2.24}/PKG-INFO +1 -1
  2. {wup-0.2.23 → wup-0.2.24}/pyproject.toml +1 -1
  3. {wup-0.2.23 → wup-0.2.24/wup.egg-info}/PKG-INFO +1 -1
  4. {wup-0.2.23 → wup-0.2.24}/LICENSE +0 -0
  5. {wup-0.2.23 → wup-0.2.24}/README.md +0 -0
  6. {wup-0.2.23 → wup-0.2.24}/setup.cfg +0 -0
  7. {wup-0.2.23 → wup-0.2.24}/tests/test_e2e.py +0 -0
  8. {wup-0.2.23 → wup-0.2.24}/tests/test_testql_watcher.py +0 -0
  9. {wup-0.2.23 → wup-0.2.24}/tests/test_web_client.py +0 -0
  10. {wup-0.2.23 → wup-0.2.24}/tests/test_wup.py +0 -0
  11. {wup-0.2.23 → wup-0.2.24}/wup/__init__.py +0 -0
  12. {wup-0.2.23 → wup-0.2.24}/wup/_ast_detector.py +0 -0
  13. {wup-0.2.23 → wup-0.2.24}/wup/_hash_detector.py +0 -0
  14. {wup-0.2.23 → wup-0.2.24}/wup/_yaml_detector.py +0 -0
  15. {wup-0.2.23 → wup-0.2.24}/wup/anomaly_detector.py +0 -0
  16. {wup-0.2.23 → wup-0.2.24}/wup/anomaly_models.py +0 -0
  17. {wup-0.2.23 → wup-0.2.24}/wup/assistant.py +0 -0
  18. {wup-0.2.23 → wup-0.2.24}/wup/cli.py +0 -0
  19. {wup-0.2.23 → wup-0.2.24}/wup/config.py +0 -0
  20. {wup-0.2.23 → wup-0.2.24}/wup/core.py +0 -0
  21. {wup-0.2.23 → wup-0.2.24}/wup/dependency_mapper.py +0 -0
  22. {wup-0.2.23 → wup-0.2.24}/wup/models/__init__.py +0 -0
  23. {wup-0.2.23 → wup-0.2.24}/wup/models/config.py +0 -0
  24. {wup-0.2.23 → wup-0.2.24}/wup/testql_discovery.py +0 -0
  25. {wup-0.2.23 → wup-0.2.24}/wup/testql_watcher.py +0 -0
  26. {wup-0.2.23 → wup-0.2.24}/wup/visual_diff.py +0 -0
  27. {wup-0.2.23 → wup-0.2.24}/wup/web_client.py +0 -0
  28. {wup-0.2.23 → wup-0.2.24}/wup.egg-info/SOURCES.txt +0 -0
  29. {wup-0.2.23 → wup-0.2.24}/wup.egg-info/dependency_links.txt +0 -0
  30. {wup-0.2.23 → wup-0.2.24}/wup.egg-info/entry_points.txt +0 -0
  31. {wup-0.2.23 → wup-0.2.24}/wup.egg-info/requires.txt +0 -0
  32. {wup-0.2.23 → wup-0.2.24}/wup.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.23
3
+ Version: 0.2.24
4
4
  Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
5
5
  Author-email: Tom Sapletta <tom@sapletta.com>
6
6
  License-Expression: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wup"
7
- version = "0.2.23"
7
+ version = "0.2.24"
8
8
  description = "WUP (What's Up) - Intelligent file watcher for regression testing in large projects"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.23
3
+ Version: 0.2.24
4
4
  Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
5
5
  Author-email: Tom Sapletta <tom@sapletta.com>
6
6
  License-Expression: Apache-2.0
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
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