-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no changelog any more #339
Comments
Seems that commit 18c9bbd removed it. |
Changelog is created by the build system just-in-time. See e.g. http://mock.readthedocs.org/en/latest/changelog.html for built output. |
Cool. I was investigating why mock's release notes at AllMyChanges.com does not update correctly. Now I see, it used wrong datasource http://www.voidspace.org.uk/python/mock/changelog.html. Thank you, Robert. BTW, please, tell me, which script you are use to build changelog automatically? |
@rbtcollins which tool do you use to generate changelog? May be remove a symlink |
The symlink is there so the generated changelog is included in docs builds. python setup.py build_sphinx should generate it for you. - e.g.
|
Unfortunately, there is no link to the changelog now in the repo itself, nor on the pypi page. |
Oh, and neither does the pypi page point to mock.readthedocs.org, nor the REAME. |
Does it make sense if the readme table with the important links contains two homepage links? One for the included mock starting with Python 3.3(?) The other homepage link for the backported version? |
@rbtcollins I can't build docs. Here the error:
And here what I've got in my working virtualenv:
|
I believe that was a bug in a setuptools release and if you update your setuptools it should work. |
Would it be feasible to provide a placeholder for the Changelog file (which should just get overwritten upon build, correct?), rather than having a broken link? I'd like to use mock as a submodule in gsutil, but the broken link is causing issues in some existing code. Specifically, a call to shutil.copytree will fail when it encounters broken links such as this. |
Copytree follows links? Ugh. Uhm a placeholder in the git tree? I'd be ok with that - care to put a patch together (and test that it overwrites correct in new clones and things like that?) |
Running `python setup.py build_sphinx` will result in ChangeLog being overwritten with actual changes.
Sure, submitted PR #362 |
docs/changelog.txt is a symbolic link to ../Changelog
Changelog does not exist
The text was updated successfully, but these errors were encountered: