ports/171778: [PATCH] devel/py-mongokit: update to 0.8.1
William Grzybowski
william88 at gmail.com
Wed Sep 19 13:20:04 UTC 2012
>Number: 171778
>Category: ports
>Synopsis: [PATCH] devel/py-mongokit: update to 0.8.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 19 13:20:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: William Grzybowski
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:
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)
>How-To-Repeat:
>Fix:
See attached patch
--- py-mongokit.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 304506)
+++ Makefile (working copy)
@@ -6,7 +6,7 @@
#
PORTNAME= mongokit
-PORTVERSION= 0.8
+PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: distinfo
===================================================================
--- distinfo (revision 304506)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (mongokit-0.8.tar.gz) = b5af82dc5f234a0456408895180ec922a66ba1d0b7047efe1afc2531bf80cb05
-SIZE (mongokit-0.8.tar.gz) = 138308
+SHA256 (mongokit-0.8.1.tar.gz) = a1f31e3a216d0df42e6f1a9d3d1f22b25e6b52812998dcd567dabcea734c71e8
+SIZE (mongokit-0.8.1.tar.gz) = 138889
--- py-mongokit.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list