Update release notes in TODO
[pyelftools.git] / TODO
1 New version
2 -----------
3
4 * Update elftools/__init__.py
5 * Update setup.py
6 * Update CHANGES
7 * Tag in git (v0.xx)
8
9 construct
10 ---------
11
12 construct seems to be maintained again - they also backported my Python 3 fixes.
13 Theoretically, I can remove construct from pyelftools and use it as a dependency
14 instead. I don't really have time to play with this now, but may do so in the
15 future.
16
17 Distribution
18 ------------
19
20 1. First install Twine (https://packaging.python.org/tutorials/packaging-projects/)
21 2. python3 -m twine upload dist/*
22
23 Credentials for PyPI are stored in ~/.pypirc
24
25 Preparing a new release
26 -----------------------
27
28 * Run 'tox' tests (with '-r' to create new venvs)
29 * Make sure new version was updated everywhere appropriate
30 * Run ``python setup.py build sdist bdist_wheel`` (no 'upload' yet)
31 * Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
32 everything looks ok
33 * Now build with upload to send it to PyPi
34 * Test with pip install from some new virtualenv