sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
43 stars 23 forks source link

Release 1.10.3 #131

Closed embray closed 3 years ago

embray commented 3 years ago

I would like to make a version 1.10.3 release of Cysignals. It will contain some recent and upcoming bug fixes, but notably not the assembly longjmp implementation, which should at a minimum necessitate a new minor release since it's a big addition (and currently does not work for me in Sage, but that's another story).

@jdemeyer I haven't seen you around in a while and I don't know if you're monitoring this repo. I hope you're doing okay =) I can make the release if you don't mind, but I don't have access to the PyPI project.

embray commented 3 years ago

@videlec I see you also are a maintainer of cysignals on PyPI if you can help with that in case Jeroen is unavailable.

videlec commented 3 years ago

Hi @embray. Indeed, at the time Jeroen granted me access to cypari2 it did the same with cysignals. Let me do that now.

videlec commented 3 years ago

@embray Sadly, I don't seem to be able to modify any permissions here. Let me contact Jeroen again by e-mail (I will cc you).

videlec commented 3 years ago

@embray Sorry it is only on PyPI that you want access... I can do that!

embray commented 3 years ago

@videlec Thanks! Yeah, I have admin on the github project, just not on PyPI.

embray commented 3 years ago

Ok, it's working now, thank you!

kliem commented 3 years ago

Please wait with the release. There are some problem with #128, which I hopefully fixed in #134.

I'm currently investigating. Once I figured out what is going on, I will open an issue or whatever necessary. I think today still.

embray commented 3 years ago

Finally the CI for the 1.10.x branch is working again too. I'm pretty confident to make this release pending a positive review on https://trac.sagemath.org/ticket/31474#comment:7

embray commented 3 years ago

Complete: https://pypi.org/project/cysignals/1.10.3/