Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 05:07:22 +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: r529858 - head/security/py-passlib
Message-ID:  <202003300507.02U57MWe006834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Mar 30 05:07:22 2020
New Revision: 529858
URL: https://svnweb.freebsd.org/changeset/ports/529858

Log:
  security/py-passlib: Update to 1.7.2
  
    - Update COMMENT to match setup.py:description
  
  Changelog:
  
    https://passlib.readthedocs.io/en/stable/history/1.7.html
  
  Requested by:	bofh (via email)
  MFH:		2020Q1 (blanket: bugfix release)

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

Modified: head/security/py-passlib/Makefile
==============================================================================
--- head/security/py-passlib/Makefile	Mon Mar 30 04:31:32 2020	(r529857)
+++ head/security/py-passlib/Makefile	Mon Mar 30 05:07:22 2020	(r529858)
@@ -2,20 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	passlib
-PORTVERSION=	1.7.1
+PORTVERSION=	1.7.2
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs@FreeBSD.org
-COMMENT=	Python password hashing framework supporting over 30 schemes
+COMMENT=	Comprehensive password hashing framework supporting over 30 schemes
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.1:devel/py-nose@${PY_FLAVOR}
 
-# Python 2.6,3.3-3.6
+# Python 2.6,3.3-3.8
 USES=		python
 USE_PYTHON=	autoplist distutils
 

Modified: head/security/py-passlib/distinfo
==============================================================================
--- head/security/py-passlib/distinfo	Mon Mar 30 04:31:32 2020	(r529857)
+++ head/security/py-passlib/distinfo	Mon Mar 30 05:07:22 2020	(r529858)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493027379
-SHA256 (passlib-1.7.1.tar.gz) = 3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
-SIZE (passlib-1.7.1.tar.gz) = 645724
+TIMESTAMP = 1585542566
+SHA256 (passlib-1.7.2.tar.gz) = 8d666cef936198bc2ab47ee9b0410c94adf2ba798e5a84bf220be079ae7ab6a8
+SIZE (passlib-1.7.2.tar.gz) = 649654



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