vstinner / hachoir

Hachoir is a Python library to view and edit a binary stream field by field
http://hachoir.readthedocs.io/
GNU General Public License v2.0
604 stars 70 forks source link

Please release 3.1.3 (or 3.1.3a1) #74

Closed brechtm closed 2 years ago

brechtm commented 2 years ago

I am aware that this project is unmaintained, but my project depends on the fixes introduced following #65. I was planning on simply using an URL in my dependency specification (https://github.com/vstinner/hachoir/archive/8000dbeb9aad587e8dc5be8202796cdfb67f899e.zip), but PyPI will not accept such a dependency.

I was hoping you could release a new version of hachoir including these fixes, if you can find the time. Alternatively, I can fork the project and publish it as e.g. hachoir-reloaded. I'd rather not fork though, if that can be avoided.

brechtm commented 2 years ago

I'm assuming you don't have the time to make a new release, so this is just a heads up that I'll be publishing the trunk version under another name sometime soon.

nneonneo commented 2 years ago

I think @vstinner has the keys to the PyPI, so I figure he's the one to ping. I'd be happy making a release otherwise.

vstinner commented 2 years ago

I released Hachoir 3.1.3 yesterday.

@nneonneo: contact me to get access to https://pypi.org/project/hachoir/ I don't want to be the single person who has access to it.

brechtm commented 2 years ago

Thanks, @vstinner!

vstinner commented 2 years ago

The changelog: https://hachoir.readthedocs.io/en/latest/changelog.html#hachoir-3-1-3-2022-04-04

Oops, there were issues with the doc, they are now fixed.