Say which test file failed in readelf tests
[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 Preparing a new release
18 -----------------------
19
20 * Run 'tox' tests (with '-r' to create new venvs)
21 * Make sure new version was updated everywhere appropriate
22 * Run ``python setup.py build sdist bdist_wheel`` (no 'upload' yet)
23 * Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
24 everything looks ok
25 * Now build with upload to send it to PyPi
26 * Tag new version in git
27 * Test with pip install from some new virtualenv
28
29 Distribution
30 ------------
31
32 1. First install Twine (https://packaging.python.org/tutorials/packaging-projects/)
33 2. python3 -m twine upload dist/*, but make sure ``setup.py`` was already run
34 and the updated whl and tarbal are in dist/.
35
36 Credentials for PyPI are stored in ~/.pypirc