Bump version to 0.22 and update TODO a bit
[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 The construct seems to be maintained again - they also backported my Python 3
13 fixes. Theoretically, I can remove construct from pyelftools and use it as a
14 dependency instead. I don't really have time to play with this now, but may
15 do so in the future.
16
17 Distribution
18 ------------
19
20 python setup.py build sdist upload
21
22 Preparing a new release
23 -----------------------
24
25 * Run tox
26 * Make sure new version was updated everywhere appropriate
27 * Run ``python setup.py build sdist`` (no 'upload' yet)
28 * Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
29 everything looks ok
30 * Runt 'tox' tests (with '-r' to create new venvs)
31 * Now build with upload to send it to PyPi
32 * Test with pip install from some new virtualenv
33 * The older download can be kept alive for a couple of days