File: TODO

package info (click to toggle)
python-pyelftools 0.24-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 4,448 kB
  • sloc: python: 8,404; ansic: 142; makefile: 22
file content (31 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
New version
-----------

* Update elftools/__init__.py
* Update setup.py
* Update CHANGES
* Tag in git (v0.xx)

construct
---------

The construct seems to be maintained again - they also backported my Python 3
fixes. Theoretically, I can remove construct from pyelftools and use it as a
dependency instead. I don't really have time to play with this now, but may
do so in the future.

Distribution
------------

python setup.py build sdist upload

Preparing a new release
-----------------------

* Run 'tox' tests (with '-r' to create new venvs)
* Make sure new version was updated everywhere appropriate
* Run ``python setup.py build sdist`` (no 'upload' yet)
* Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
  everything looks ok
* Now build with upload to send it to PyPi
* Test with pip install from some new virtualenv