stompest icon indicating copy to clipboard operation
stompest copied to clipboard

collections.MutableMapping is not available in Python 3.10

Open ktdreyer opened this issue 3 years ago • 7 comments

collections.MutableMapping is deprecated in Python 3.3:

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working

In Python 3.10, it's not usable at all, so stompest does not work with py310 (reported at https://bugzilla.redhat.com/1926350)

It would be great to merge #54 and then edit the parent class of InFlightOperations to be collections.abc.MutableMapping.

ktdreyer avatar Aug 05 '21 13:08 ktdreyer

As mentioned in #54 I have no longer the time (and moved too far away from programming in my day job) to maintain this project.

nikipore avatar Aug 12 '21 11:08 nikipore

Can you add me as a co-maintainer?

ktdreyer avatar Nov 01 '22 16:11 ktdreyer

Will do. I just have to find the time (not much of it before this weekend) and figure out what to do exactly. It’s a long time I took over from the original maintainer.

If I remember correctly, he added me as owner of the PyPI package, mentioned my Github fork as the new trunk on his Github page, and that was it.

nikipore avatar Nov 01 '22 17:11 nikipore

Sounds good. My PyPI account is "ktdreyer".

ktdreyer avatar Nov 01 '22 17:11 ktdreyer

Just sent you an invite as PyPI maintainer. Please let me know when you published your first packages (there are two of them). Then I'll refer to you here on Github as the new maintainer of stompest, and you tell me when the time is right for me to retire as owner of the PyPI packages

nikipore avatar Nov 01 '22 19:11 nikipore

Excellent, thank you. The first thing I want to do is to complete the rename at https://github.com/nikipore/stompest/pull/54 , so the PyPI name will be different, and we'll bump the major version number from 2 to 3 for this change.

Do you want me to continue in my own https://github.com/ktdreyer fork, or do you want to keep development in your repo here in GitHub?

ktdreyer avatar Nov 01 '22 20:11 ktdreyer

I‘d like you to continue in your own fork. As soon as your first PyPI packages are up, I‘ll add a note to my fork that stompest has moved.Am 01.11.2022 um 21:55 schrieb Ken Dreyer @.***>: Excellent, thank you. The first thing I want to do is to complete the rename at #54 , so the PyPI name will be different, and we'll bump the major version number from 2 to 3 for this change. Do you want me to continue in my own https://github.com/ktdreyer fork, or do you want to keep development in your repo here in GitHub?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

nikipore avatar Nov 01 '22 21:11 nikipore