some updates for release process, docs, testing#26
some updates for release process, docs, testing#26Nikratio merged 6 commits intopython-llfuse:masterfrom
Conversation
there were some incompatible changes in python 3.9, thus code generated by old cython versions won't compile.
b9eb282 to
1b296e7
Compare
it still worked for py38, but py39 was broken because they removed some deprecated stuff still present in the old cython-generated C code.
also: on differently old linux dists
Note: I used the same python versions as for borgbackup because I run extensive release testing for these versions (which indirectly tests llfuse also) plus python 3.9 which should also work after fixing llfuse's cythonized code for it. There might be a need to drop 3.4 and 3.5 later again because they are EOL, but for right now, they're still working and tested.
f5765ab to
3000f1f
Compare
|
@Nikratio if you like, please review. |
|
After this is merged, even the sdist upload using the old/current method should work, I guess. |
|
Yes, upload has worked now. Thanks! |
|
@Nikratio thanks, that was quick! :-) Can you upload the tar.gz and your signature there and publish it? I already updated the git tag to point to the new changeset. https://github.com/python-llfuse/python-llfuse/releases/tag/untagged-17632ef1a622aad81e61 |
|
Is this still needed? I already re-packaged 1.3.7 as tar.gz and uploaded it. |
|
It's just to have it on github. It's nice to have it there also in addition to pypi. You had uploaded the first try (.tar.bz2) there already, but I deleted it as it was superceded by different code in the newer release. |
|
I have just invited you as a PyPi collaborator. Could you take care of the new release? Similarly, if you don't get a response from me for merge requests within a few days, please feel free to just merge them. The key that I've been using is my private key, so I think it's best if you sign the release with yours. If you want, I can provide a signed message somewhere that explains that nothing nefarious is going on. |
|
OK, thanks! I'll try to help. |
No description provided.