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
615 stars 69 forks source link

Incorrect website data on https://pypi.python.org/pypi/hachoir-metadata/1.3.3 #24

Closed blairg23 closed 6 years ago

blairg23 commented 6 years ago

The Pypi entry for https://pypi.python.org/pypi/hachoir-metadata/1.3.3 shows the BitBucket as http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata, which leads to a 404.

I don't know if it's an out-of-data project that was mimicking your hachoir-metadata or if it's your Pypi and it's got the wrong site. Either way, figured I'd let you know about it.

Edit: I found the same bug on http://hachoir3.readthedocs.io/. Perhaps it's a deprecated BitBucket account then?

vstinner commented 6 years ago

This project is a Python3-only fork of my own Hachoir project. This project is http://hachoir3.readthedocs.io/ PyPI: https://pypi.org/project/hachoir3/

https://pypi.python.org/pypi/hachoir-metadata/1.3.3 upstream is https://bitbucket.org/vstinner/hachoir/ Hachoir is Python2-only, it's hosted on Bitbucket, use Mercurial and has a worse test suite.

Edit: I found the same bug on http://hachoir3.readthedocs.io/. Perhaps it's a deprecated BitBucket account then?

Can you please show me the broken link in Hachoir3?

Sadly, the Hachoir moved many times to new forges, and sometimes we lost some pages during migrations. For Hachoir3, the hachoir-metadata documentation can be found at: http://hachoir3.readthedocs.io/metadata.html

blairg23 commented 6 years ago

https://user-images.githubusercontent.com/6225764/37636361-5d96fd18-2bc7-11e8-99ac-f33562bfde8c.png

This link links to https://bitbucket.org/haypo/hachoir/ which does not exist.

On Mon, Mar 19, 2018 at 9:44 AM, Victor Stinner notifications@github.com wrote:

This project is a Python3-only fork of my own Hachoir project. This project is http://hachoir3.readthedocs.io/ PyPI: https://pypi.org/project/ hachoir3/

https://pypi.python.org/pypi/hachoir-metadata/1.3.3 upstream is https://bitbucket.org/vstinner/hachoir/ Hachoir is Python2-only, it's hosted on Bitbucket, use Mercurial and has a worse test suite.

Edit: I found the same bug on http://hachoir3.readthedocs.io/. Perhaps it's a deprecated BitBucket account then?

Can you please show me the broken link in Hachoir3?

Sadly, the Hachoir moved many times to new forges, and sometimes we lost some pages during migrations. For Hachoir3, the hachoir-metadata documentation can be found at: http://hachoir3.readthedocs.io/metadata.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vstinner/hachoir3/issues/24#issuecomment-374259026, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7_ZJB3e4p-s0E8r_J1ESReOeGMMRISks5tf9JbgaJpZM4Svg9I .

-- Blair

vstinner commented 6 years ago

The doc was good in Git but outdated on ReadTheDocs. I fixed the ReadTheDocs config by removing and recreating the project there.