* Fix Windows support. It is now possible to build the package using the
default compiler, Microsoft Visual C++ Compiler for Python.
https://github.com/jwilk/python-djvulibre/issues/1
+ Remove support for cross-compiling using MinGW.
* Fix test failures on non-Linux systems.
* Improve documentation:
+ Fix doctests' compatibility with Python 3.6.
+ Don't require TeX distribution to render math formulas.
+ Simplify some module docstrings.
+ Fix typos in docstrings.
+ Update bug tracker URLs.
The project repo has moved to GitHub.
* Improve the setup script:
+ Check Cython version.
+ Use “python -m cython” instead of the “cython” script.
+ Report build-time requirements to pip.
+ Don't use setuptools, except on Windows.
+ Remove poorly standardized “platforms” metadata key. (The information
about supported platform is available in the “Operating System”
classifiers.)
+ Add the “Programming Language :: Cython” classifier.
* Don't hardcode the Python interpreter path in script shebangs; use
“!/usr/bin/env python” instead.
-- Jakub Wilk <jwilkjwilk.net> Fri, 05 Aug 2016 22:52:25 +0200