From owner-svn-ports-head@freebsd.org Tue Oct 18 06:13:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5C0CC16ABD; Tue, 18 Oct 2016 06:13:27 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B513AD98; Tue, 18 Oct 2016 06:13:27 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9I6DQ2A035041; Tue, 18 Oct 2016 06:13:26 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9I6DQdk035039; Tue, 18 Oct 2016 06:13:26 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201610180613.u9I6DQdk035039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 18 Oct 2016 06:13:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424148 - head/databases/py-alembic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 06:13:28 -0000 Author: lwhsu Date: Tue Oct 18 06:13:26 2016 New Revision: 424148 URL: https://svnweb.freebsd.org/changeset/ports/424148 Log: - Update to 0.8.8 - Change RUN_DEPENDS to py-sqlalchemy10 [1] PR: 213562 [1] Submitted by: Alexander Nusov Modified: head/databases/py-alembic/Makefile head/databases/py-alembic/distinfo Modified: head/databases/py-alembic/Makefile ============================================================================== --- head/databases/py-alembic/Makefile Tue Oct 18 04:52:14 2016 (r424147) +++ head/databases/py-alembic/Makefile Tue Oct 18 06:13:26 2016 (r424148) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alembic -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Database migration tool for SQL LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.3:databases/py-sqlalchemy07 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako USES= python Modified: head/databases/py-alembic/distinfo ============================================================================== --- head/databases/py-alembic/distinfo Tue Oct 18 04:52:14 2016 (r424147) +++ head/databases/py-alembic/distinfo Tue Oct 18 06:13:26 2016 (r424148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470221511 -SHA256 (alembic-0.8.7.tar.gz) = 7fb8a456d6c47fe24b87e02acb405b2094545f9b574beb80105a64fe9b335a45 -SIZE (alembic-0.8.7.tar.gz) = 968161 +TIMESTAMP = 1476770608 +SHA256 (alembic-0.8.8.tar.gz) = cd6f2192ca2307bfe2a2a61f8a261420addc59a09a6379a6550e0a15693b0b8a +SIZE (alembic-0.8.8.tar.gz) = 970125