The 1.2.370 on PyPI does not contain what's tagged in 1.2.370-master or 1.2.730-devel. Specifically we noticed that the function update_from_repo_url is missing from iDRACUpdate.py.
Details
We're trying to use the iDRACUpdate's update_from_repo_url function, however when you pip install omsdk and it installs via the PyPI package, that function is not there (even though it is present in the git tag).
This leads me to believe that it was a bad release to PyPI.
Repro Steps
Adjust the grep command as needed depending on where your packages are installed to.
1.2.370 on PyPi maps to latest "Master" release of omsdk ie 1.2.370_master. Where as update_from_repo_url is an recent devel changes as part of 1.2.387
QwikContext
The 1.2.370 on PyPI does not contain what's tagged in
1.2.370-master
or1.2.730-devel
. Specifically we noticed that the functionupdate_from_repo_url
is missing from iDRACUpdate.py.Details
We're trying to use the iDRACUpdate's
update_from_repo_url
function, however when youpip install omsdk
and it installs via the PyPI package, that function is not there (even though it is present in the git tag).This leads me to believe that it was a bad release to PyPI.
Repro Steps
Adjust the grep command as needed depending on where your packages are installed to.
Impact
What areas, configurations and use cases does this issue impact Is there a data loss? No
NeedBy
We would just like a properly working release pushed to PyPI.
Severity
Low