|
From: Oleg B. <ph...@ph...> - 2016-08-13 06:25:09
|
Hi, all! SQLObject 3.1.0b3: https://pypi.python.org/pypi/SQLObject/3.1.0b3 Changes since the second beta: a lot of minor documentation tweaks, paving the way for switching doc generator from pudge to Sphinx (gonna do the switch after 3.1); fixes in sdist. Some details: -- Add Codecov badge to Developer's Guide. -- Include circle.yml and .coveragerc into source distribution. Include forgotten sqlobject/include/tests. -- Install mxDateTime via apt-get instead of pip during tests (egenix.com was down so pip had got problems installing mxDateTime). -- Add missing Tables of Contents in docs. Add a link to TODO.html. -- Mask errors in tests during documentation building: doc builders (both pudge and Sphinx) import modules looking for docstrings, and our tests don't like to be imported outside of test environments without configured database. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |