badfish 1.0.5__tar.gz → 1.0.6__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 (56) hide show
  1. {badfish-1.0.5 → badfish-1.0.6}/PKG-INFO +9 -9
  2. {badfish-1.0.5 → badfish-1.0.6}/README.md +5 -5
  3. {badfish-1.0.5 → badfish-1.0.6}/setup.cfg +3 -3
  4. {badfish-1.0.5 → badfish-1.0.6}/setup.py +1 -1
  5. {badfish-1.0.5 → badfish-1.0.6}/src/badfish.egg-info/PKG-INFO +9 -9
  6. {badfish-1.0.5 → badfish-1.0.6}/LICENSE +0 -0
  7. {badfish-1.0.5 → badfish-1.0.6}/pyproject.toml +0 -0
  8. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/__init__.py +0 -0
  9. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/config.py +0 -0
  10. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/helpers/__init__.py +0 -0
  11. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/helpers/async_lru.py +0 -0
  12. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/helpers/exceptions.py +0 -0
  13. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/helpers/http_client.py +0 -0
  14. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/helpers/logger.py +0 -0
  15. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/helpers/parser.py +0 -0
  16. {badfish-1.0.5 → badfish-1.0.6}/src/badfish/main.py +0 -0
  17. {badfish-1.0.5 → badfish-1.0.6}/src/badfish.egg-info/SOURCES.txt +0 -0
  18. {badfish-1.0.5 → badfish-1.0.6}/src/badfish.egg-info/dependency_links.txt +0 -0
  19. {badfish-1.0.5 → badfish-1.0.6}/src/badfish.egg-info/entry_points.txt +0 -0
  20. {badfish-1.0.5 → badfish-1.0.6}/src/badfish.egg-info/requires.txt +0 -0
  21. {badfish-1.0.5 → badfish-1.0.6}/src/badfish.egg-info/top_level.txt +0 -0
  22. {badfish-1.0.5 → badfish-1.0.6}/src/badfish.egg-info/zip-safe +0 -0
  23. {badfish-1.0.5 → badfish-1.0.6}/tests/test_base.py +0 -0
  24. {badfish-1.0.5 → badfish-1.0.6}/tests/test_bios_attributes.py +0 -0
  25. {badfish-1.0.5 → badfish-1.0.6}/tests/test_bios_password.py +0 -0
  26. {badfish-1.0.5 → badfish-1.0.6}/tests/test_boot_to.py +0 -0
  27. {badfish-1.0.5 → badfish-1.0.6}/tests/test_boot_to_mac.py +0 -0
  28. {badfish-1.0.5 → badfish-1.0.6}/tests/test_boot_to_type.py +0 -0
  29. {badfish-1.0.5 → badfish-1.0.6}/tests/test_change_boot.py +0 -0
  30. {badfish-1.0.5 → badfish-1.0.6}/tests/test_check_boot.py +0 -0
  31. {badfish-1.0.5 → badfish-1.0.6}/tests/test_context_manager.py +0 -0
  32. {badfish-1.0.5 → badfish-1.0.6}/tests/test_custom_interfaces.py +0 -0
  33. {badfish-1.0.5 → badfish-1.0.6}/tests/test_execution.py +0 -0
  34. {badfish-1.0.5 → badfish-1.0.6}/tests/test_firmware_inventory.py +0 -0
  35. {badfish-1.0.5 → badfish-1.0.6}/tests/test_hosts_file.py +0 -0
  36. {badfish-1.0.5 → badfish-1.0.6}/tests/test_http_client.py +0 -0
  37. {badfish-1.0.5 → badfish-1.0.6}/tests/test_job_queue.py +0 -0
  38. {badfish-1.0.5 → badfish-1.0.6}/tests/test_logger.py +0 -0
  39. {badfish-1.0.5 → badfish-1.0.6}/tests/test_ls_gpu.py +0 -0
  40. {badfish-1.0.5 → badfish-1.0.6}/tests/test_ls_interfaces.py +0 -0
  41. {badfish-1.0.5 → badfish-1.0.6}/tests/test_ls_memory.py +0 -0
  42. {badfish-1.0.5 → badfish-1.0.6}/tests/test_ls_processors.py +0 -0
  43. {badfish-1.0.5 → badfish-1.0.6}/tests/test_ls_serial.py +0 -0
  44. {badfish-1.0.5 → badfish-1.0.6}/tests/test_main_coverage.py +0 -0
  45. {badfish-1.0.5 → badfish-1.0.6}/tests/test_next_boot_pxe.py +0 -0
  46. {badfish-1.0.5 → badfish-1.0.6}/tests/test_nic_attributes.py +0 -0
  47. {badfish-1.0.5 → badfish-1.0.6}/tests/test_power.py +0 -0
  48. {badfish-1.0.5 → badfish-1.0.6}/tests/test_power_consumed_watts.py +0 -0
  49. {badfish-1.0.5 → badfish-1.0.6}/tests/test_reboot_only.py +0 -0
  50. {badfish-1.0.5 → badfish-1.0.6}/tests/test_reset_bios.py +0 -0
  51. {badfish-1.0.5 → badfish-1.0.6}/tests/test_reset_bmc.py +0 -0
  52. {badfish-1.0.5 → badfish-1.0.6}/tests/test_reset_idrac.py +0 -0
  53. {badfish-1.0.5 → badfish-1.0.6}/tests/test_scp.py +0 -0
  54. {badfish-1.0.5 → badfish-1.0.6}/tests/test_screenshot.py +0 -0
  55. {badfish-1.0.5 → badfish-1.0.6}/tests/test_sriov_mode.py +0 -0
  56. {badfish-1.0.5 → badfish-1.0.6}/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.5
3
+ Version: 1.0.6
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
@@ -15,12 +15,12 @@ Classifier: Development Status :: 5 - Production/Stable
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Operating System :: OS Independent
17
17
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.8
19
- Classifier: Programming Language :: Python :: 3.9
20
18
  Classifier: Programming Language :: Python :: 3.10
21
19
  Classifier: Programming Language :: Python :: 3.11
22
20
  Classifier: Programming Language :: Python :: 3.12
23
- Requires-Python: >=3.7
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
23
+ Requires-Python: >=3.10
24
24
  Description-Content-Type: text/markdown
25
25
  License-File: LICENSE
26
26
  Requires-Dist: pyyaml>=3.10
@@ -34,7 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  <h2 align="center">The Out-of-Band Wrangler</h2>
36
36
 
37
- [![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/)
37
+ [![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/)
38
38
  [![Codecov](https://codecov.io/gh/redhat-performance/badfish/branch/master/graph/badge.svg?token=CNJN0CD6GN)](https://codecov.io/gh/redhat-performance/badfish)
39
39
  [![Container image on Quay](https://quay.io/repository/quads/badfish/status "Container image on Quay")](https://quay.io/repository/quads/badfish)
40
40
  [![Tox](https://github.com/redhat-performance/badfish/actions/workflows/tox.yml/badge.svg)](https://github.com/redhat-performance/badfish/actions)
@@ -158,13 +158,13 @@ We're mostly concentrated on programmatically enforcing interface/device boot or
158
158
  ## Setup
159
159
  ### Badfish RPM package
160
160
  ```bash
161
- dnf copr enable quadsdev/python3-pybadfish -y
162
- dnf install python3-pybadfish -y
161
+ dnf copr enable quadsdev/badfish -y
162
+ dnf install badfish -y
163
163
  ```
164
164
 
165
165
  Active RPM releases:
166
166
  - All current Fedora releases
167
- - Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/)
167
+ - Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/)
168
168
 
169
169
  > [!NOTE]
170
170
  > RHEL and derivatives (Rocky, Alma, etc) should use [containers](#badfish-container) instead due to missing libs/dependencies.
@@ -176,7 +176,7 @@ python3 -m venv bf
176
176
  source bf/bin/activate
177
177
  python3 -m pip install --upgrade build
178
178
  python3 -m build
179
- python3 -m pip install dist/pybadfish-*.tar.gz
179
+ python3 -m pip install dist/badfish-*.tar.gz
180
180
  ```
181
181
  > [!TIP]
182
182
  > This will allow Badfish to be called from the terminal via the `badfish` command
@@ -4,7 +4,7 @@
4
4
 
5
5
  <h2 align="center">The Out-of-Band Wrangler</h2>
6
6
 
7
- [![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/)
7
+ [![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/)
8
8
  [![Codecov](https://codecov.io/gh/redhat-performance/badfish/branch/master/graph/badge.svg?token=CNJN0CD6GN)](https://codecov.io/gh/redhat-performance/badfish)
9
9
  [![Container image on Quay](https://quay.io/repository/quads/badfish/status "Container image on Quay")](https://quay.io/repository/quads/badfish)
10
10
  [![Tox](https://github.com/redhat-performance/badfish/actions/workflows/tox.yml/badge.svg)](https://github.com/redhat-performance/badfish/actions)
@@ -128,13 +128,13 @@ We're mostly concentrated on programmatically enforcing interface/device boot or
128
128
  ## Setup
129
129
  ### Badfish RPM package
130
130
  ```bash
131
- dnf copr enable quadsdev/python3-pybadfish -y
132
- dnf install python3-pybadfish -y
131
+ dnf copr enable quadsdev/badfish -y
132
+ dnf install badfish -y
133
133
  ```
134
134
 
135
135
  Active RPM releases:
136
136
  - All current Fedora releases
137
- - Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/)
137
+ - Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/)
138
138
 
139
139
  > [!NOTE]
140
140
  > RHEL and derivatives (Rocky, Alma, etc) should use [containers](#badfish-container) instead due to missing libs/dependencies.
@@ -146,7 +146,7 @@ python3 -m venv bf
146
146
  source bf/bin/activate
147
147
  python3 -m pip install --upgrade build
148
148
  python3 -m build
149
- python3 -m pip install dist/pybadfish-*.tar.gz
149
+ python3 -m pip install dist/badfish-*.tar.gz
150
150
  ```
151
151
  > [!TIP]
152
152
  > This will allow Badfish to be called from the terminal via the `badfish` command
@@ -14,11 +14,11 @@ classifiers =
14
14
  Programming Language :: Python :: 3
15
15
  Operating System :: OS Independent
16
16
  Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.8
18
- Programming Language :: Python :: 3.9
19
17
  Programming Language :: Python :: 3.10
20
18
  Programming Language :: Python :: 3.11
21
19
  Programming Language :: Python :: 3.12
20
+ Programming Language :: Python :: 3.13
21
+ Programming Language :: Python :: 3.14
22
22
  keywords = oob, management
23
23
  project_urls =
24
24
  Bug Tracker = https://github.com/redhat-performance/badfish/issues
@@ -27,7 +27,7 @@ project_urls =
27
27
 
28
28
  [options]
29
29
  packages = find:
30
- python_requires = >=3.7
30
+ python_requires = >=3.10
31
31
  install_requires =
32
32
  pyyaml>=3.10
33
33
  aiohttp>=3.7.4
@@ -1,5 +1,5 @@
1
1
  import setuptools
2
2
 
3
3
  setuptools.setup(
4
- version="1.0.5"
4
+ version="1.0.6"
5
5
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: badfish
3
- Version: 1.0.5
3
+ Version: 1.0.6
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
@@ -15,12 +15,12 @@ Classifier: Development Status :: 5 - Production/Stable
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Operating System :: OS Independent
17
17
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.8
19
- Classifier: Programming Language :: Python :: 3.9
20
18
  Classifier: Programming Language :: Python :: 3.10
21
19
  Classifier: Programming Language :: Python :: 3.11
22
20
  Classifier: Programming Language :: Python :: 3.12
23
- Requires-Python: >=3.7
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
23
+ Requires-Python: >=3.10
24
24
  Description-Content-Type: text/markdown
25
25
  License-File: LICENSE
26
26
  Requires-Dist: pyyaml>=3.10
@@ -34,7 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  <h2 align="center">The Out-of-Band Wrangler</h2>
36
36
 
37
- [![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/)
37
+ [![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/)
38
38
  [![Codecov](https://codecov.io/gh/redhat-performance/badfish/branch/master/graph/badge.svg?token=CNJN0CD6GN)](https://codecov.io/gh/redhat-performance/badfish)
39
39
  [![Container image on Quay](https://quay.io/repository/quads/badfish/status "Container image on Quay")](https://quay.io/repository/quads/badfish)
40
40
  [![Tox](https://github.com/redhat-performance/badfish/actions/workflows/tox.yml/badge.svg)](https://github.com/redhat-performance/badfish/actions)
@@ -158,13 +158,13 @@ We're mostly concentrated on programmatically enforcing interface/device boot or
158
158
  ## Setup
159
159
  ### Badfish RPM package
160
160
  ```bash
161
- dnf copr enable quadsdev/python3-pybadfish -y
162
- dnf install python3-pybadfish -y
161
+ dnf copr enable quadsdev/badfish -y
162
+ dnf install badfish -y
163
163
  ```
164
164
 
165
165
  Active RPM releases:
166
166
  - All current Fedora releases
167
- - Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/)
167
+ - Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/)
168
168
 
169
169
  > [!NOTE]
170
170
  > RHEL and derivatives (Rocky, Alma, etc) should use [containers](#badfish-container) instead due to missing libs/dependencies.
@@ -176,7 +176,7 @@ python3 -m venv bf
176
176
  source bf/bin/activate
177
177
  python3 -m pip install --upgrade build
178
178
  python3 -m build
179
- python3 -m pip install dist/pybadfish-*.tar.gz
179
+ python3 -m pip install dist/badfish-*.tar.gz
180
180
  ```
181
181
  > [!TIP]
182
182
  > This will allow Badfish to be called from the terminal via the `badfish` command
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