codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
267 stars 58 forks source link

Bump version #120

Closed ThomasMarwitzQC closed 8 months ago

ThomasMarwitzQC commented 9 months ago

Hi @codypiersall,

thanks very much for your excellent work here!

We recently faced the issue that pynng wasn't available with its newest versions on conda-forge for osx-arm64.

Now that support for nng v1.6.0 is enabled, I was wondering whether you could release a new patch version on PyPi with this feature. This would greatly help us in providing a conda-forge version of pynng that would work on osx-arm64 again.

Best, Thomas

codypiersall commented 9 months ago

I'm trying to update the mbedtls dependency, but hopefully I can figure out the build issues with that (works on my computer, but not in CI because the build dependencies get placed in a different location than nng expects). Once I get that working, or once I give up, I'll cut a new release.

Thanks for the interest!

ThomasMarwitzQC commented 9 months ago

Ok, best of luck then :)

Thanks for your work!

ThomasMarwitzQC commented 8 months ago

@codypiersall thanks for your work, looks promising!

Could you upload the 2 missing commits of the v0.8.0 tag to master and upload the sdist on PyPI? Many thanks! I will then look into the pynng-feedstock :)

codypiersall commented 8 months ago

Yeah, I had hoped to do this yesterday, but my internet went out at home so I was internetless—hoping to do this some evening this week, if my internet starts working again!

codypiersall commented 8 months ago

pynng 0.8.0 is now released and on PyPI. It is based on new nng lib version and new MbedTLS version, and thanks to #122, builds universal Mac wheels . If it doesn't work, please re-open this issue!