Bug 171778 - [PATCH] devel/py-mongokit: update to 0.8.1
Summary: [PATCH] devel/py-mongokit: update to 0.8.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 14:20 UTC by William Grzybowski
Modified: 2012-10-16 15:29 UTC (History)
0 users

See Also:


Attachments
py-mongokit.patch (744 bytes, patch)
2012-09-19 14:20 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!