rackfish 1.0.0__tar.gz → 1.0.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 (29) hide show
  1. {rackfish-1.0.0 → rackfish-1.0.1}/CHANGELOG.md +14 -1
  2. {rackfish-1.0.0 → rackfish-1.0.1}/PKG-INFO +4 -4
  3. {rackfish-1.0.0 → rackfish-1.0.1}/README.md +3 -3
  4. {rackfish-1.0.0 → rackfish-1.0.1}/pyproject.toml +1 -1
  5. {rackfish-1.0.0 → rackfish-1.0.1}/rackfish/__init__.py +1 -1
  6. {rackfish-1.0.0 → rackfish-1.0.1}/rackfish.egg-info/PKG-INFO +4 -4
  7. {rackfish-1.0.0 → rackfish-1.0.1}/CONTRIBUTING.md +0 -0
  8. {rackfish-1.0.0 → rackfish-1.0.1}/LICENSE +0 -0
  9. {rackfish-1.0.0 → rackfish-1.0.1}/MANIFEST.in +0 -0
  10. {rackfish-1.0.0 → rackfish-1.0.1}/docs/COMPLETION_SUMMARY.md +0 -0
  11. {rackfish-1.0.0 → rackfish-1.0.1}/docs/EXAMPLES.md +0 -0
  12. {rackfish-1.0.0 → rackfish-1.0.1}/docs/INDEX.md +0 -0
  13. {rackfish-1.0.0 → rackfish-1.0.1}/docs/OEM_LINKS_SURFACING.md +0 -0
  14. {rackfish-1.0.0 → rackfish-1.0.1}/docs/TESTS.md +0 -0
  15. {rackfish-1.0.0 → rackfish-1.0.1}/docs/USE_CASES.md +0 -0
  16. {rackfish-1.0.0 → rackfish-1.0.1}/examples/demo_surfacing_comprehensive.py +0 -0
  17. {rackfish-1.0.0 → rackfish-1.0.1}/examples/example_oem_links.py +0 -0
  18. {rackfish-1.0.0 → rackfish-1.0.1}/examples/examples_comprehensive.py +0 -0
  19. {rackfish-1.0.0 → rackfish-1.0.1}/rackfish/client.py +0 -0
  20. {rackfish-1.0.0 → rackfish-1.0.1}/rackfish.egg-info/SOURCES.txt +0 -0
  21. {rackfish-1.0.0 → rackfish-1.0.1}/rackfish.egg-info/dependency_links.txt +0 -0
  22. {rackfish-1.0.0 → rackfish-1.0.1}/rackfish.egg-info/requires.txt +0 -0
  23. {rackfish-1.0.0 → rackfish-1.0.1}/rackfish.egg-info/top_level.txt +0 -0
  24. {rackfish-1.0.0 → rackfish-1.0.1}/requirements.txt +0 -0
  25. {rackfish-1.0.0 → rackfish-1.0.1}/setup.cfg +0 -0
  26. {rackfish-1.0.0 → rackfish-1.0.1}/tests/__init__.py +0 -0
  27. {rackfish-1.0.0 → rackfish-1.0.1}/tests/test_common_usage.py +0 -0
  28. {rackfish-1.0.0 → rackfish-1.0.1}/tests/test_oem_links_surfacing.py +0 -0
  29. {rackfish-1.0.0 → rackfish-1.0.1}/tests/test_recursion_fix.py +0 -0
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.1] - 2025-10-15
9
+
10
+ ### Fixed
11
+
12
+ - Updated version metadata for proper PyPI package versioning
13
+ - Corrected git tag alignment with actual version numbers
14
+
15
+ ### Changed
16
+
17
+ - Improved release process documentation
18
+ - Enhanced version consistency across project files
19
+
8
20
  ## [1.0.0] - 2025-10-15
9
21
 
10
22
  ### Added
@@ -40,4 +52,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
52
  - Comprehensive README
41
53
  - GitHub/PyPI ready structure
42
54
 
43
- [1.0.0]: https://github.com/yourusername/rackfish/releases/tag/v1.0.0
55
+ [1.0.1]: https://github.com/thefrolov/rackfish/releases/tag/v1.0.1
56
+ [1.0.0]: https://github.com/thefrolov/rackfish/releases/tag/v1.0.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rackfish
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A lightweight, dynamic Python client for Redfish BMC APIs
5
5
  Author-email: Dmitrii Frolov <thefrolov@mts.ru>
6
6
  License: MIT
@@ -41,8 +41,8 @@ Dynamic: license-file
41
41
  [![PyPI version](https://img.shields.io/pypi/v/rackfish.svg)](https://pypi.org/project/rackfish/)
42
42
  [![Python Versions](https://img.shields.io/pypi/pyversions/rackfish.svg)](https://pypi.org/project/rackfish/)
43
43
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
- [![Build Status](https://github.com/yourusername/rackfish/workflows/CI/badge.svg)](https://github.com/yourusername/rackfish/actions)
45
- [![codecov](https://codecov.io/gh/yourusername/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/rackfish)
44
+ [![Build Status](https://github.com/thefrolov/rackfish/workflows/CI/badge.svg)](https://github.com/thefrolov/rackfish/actions)
45
+ [![codecov](https://codecov.io/gh/thefrolov/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/thefrolov/rackfish)
46
46
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
47
47
 
48
48
  A lightweight, dynamic Python client for interacting with Redfish BMC (Baseboard Management Controller) APIs. Provides intuitive access to server hardware management through lazy-loaded object graphs, automatic OEM property surfacing, and validated action invocation.
@@ -80,7 +80,7 @@ pip install rackfish
80
80
  ### From source
81
81
 
82
82
  ```bash
83
- git clone https://github.com/yourusername/rackfish.git
83
+ git clone https://github.com/thefrolov/rackfish.git
84
84
  cd rackfish
85
85
  pip install -e .
86
86
  ```
@@ -3,8 +3,8 @@
3
3
  [![PyPI version](https://img.shields.io/pypi/v/rackfish.svg)](https://pypi.org/project/rackfish/)
4
4
  [![Python Versions](https://img.shields.io/pypi/pyversions/rackfish.svg)](https://pypi.org/project/rackfish/)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
- [![Build Status](https://github.com/yourusername/rackfish/workflows/CI/badge.svg)](https://github.com/yourusername/rackfish/actions)
7
- [![codecov](https://codecov.io/gh/yourusername/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/rackfish)
6
+ [![Build Status](https://github.com/thefrolov/rackfish/workflows/CI/badge.svg)](https://github.com/thefrolov/rackfish/actions)
7
+ [![codecov](https://codecov.io/gh/thefrolov/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/thefrolov/rackfish)
8
8
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9
9
 
10
10
  A lightweight, dynamic Python client for interacting with Redfish BMC (Baseboard Management Controller) APIs. Provides intuitive access to server hardware management through lazy-loaded object graphs, automatic OEM property surfacing, and validated action invocation.
@@ -42,7 +42,7 @@ pip install rackfish
42
42
  ### From source
43
43
 
44
44
  ```bash
45
- git clone https://github.com/yourusername/rackfish.git
45
+ git clone https://github.com/thefrolov/rackfish.git
46
46
  cd rackfish
47
47
  pip install -e .
48
48
  ```
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rackfish"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "A lightweight, dynamic Python client for Redfish BMC APIs"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -19,7 +19,7 @@ https://github.com/thefrolov/rackfish
19
19
 
20
20
  from .client import RedfishClient, RedfishError, RedfishResource
21
21
 
22
- __version__ = "1.0.0"
22
+ __version__ = "1.0.1"
23
23
  __author__ = "Dmitrii Frolov"
24
24
  __email__ = "thefrolov@mts.ru"
25
25
  __license__ = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rackfish
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A lightweight, dynamic Python client for Redfish BMC APIs
5
5
  Author-email: Dmitrii Frolov <thefrolov@mts.ru>
6
6
  License: MIT
@@ -41,8 +41,8 @@ Dynamic: license-file
41
41
  [![PyPI version](https://img.shields.io/pypi/v/rackfish.svg)](https://pypi.org/project/rackfish/)
42
42
  [![Python Versions](https://img.shields.io/pypi/pyversions/rackfish.svg)](https://pypi.org/project/rackfish/)
43
43
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
- [![Build Status](https://github.com/yourusername/rackfish/workflows/CI/badge.svg)](https://github.com/yourusername/rackfish/actions)
45
- [![codecov](https://codecov.io/gh/yourusername/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/yourusername/rackfish)
44
+ [![Build Status](https://github.com/thefrolov/rackfish/workflows/CI/badge.svg)](https://github.com/thefrolov/rackfish/actions)
45
+ [![codecov](https://codecov.io/gh/thefrolov/rackfish/branch/main/graph/badge.svg)](https://codecov.io/gh/thefrolov/rackfish)
46
46
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
47
47
 
48
48
  A lightweight, dynamic Python client for interacting with Redfish BMC (Baseboard Management Controller) APIs. Provides intuitive access to server hardware management through lazy-loaded object graphs, automatic OEM property surfacing, and validated action invocation.
@@ -80,7 +80,7 @@ pip install rackfish
80
80
  ### From source
81
81
 
82
82
  ```bash
83
- git clone https://github.com/yourusername/rackfish.git
83
+ git clone https://github.com/thefrolov/rackfish.git
84
84
  cd rackfish
85
85
  pip install -e .
86
86
  ```
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