Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2017 11:12:46 +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: r439281 - head/security/py-passlib
Message-ID:  <201704241112.v3OBCkhK026903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Apr 24 11:12:46 2017
New Revision: 439281
URL: https://svnweb.freebsd.org/changeset/ports/439281

Log:
  security/py-passlib: Update to 1.7.1
  
  - Update PORTVERSION and distinfo checksum (1.7.1)
  - Add supported Python version(s) comment
  - Sort USE_PYTHON values
  
  
    https://passlib.readthedocs.io/en/stable/history/1.7.html
  
  Requested by:	Ivan S. (via email)

Modified:
  head/security/py-passlib/Makefile
  head/security/py-passlib/distinfo

Modified: head/security/py-passlib/Makefile
==============================================================================
--- head/security/py-passlib/Makefile	Mon Apr 24 10:52:49 2017	(r439280)
+++ head/security/py-passlib/Makefile	Mon Apr 24 11:12:46 2017	(r439281)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	passlib
-PORTVERSION=	1.6.5
+PORTVERSION=	1.7.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.1:devel/py-nose
 
+# Python 2.6,3.3-3.6
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 

Modified: head/security/py-passlib/distinfo
==============================================================================
--- head/security/py-passlib/distinfo	Mon Apr 24 10:52:49 2017	(r439280)
+++ head/security/py-passlib/distinfo	Mon Apr 24 11:12:46 2017	(r439281)
@@ -1,2 +1,3 @@
-SHA256 (passlib-1.6.5.tar.gz) = a83d34f53dc9b17aa42c9a35c3fbcc5120f3fcb07f7f8721ec45e6a27be347fc
-SIZE (passlib-1.6.5.tar.gz) = 417044
+TIMESTAMP = 1493027379
+SHA256 (passlib-1.7.1.tar.gz) = 3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
+SIZE (passlib-1.7.1.tar.gz) = 645724



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