Stephane Odul
Stephane Odul
Thanks for granting me maintainer status for green on pipy.org. I'm looking at https://github.com/marketplace/actions/pypi-publish to handle the releases. The nice thing is that no secret should need to be added...
Yes, easiest for you is to grant me ownership on GH and Pypi.org so I can setup Trusted publishing as only owner, not maintainers, can do it. You can switch...
Thanks, I was planning on working on the python 3.12.1 compatibility issue this weekend so I can try this at the same time.
It worked like charm: https://github.com/CleanCut/green/releases/tag/4.0.1 https://github.com/CleanCut/green/actions/runs/7919259574 https://pypi.org/project/green/4.0.1/
One 'workaround' with auto links that seem to work for us is that we now manage the bulk of our repositories configuration through Terraform. We do have to add new...
@vanditsmehta would it be possible for you to create a bug fix release of 7.x with these fixes? We have customers that are still running VSphere 6.x so we cannot...
@mtsvetanov The SDK release notes state "Removed support for older versions of vCenter Server 6.5/6.7" if the latest version is actually compatible the notes are misleading.
For others, if this helps, we have updated our Dockerfile to recreate the missing symlink after installing the glibc package: ``` RUN set -eux; \ version=2.35-r1; \ wget -q -O...
@hauntsaninja do you have an update on this issue and if there is work to get it resolved? I see that it seems to be a common problem which has...
Thanks for the update @JelleZijlstra, I've worked with 'quoting' libraries several lifetimes ago, so I fully appreciate how difficult supporting PEP 701 can be and I'm afraid I would not...