Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 12ed3ee75dc2220e2424cafead932e73 > files > 111

python3-pyelftools-0.22-0.2.git20130619.a1d9681.fc18.noarch.rpm

New version
-----------

* Update elftools/__init__.py
* Update setup.py
* Update CHANGES
* Tag in hg

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

python setup.py build sdist upload

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

* Run readelf tests with up-to-date readelf (from the new binutils)
* Run all tests with Python 2.7 before packaging, on Linux
* Make sure new version was updated everywhere appropriate
* Packaging done on Linux
* Run ``python setup.py build sdist`` (no 'upload' yet)
* Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
  everything looks ok
* Runt 'tox' tests (with '-r' to create new venvs)
* Now build with upload to send it to PyPi
* Test with pip install from some new virtualenv
* The older download can be kept alive for a couple of days