From takumiiinn@gmail.com  Wed Mar 26 12:12:54 2014
Return-Path: <takumiiinn@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 39B8F705
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Mar 2014 12:12:54 +0000 (UTC)
Received: from mail-pb0-x232.google.com (mail-pb0-x232.google.com [IPv6:2607:f8b0:400e:c01::232])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 122B7F63
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Mar 2014 12:12:54 +0000 (UTC)
Received: by mail-pb0-f50.google.com with SMTP id md12so1855016pbc.37
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Mar 2014 05:12:53 -0700 (PDT)
Received: from localhost (p4bd22b.tocgnt01.ap.so-net.ne.jp. [120.75.210.43])
        by mx.google.com with ESMTPSA id c7sm57523403pbt.0.2014.03.26.05.12.51
        for <multiple recipients>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Wed, 26 Mar 2014 05:12:52 -0700 (PDT)
Message-Id: <5332c444.2742440a.75ca.ffffc082@mx.google.com>
Date: Wed, 26 Mar 2014 05:12:52 -0700 (PDT)
From: Takumi Takahashi <takumiiinn@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: alexey@renatasystems.org
Subject: [PATCH] devel/py-jmespath: update to 0.3.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: alexey@renatasystems.org

>Number:         187955
>Category:       ports
>Synopsis:       [PATCH] devel/py-jmespath: update to 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alexey
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 12:20:00 UTC 2014
>Closed-Date:    Wed Mar 26 12:24:44 UTC 2014
>Last-Modified:  Wed Mar 26 12:30:01 UTC 2014
>Originator:     Takumi Takahashi
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD srv.privu.tmfam.com 10.0-STABLE FreeBSD 10.0-STABLE #0: Sat Feb 15 06:11:40 UTC 2014
>Description:
- Update to 0.3.1

Port maintainer (alexey@renatasystems.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py-jmespath-0.3.1.patch begins here ---
diff -ruN /usr/ports/devel/py-jmespath/Makefile ./Makefile
--- /usr/ports/devel/py-jmespath/Makefile	2013-12-16 04:30:39.000000000 +0900
+++ ./Makefile	2014-03-26 21:12:24.542334954 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/py-jmespath/Makefile 336572 2013-12-15 19:30:39Z alexey $
 
 PORTNAME=	jmespath
-PORTVERSION=	0.2.0
+PORTVERSION=	0.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN /usr/ports/devel/py-jmespath/distinfo ./distinfo
--- /usr/ports/devel/py-jmespath/distinfo	2013-12-16 04:30:39.000000000 +0900
+++ ./distinfo	2014-03-26 21:12:33.637871880 +0900
@@ -1,2 +1,2 @@
-SHA256 (jmespath-0.2.0.tar.gz) = f2a2d56241ce57b447510b2a637838c4c80248275a5021c1e3eecb2138ed6c57
-SIZE (jmespath-0.2.0.tar.gz) = 12251
+SHA256 (jmespath-0.3.1.tar.gz) = 92f8a5b50c80c7f9eb174aea8949cfe544e6901f6ba45ea636433bd979592074
+SIZE (jmespath-0.3.1.tar.gz) = 21482
--- py-jmespath-0.3.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 26 12:20:04 UTC 2014 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Mar 26 12:20:06 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 
Responsible-Changed-From-To: freebsd-python->alexey 
Responsible-Changed-By: alexey 
Responsible-Changed-When: Wed Mar 26 12:23:11 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 
State-Changed-From-To: feedback->closed 
State-Changed-By: alexey 
State-Changed-When: Wed Mar 26 12:24:43 UTC 2014 
State-Changed-Why:  
Updated with r349245.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: alexey@renatasystems.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/187955: [PATCH] devel/py-jmespath: update to 0.3.1
Date: Wed, 26 Mar 2014 12:20:05 UT

 Maintainer of devel/py-jmespath,
 
 Please note that PR ports/187955 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/187955
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
>Unformatted:
