badfish 1.0.7__tar.gz → 1.1.1__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 (58) hide show
  1. {badfish-1.0.7 → badfish-1.1.1}/PKG-INFO +1 -1
  2. badfish-1.1.1/setup.py +18 -0
  3. badfish-1.1.1/src/badfish/__init__.py +1 -0
  4. {badfish-1.0.7 → badfish-1.1.1}/src/badfish.egg-info/PKG-INFO +1 -1
  5. badfish-1.0.7/setup.py +0 -5
  6. badfish-1.0.7/src/badfish/__init__.py +0 -1
  7. {badfish-1.0.7 → badfish-1.1.1}/LICENSE +0 -0
  8. {badfish-1.0.7 → badfish-1.1.1}/README.md +0 -0
  9. {badfish-1.0.7 → badfish-1.1.1}/pyproject.toml +0 -0
  10. {badfish-1.0.7 → badfish-1.1.1}/setup.cfg +0 -0
  11. {badfish-1.0.7 → badfish-1.1.1}/src/badfish/config.py +0 -0
  12. {badfish-1.0.7 → badfish-1.1.1}/src/badfish/helpers/__init__.py +0 -0
  13. {badfish-1.0.7 → badfish-1.1.1}/src/badfish/helpers/exceptions.py +0 -0
  14. {badfish-1.0.7 → badfish-1.1.1}/src/badfish/helpers/http_client.py +0 -0
  15. {badfish-1.0.7 → badfish-1.1.1}/src/badfish/helpers/logger.py +0 -0
  16. {badfish-1.0.7 → badfish-1.1.1}/src/badfish/helpers/parser.py +0 -0
  17. {badfish-1.0.7 → badfish-1.1.1}/src/badfish/main.py +0 -0
  18. {badfish-1.0.7 → badfish-1.1.1}/src/badfish.egg-info/SOURCES.txt +0 -0
  19. {badfish-1.0.7 → badfish-1.1.1}/src/badfish.egg-info/dependency_links.txt +0 -0
  20. {badfish-1.0.7 → badfish-1.1.1}/src/badfish.egg-info/entry_points.txt +0 -0
  21. {badfish-1.0.7 → badfish-1.1.1}/src/badfish.egg-info/requires.txt +0 -0
  22. {badfish-1.0.7 → badfish-1.1.1}/src/badfish.egg-info/top_level.txt +0 -0
  23. {badfish-1.0.7 → badfish-1.1.1}/src/badfish.egg-info/zip-safe +0 -0
  24. {badfish-1.0.7 → badfish-1.1.1}/tests/test_async_loop.py +0 -0
  25. {badfish-1.0.7 → badfish-1.1.1}/tests/test_base.py +0 -0
  26. {badfish-1.0.7 → badfish-1.1.1}/tests/test_bios_attributes.py +0 -0
  27. {badfish-1.0.7 → badfish-1.1.1}/tests/test_bios_password.py +0 -0
  28. {badfish-1.0.7 → badfish-1.1.1}/tests/test_boot_to.py +0 -0
  29. {badfish-1.0.7 → badfish-1.1.1}/tests/test_boot_to_mac.py +0 -0
  30. {badfish-1.0.7 → badfish-1.1.1}/tests/test_boot_to_type.py +0 -0
  31. {badfish-1.0.7 → badfish-1.1.1}/tests/test_change_boot.py +0 -0
  32. {badfish-1.0.7 → badfish-1.1.1}/tests/test_check_boot.py +0 -0
  33. {badfish-1.0.7 → badfish-1.1.1}/tests/test_context_manager.py +0 -0
  34. {badfish-1.0.7 → badfish-1.1.1}/tests/test_custom_interfaces.py +0 -0
  35. {badfish-1.0.7 → badfish-1.1.1}/tests/test_execution.py +0 -0
  36. {badfish-1.0.7 → badfish-1.1.1}/tests/test_firmware_inventory.py +0 -0
  37. {badfish-1.0.7 → badfish-1.1.1}/tests/test_hosts_file.py +0 -0
  38. {badfish-1.0.7 → badfish-1.1.1}/tests/test_http_client.py +0 -0
  39. {badfish-1.0.7 → badfish-1.1.1}/tests/test_job_queue.py +0 -0
  40. {badfish-1.0.7 → badfish-1.1.1}/tests/test_logger.py +0 -0
  41. {badfish-1.0.7 → badfish-1.1.1}/tests/test_ls_gpu.py +0 -0
  42. {badfish-1.0.7 → badfish-1.1.1}/tests/test_ls_interfaces.py +0 -0
  43. {badfish-1.0.7 → badfish-1.1.1}/tests/test_ls_memory.py +0 -0
  44. {badfish-1.0.7 → badfish-1.1.1}/tests/test_ls_processors.py +0 -0
  45. {badfish-1.0.7 → badfish-1.1.1}/tests/test_ls_serial.py +0 -0
  46. {badfish-1.0.7 → badfish-1.1.1}/tests/test_main_coverage.py +0 -0
  47. {badfish-1.0.7 → badfish-1.1.1}/tests/test_next_boot_pxe.py +0 -0
  48. {badfish-1.0.7 → badfish-1.1.1}/tests/test_nic_attributes.py +0 -0
  49. {badfish-1.0.7 → badfish-1.1.1}/tests/test_power.py +0 -0
  50. {badfish-1.0.7 → badfish-1.1.1}/tests/test_power_consumed_watts.py +0 -0
  51. {badfish-1.0.7 → badfish-1.1.1}/tests/test_reboot_only.py +0 -0
  52. {badfish-1.0.7 → badfish-1.1.1}/tests/test_reset_bios.py +0 -0
  53. {badfish-1.0.7 → badfish-1.1.1}/tests/test_reset_bmc.py +0 -0
  54. {badfish-1.0.7 → badfish-1.1.1}/tests/test_reset_idrac.py +0 -0
  55. {badfish-1.0.7 → badfish-1.1.1}/tests/test_scp.py +0 -0
  56. {badfish-1.0.7 → badfish-1.1.1}/tests/test_screenshot.py +0 -0
  57. {badfish-1.0.7 → badfish-1.1.1}/tests/test_sriov_mode.py +0 -0
  58. {badfish-1.0.7 → badfish-1.1.1}/tests/test_virtual_media.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: badfish
3
- Version: 1.0.7
3
+ Version: 1.1.1
4
4
  Summary: Badfish is a Redfish-based API tool for managing bare-metal systems via the Redfish API
5
5
  Home-page: https://github.com/redhat-performance/badfish
6
6
  Author: Gonzalo Rafuls
badfish-1.1.1/setup.py ADDED
@@ -0,0 +1,18 @@
1
+ import setuptools
2
+ import re
3
+ import os
4
+
5
+ here = os.path.abspath(os.path.dirname(__file__))
6
+ version_file = os.path.join(here, "src", "badfish", "__init__.py")
7
+
8
+ with open(version_file, "r", encoding="utf-8") as f:
9
+ content = f.read()
10
+ match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]", content, re.M)
11
+ if match:
12
+ current_version = match.group(1)
13
+ else:
14
+ raise RuntimeError("Unable to find version string in src/badfish/__init__.py")
15
+
16
+ setuptools.setup(
17
+ version=current_version
18
+ )
@@ -0,0 +1 @@
1
+ __version__ = "1.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: badfish
3
- Version: 1.0.7
3
+ Version: 1.1.1
4
4
  Summary: Badfish is a Redfish-based API tool for managing bare-metal systems via the Redfish API
5
5
  Home-page: https://github.com/redhat-performance/badfish
6
6
  Author: Gonzalo Rafuls
badfish-1.0.7/setup.py DELETED
@@ -1,5 +0,0 @@
1
- import setuptools
2
-
3
- setuptools.setup(
4
- version="1.0.7"
5
- )
@@ -1 +0,0 @@
1
- __version__ = "1.1.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