- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
infoblox-client 0.4.24 dependency question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2020 06:36 AM
A few days ago infoblox-client 0.4.24 was released.
I wanted to update from 0.4.23 on my Ubuntu 18.04 and don't wanted to destroy OS-maintained packages. While doing this, I found that python-six 1.13 is required in the dependencies. But in Ubuntu there is only 1.11 available. Other OSes also don't deliver 1.13, e.g. in Debian 10 it's 1.12. That means six has to be upgraded outside the OS on nearly any Linux environment.
Question for the developers: Is six 1.13 really necessary? Do you use any features from 1.12 or 1.13?
Infoblox-client 0.4.23 was running fine with six 1.11...
Do you think it's save to modify the required dependency back to 1.11?
Re: infoblox-client 0.4.24 dependency question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 09:44 AM
The recently released version 0.4.25 has the same dependencies.
@Infoblox: Any thoughts about this?
Re: infoblox-client 0.4.24 dependency question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2020 08:57 PM
We’ve not changed anything in client version 0.4.25 with respect to python-six package (https://github.com/infobloxopen/infoblox-client/blob/master/HISTORY.rst). If you’ve been using the 0.4.23 version with six==1.11.0 and have not faced any issues, then it is fine to go ahead and install 0.4.25. Please check the release notes to identify the changes.
And looking at the change log in six repository(https://github.com/benjaminp/six/blob/master/CHANGES), they have not done changes after 1.11.0 wrt the methods we use in our client.
Re: infoblox-client 0.4.24 dependency question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 08:20 AM
Thanks for the info!
No, I didn't see any issues with six 1.11. But I'm "only" running Ansible. No custom python scripts.
Can you lower the dependencies to 1.11 in the python repo without releasing a new version? Would be more convenient :-) At least until the next releases of Ubuntu and Debian arrive, probably with a more current six.
There is currently a pull request which suggests to set the dependency to >=1.14. https://github.com/infobloxopen/infoblox-client/pull/248
I asked the submitter whether or not this can be "lowered" to >=1.11...
Re: infoblox-client 0.4.24 dependency question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2020 05:28 AM
The pull request was modified to set the version to >=1.11.0 and merged.
Now there is only a new pipy release necessary...
Re: infoblox-client 0.4.24 dependency question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 06:04 AM
Infoblox! Yes, you! Did you read my last update?
It says: Please make a new release!
Which means: Please make a new release!
Thanks in advance!