/usr/share/doc/python3-pycurl/doc
NameSizeModeActions
docstrings/-0755rm
static/-0755rm
callbacks.rst145360644editdlrm
conf.py60320644editdlrm
curl.rst1600644editdlrm
curlmultiobject.rst6080644editdlrm
curlobject.rst8250644editdlrm
curlshareobject.rst2290644editdlrm
files.rst18330644editdlrm
index.rst47680644editdlrm
install.rst280644editdlrm
internals.rst3240644editdlrm
pycurl.rst6720644editdlrm
quickstart.rst138300644editdlrm
release-notes.rst340644editdlrm
release-process.rst13710644editdlrm
thread-safety.rst14120644editdlrm
troubleshooting.rst51550644editdlrm
unicode.rst94870644editdlrm
unimplemented.rst19390644editdlrm
Edit: /usr/share/doc/python3-pycurl/doc/release-process.rst (1371B)
Release Process =============== 1. Ensure changelog is up to date with commits in master. 2. Run ``python setup.py authors`` and review the updated AUTHORS file. 3. Run ``git shortlog REL_...`` and add new contributors missed by the authors script to AUTHORS. 4. Run ``python setup.py manifest``, check that none of the listed files should be in MANIFEST.in. 5. Check ``get_data_files()`` in ``setup.py`` to see if any new files should be included in binary distributions. 6. Make sure Travis and AppVeyor are green for master. 7. Update version numbers in: - Changelog (also record release date) - doc/conf.py - setup.py - winbuild.py 8. Update copyright years if necessary. 9. Draft release notes, add to RELEASE-NOTES.rst. 10. ``make gen docs``. 11. ``python setup.py sdist``. 12. Manually test install the built package. 13. Build windows packages using winbuild.py. 14. Add sdist and windows packages to downloads repo on github. 15. Tag the new version. 16. Register new version with pypi - ``python setup.py register``. 17. Upload source distribution to pypi using twine. 18. Upload windows wheels to pypi using twine. 19. Upload windows exe installers to pypi using twine. 20. Upload release files to bintray. 21. Push tag to github pycurl repo. 22. Announce release on mailing list. 23. Link to announcement from website.