Bug 170547 - [MAINTAINER] security/py-passlib: update to 1.6.1
Summary: [MAINTAINER] security/py-passlib: update to 1.6.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-12 00:10 UTC by koobs
Modified: 2012-08-12 14:20 UTC (History)
0 users

See Also:


Attachments
py27-passlib-1.6.1.patch (1002 bytes, patch)
2012-08-12 00:10 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-08-12 00:10:00 UTC
- Update to 1.6.1
- Adjust USE_PYTHON versions (Py3k ready)

Changes: http://packages.python.org/passlib/history.html

==[QA]==
port test clean
redports: https://redports.org/buildarchive/20120811125222-62642/

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-12 00:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-12 14:13:13 UTC
Author: wen
Date: Sun Aug 12 13:12:59 2012
New Revision: 302435
URL: http://svn.freebsd.org/changeset/ports/302435

Log:
  - Update to 1.6.1
  - Adjust USE_PYTHON versions (Py3k ready)
  
  PR:		170547
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)

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

Modified: head/security/py-passlib/Makefile
==============================================================================
--- head/security/py-passlib/Makefile	Sun Aug 12 11:15:46 2012	(r302434)
+++ head/security/py-passlib/Makefile	Sun Aug 12 13:12:59 2012	(r302435)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	passlib
-PORTVERSION=	1.6
+PORTVERSION=	1.6.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ COMMENT=	Python password hashing framewo
 
 LICENSE=	BSD
 
-USE_PYTHON=	2.5+
+USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
 .include <bsd.port.mk>

Modified: head/security/py-passlib/distinfo
==============================================================================
--- head/security/py-passlib/distinfo	Sun Aug 12 11:15:46 2012	(r302434)
+++ head/security/py-passlib/distinfo	Sun Aug 12 13:12:59 2012	(r302435)
@@ -1,2 +1,2 @@
-SHA256 (passlib-1.6.tar.gz) = 9e546e00bc19f7f4bfa84ec2770ea4c226b577149a094c3455711fc7a74d7117
-SIZE (passlib-1.6.tar.gz) = 390451
+SHA256 (passlib-1.6.1.tar.gz) = 00cfb564feb2d97ebaf6b28acdc9277a0c73c3c1df7b2a7b65605c76e724177b
+SIZE (passlib-1.6.1.tar.gz) = 395855
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2012-08-12 14:14:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!