Bug 171778

Summary: [PATCH] devel/py-mongokit: update to 0.8.1
Product: Ports & Packages Reporter: William Grzybowski <william88>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-mongokit.patch none

Description William Grzybowski 2012-09-19 14:20:03 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 14:21:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 14:21:11 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 14:21:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-16 15:29:22 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-16 15:29:37 UTC
State Changed
From-To: feedback->closed

Committed, thank you!