1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
python-byteplay (0.2-2) unstable; urgency=low
* Bump standards version to 3.9.3.
+ Update debian/copyright URI.
* Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python
code.
* Make binary(-indep) target depend on build stamp file rather than build
target.
* Don't pass control file path to pyversions explicitly.
* Remove ‘zip_safe = True’ from setup.py; this is a setuptools-specific
option, but in Debian we use pure distutils.
* Add “<< 2.8” to XS-Python-Version. The package requires porting to each
Python version separately.
* Test more comprehensively: try to re-bytecopile whole Python standard
library.
* Add DEP-8 tests.
-- Jakub Wilk <jwilk@debian.org> Mon, 23 Apr 2012 15:00:23 +0200
python-byteplay (0.2-1) unstable; urgency=low
* Initial release (closes: #660745).
-- Jakub Wilk <jwilk@debian.org> Wed, 22 Feb 2012 20:30:46 +0100
|