Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 14:11:42 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544749 - head/devel/py-transaction
Message-ID:  <202008121411.07CEBgpb008624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Wed Aug 12 14:11:41 2020
New Revision: 544749
URL: https://svnweb.freebsd.org/changeset/ports/544749

Log:
  - Update to 3.0.0
  - Take maintainership
  
  Submitted by:	wen@(via email)
  Approved by:	cs@(previous maintainer)
  Thanks to:	rm@

Modified:
  head/devel/py-transaction/Makefile
  head/devel/py-transaction/distinfo

Modified: head/devel/py-transaction/Makefile
==============================================================================
--- head/devel/py-transaction/Makefile	Wed Aug 12 13:37:35 2020	(r544748)
+++ head/devel/py-transaction/Makefile	Wed Aug 12 14:11:41 2020	(r544749)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	transaction
-PORTVERSION=	1.6.0
+PORTVERSION=	3.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	cs@FreeBSD.org
+MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Transaction management for Python
 
 LICENSE=	ZPL21
@@ -15,7 +15,7 @@ LICENSE=	ZPL21
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.2:devel/py-zope.interface@${PY_FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/devel/py-transaction/distinfo
==============================================================================
--- head/devel/py-transaction/distinfo	Wed Aug 12 13:37:35 2020	(r544748)
+++ head/devel/py-transaction/distinfo	Wed Aug 12 14:11:41 2020	(r544749)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465593717
-SHA256 (transaction-1.6.0.tar.gz) = 3a053d39b393fa0577d529c3f45ee711f988ec95903a6bfd67842bc4a5307855
-SIZE (transaction-1.6.0.tar.gz) = 66819
+TIMESTAMP = 1597236309
+SHA256 (transaction-3.0.0.tar.gz) = 3b0ad400cb7fa25f95d1516756c4c4557bb78890510f69393ad0bd15869eaa2d
+SIZE (transaction-3.0.0.tar.gz) = 72319



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