Thanks- looking forward to it getting published to PyPI for real... Due to something strange on pypi or pip, the new version of requests-kerberos needed by rc4 only gets picked up automatically by changing the install command to the following (using the /simple endpoints instead of /pypi):
pip install pywinrm[kerberos]==0.2rc4 -i https://testpypi.python.org/ <https://testpypi.python.org/pypi>simple --extra-index-url https://pypi.python.org/s <https://pypi.python.org/pypi>imple They tell me this shouldn't be an issue once we release to real PyPI, but I don't have the ability to do it without making my own version of it. On Monday, May 23, 2016 at 5:53:32 PM UTC-7, Trond Hindenes wrote: > > Thanks for the updated instructions Jon, > > Matt: great work! It feels way faster (esp against cloud servers) > > On Monday, May 23, 2016 at 5:50:26 PM UTC+2, J Hawkesworth wrote: >> >> Looks like there is a new version available (0.2rc4) in test pypi (which >> depends on updated requests-kerberos) >> >> I had to do the following to get it to install >> >> pip install requests-kerberos --upgrade >> pip install pywinrm[kerberos]==0.2rc4 -i >> https://testpypi.python.org/pypi --extra-index-url >> https://pypi.python.org/pypi >> >> Enjoying the speed boost, looking forward to pushing this out past my >> test box. >> >> Jon >> >> On Wednesday, May 18, 2016 at 11:29:22 PM UTC+1, Matt Davis wrote: >>> >>> Awesome, thanks for poking at it! >>> >>> Waiting for another requests-kerberos release to include a bugfix I made >>> for long-running kerberos ops (should happen today or tomorrow), and >>> Alexey's final code review on some Unicode issues I've been cleaning up. >>> I'd expect sometime in the next week or so. >>> >>> On Wednesday, May 18, 2016 at 1:59:48 PM UTC-7, Mike Fennemore wrote: >>>> >>>> Looks pretty good so far, tried a few playbooks and the ntlm auth. So >>>> far no issues. Any idea when the stable release is likely to be? >>>> >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/268069de-c355-410f-b64a-407501f570d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
