Update to 0.8.1: - small updates to validation messages (Merge pull request #94 from unpluggd/master) - Fixes formatting error when throwing MaxDocumentSizeError in Document.validate() (Merge pull request #99 from apavlo/master) - Fixed typo when throwing MaxDocumentSizeError in validate() (thanks to Andy Pavlo) - added fix for unconditional access to __wrap on cursors (thanks to David T. Lehmann) - added test for __getitem__ on cursor with undefined __wrap (thanks to David T. Lehmann) - __getitem__ on unwrapped cursor checkes if __wrap is None (Merge pull request #97 from dtl/fix-getitem-on-unwrapped-cursor) - Add .travis.yml for Travis CI (http://travis-ci.org/) (Merge pull request #96 from msabramo/travis) - Fixed a very minor rendering issue in the docs (Merge pull request #95 from d0ugal/master) - Fixed rendering issue in the docs. (thanks to Dougal Matthews) - tweaked the error messages in validation for missing and unknown fields to aid in debugging projects (thanks to Phillip B Oldham) Fix: See attached patch
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/py-mongokit, Please note that PR ports/171778 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171778 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->rm I will take it.
State Changed From-To: feedback->closed Committed, thank you!