A new version number is not needed: there is nothing wrong with adding extra files to an existing version.
But indeed buildout cannot yet install wheels (and that is a lot of work to fix) and this means that docutils 0.12 is currently the latest release that is installable by buildout. See for example a bug report here: https://github.com/zestsoftware/zest.releaser/issues/196
So it would be helpful to keep releasing a source zip or tarball, next to the wheel. As I understand it, this is still recommended practice. See https://packaging.python.org/distributing/#packaging-your-project which says you should at least upload a source distribution.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Am 13.12.2016 12:09 schrieb "Maurits van Rees" <mauritsvanrees@users.sf.net
:
A new version number is not needed: there is nothing wrong with adding
extra files to an existing version.
But indeed buildout cannot yet install wheels (and that is a lot of work
to fix) and this means that docutils 0.12 is currently the latest release
that is installable by buildout. See for example a bug report here: https://github.com/zestsoftware/zest.releaser/issues/196
So it would be helpful to keep releasing a source zip or tarball, next to
the wheel. As I understand it, this is still recommended practice. See https://packaging.python.org/distributing/#packaging-your-project which
says you should at least upload a source distribution.
Thanks.
Status: open Group: Default Labels: Distribution egg Created: Fri Dec 09, 2016 03:20 PM UTC by papachoco Last Updated: Sun Dec 11, 2016 03:47 AM UTC Owner: nobody
Hello,
Could you place a standard egg/source distribution for docutils 0.13.1 on
PyPI for buildout / easy-install scripts
PyPI may required a new small release bump for this
A new version number is not needed: there is nothing wrong with adding extra files to an existing version.
But indeed buildout cannot yet install wheels (and that is a lot of work to fix) and this means that docutils 0.12 is currently the latest release that is installable by buildout. See for example a bug report here: https://github.com/zestsoftware/zest.releaser/issues/196
So it would be helpful to keep releasing a source zip or tarball, next to the wheel. As I understand it, this is still recommended practice. See https://packaging.python.org/distributing/#packaging-your-project which says you should at least upload a source distribution.
Thanks.
Sorry i forgot to upload
done
Am 13.12.2016 12:09 schrieb "Maurits van Rees" <mauritsvanrees@users.sf.net
Related
Bugs:
#300Perfect, it is working now. Thank you!