Skip to content

Commit

Permalink
Used released zhmcclient 1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 11, 2024
1 parent 430b75f commit dc4728f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,7 @@ ifeq ($(PACKAGE_LEVEL),ansible)
else
@echo "Makefile: Checking missing dependencies of this package"
pip-missing-reqs $(src_py_dir) --requirements-file=requirements.txt
# TODO-ZHMC: Enable again once zhmcclient 1.17.0 is released
# pip-missing-reqs $(src_py_dir) --requirements-file=minimum-constraints-install.txt
pip-missing-reqs $(src_py_dir) --requirements-file=minimum-constraints-install.txt
@echo "Makefile: Done checking missing dependencies of this package"
@echo "Makefile: Checking missing dependencies of some development packages"
bash -c "cat minimum-constraints-develop.txt minimum-constraints-install.txt >tmp_minimum-constraints.txt"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_
modules where the 'se-version' property was fetched from CPCs even if it
was already available in the LPAR/partition properties. (issue #904)

* Increased the minimum version of zhmcclient to 1.13.3 to pick up fixes and
performance improvements. (related to issue #904)
* Increased the minimum version of zhmcclient to 1.17.0 to pick up fixes,
performance improvements and new functions. (related to issue #904 and others)

* Fixed readable attribute error when ensuring ISO mounted onto the partition. (related to issue #932)

Expand Down
3 changes: 1 addition & 2 deletions minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ requests==2.32.2

pytz==2019.1

# TODO-ZHMC: Use zhmcclient 1.17.0 once releaed.
# zhmcclient==1.17.0
zhmcclient==1.17.0


# Indirect dependencies for install that are needed for some reason (must be consistent with requirements.txt)
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ requests>=2.32.2

pytz>=2019.1

# TODO-ZHMC: Use zhmcclient 1.17.0 once releaed.
zhmcclient @ git+https://github.com/zhmcclient/python-zhmcclient.git@master
# zhmcclient>=1.17.0
# zhmcclient @ git+https://github.com/zhmcclient/python-zhmcclient.git@master
zhmcclient>=1.17.0


# Indirect dependencies for install that are needed for some reason (must be consistent with minimum-constraints-install.txt)
Expand Down

0 comments on commit dc4728f

Please sign in to comment.