ethereum / blake2b-py

Blake2b hashing in Rust with Python bindings.
MIT License
7 stars 17 forks source link

Any plan to release a new version? #13

Closed kabeor closed 1 year ago

kabeor commented 1 year ago

Hi, is there any plan to release a new version so blake2b-py can support python 3.10 by https://github.com/ethereum/blake2b-py/pull/10 ?

martin-thoma commented 1 year ago

@cburgdorf The current version on PyPI is 0.1.4 : https://pypi.org/project/blake2b-py/ Thats pretty old and a couple of commits are missing: https://github.com/ethereum/blake2b-py/compare/f7dda6ede0b9c006578854f055cefff75acf2ddc...master

Would you mind to create a new release on PyPI?

cburgdorf commented 1 year ago

@kclowes I noticed you are already an admin for this project. Would you mind taking over the maintenance? I'm so detached from Python development these days. It looks like #9 would be a good candidate to merge but I think it should be rebased to run against CI first.

martin-thoma commented 1 year ago

@cburgdorf If the project currently has no active maintainer and nobody volunteers from within the project, you might want to consider https://github.com/jazzband

kclowes commented 1 year ago

@cburgdorf Yep, we can take it over. I may ping you for opinions from time to time though :)

kclowes commented 1 year ago

@cburgdorf - can you give me pypi privileges? Then I can get a release out, hopefully early next week.

cburgdorf commented 1 year ago

Sure, thanks a lot Keri!

cburgdorf commented 1 year ago

@cburgdorf - can you give me pypi privileges? Then I can get a release out, hopefully early next week.

Turns out, I don't have managing privileges on pypi either. I can push releases but can not add other maintainers. @davesque Could you add Keri?

kclowes commented 1 year ago

I just got Pypi permissions 🎉 will plan to do a release early next week!

martin-thoma commented 1 year ago

@kclowes Is there anything blocking you from making a release? Is there any way you can be supported?

kclowes commented 1 year ago

@MT-Cash Thanks for checking :) 0.2.0 is out!