Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 18:16:09 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335314 - head/security/py-oauthlib
Message-ID:  <201311301816.rAUIG98A053016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Nov 30 18:16:08 2013
New Revision: 335314
URL: http://svnweb.freebsd.org/changeset/ports/335314

Log:
  security/py-oauthlib: Update to 0.6.0
  
  - Update to 0.6.0
  - Enable STAGE support
  - Enable AUTOPLIST, delete pkg-plist
  
  Changes:
  
  https://github.com/idan/oauthlib/tree/0.6.0#changelog

Deleted:
  head/security/py-oauthlib/pkg-plist
Modified:
  head/security/py-oauthlib/Makefile
  head/security/py-oauthlib/distinfo

Modified: head/security/py-oauthlib/Makefile
==============================================================================
--- head/security/py-oauthlib/Makefile	Sat Nov 30 18:14:55 2013	(r335313)
+++ head/security/py-oauthlib/Makefile	Sat Nov 30 18:16:08 2013	(r335314)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oauthlib
-PORTVERSION=	0.4.2
+PORTVERSION=	0.6.0
 CATEGORIES=	security net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -20,9 +20,10 @@ USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 
 GH_ACCOUNT=	idan
-GH_COMMIT=	1ea510c
+GH_COMMIT=	58abd88
+
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 300

Modified: head/security/py-oauthlib/distinfo
==============================================================================
--- head/security/py-oauthlib/distinfo	Sat Nov 30 18:14:55 2013	(r335313)
+++ head/security/py-oauthlib/distinfo	Sat Nov 30 18:16:08 2013	(r335314)
@@ -1,2 +1,2 @@
-SHA256 (oauthlib-0.4.2.tar.gz) = b46e95b9ebf6c67299efb3f4c49e8afec2f24d52a106fd262abda69676880748
-SIZE (oauthlib-0.4.2.tar.gz) = 107329
+SHA256 (oauthlib-0.6.0.tar.gz) = 112d192b58d5ee23ad3b800b8caa9a5ebf7dc1691cc094edc02837cf7a4f026b
+SIZE (oauthlib-0.6.0.tar.gz) = 119510



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311301816.rAUIG98A053016>