From owner-svn-ports-head@FreeBSD.ORG Sun Apr 28 06:46:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A19B4EB; Sun, 28 Apr 2013 06:46:44 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4CAD91B4E; Sun, 28 Apr 2013 06:46:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3S6ki2E067681; Sun, 28 Apr 2013 06:46:44 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3S6khZs067675; Sun, 28 Apr 2013 06:46:43 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201304280646.r3S6khZs067675@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 28 Apr 2013 06:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316703 - head/security/py-oauthlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 06:46:44 -0000 Author: koobs Date: Sun Apr 28 06:46:43 2013 New Revision: 316703 URL: http://svnweb.freebsd.org/changeset/ports/316703 Log: security/py-oauthlib: Update to 0.4.0 - Update pkg-descr WWW: - Update pkg-plist Changes: https://github.com/idan/oauthlib/tree/0.4.0#changelog Approved by: eadler, rm (mentors, implicit) Modified: head/security/py-oauthlib/Makefile head/security/py-oauthlib/distinfo head/security/py-oauthlib/pkg-descr head/security/py-oauthlib/pkg-plist Modified: head/security/py-oauthlib/Makefile ============================================================================== --- head/security/py-oauthlib/Makefile Sun Apr 28 06:00:55 2013 (r316702) +++ head/security/py-oauthlib/Makefile Sun Apr 28 06:46:43 2013 (r316703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauthlib -PORTVERSION= 0.3.8 +PORTVERSION= 0.4.0 CATEGORIES= security net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install GH_ACCOUNT= idan -GH_COMMIT= 554182c +GH_COMMIT= a205150 .include Modified: head/security/py-oauthlib/distinfo ============================================================================== --- head/security/py-oauthlib/distinfo Sun Apr 28 06:00:55 2013 (r316702) +++ head/security/py-oauthlib/distinfo Sun Apr 28 06:46:43 2013 (r316703) @@ -1,2 +1,2 @@ -SHA256 (oauthlib-0.3.8.tar.gz) = a06090d62ebeea8aa3d02d4404bd619216fa1aaf5a00e932288bf605ec5f57f7 -SIZE (oauthlib-0.3.8.tar.gz) = 85375 +SHA256 (oauthlib-0.4.0.tar.gz) = 23e97668d79a71eff0d5cd33eeb85c81d5260cb9576bb2fb4e1d0a22a77f4fe8 +SIZE (oauthlib-0.4.0.tar.gz) = 104356 Modified: head/security/py-oauthlib/pkg-descr ============================================================================== --- head/security/py-oauthlib/pkg-descr Sun Apr 28 06:00:55 2013 (r316702) +++ head/security/py-oauthlib/pkg-descr Sun Apr 28 06:46:43 2013 (r316703) @@ -2,4 +2,4 @@ OAuthLib is a generic Python module whic assuming a specific HTTP request object. Use it to graft OAuth support onto your favorite HTTP library. -WWW: https://github.com/idangazit/oauthlib +WWW: https://github.com/idan/oauthlib Modified: head/security/py-oauthlib/pkg-plist ============================================================================== --- head/security/py-oauthlib/pkg-plist Sun Apr 28 06:00:55 2013 (r316702) +++ head/security/py-oauthlib/pkg-plist Sun Apr 28 06:46:43 2013 (r316703) @@ -53,6 +53,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/auditor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/auditor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/auditor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/django.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/django.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/oauthlib/oauth2/ext/django.pyo