Received: by mail.netbsd.org (Postfix, from userid 605) id B97F784E5F; Mon, 28 Jan 2019 10:51:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 121F384E33 for ; Mon, 28 Jan 2019 10:51:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hqmtCghMW0xx for ; Mon, 28 Jan 2019 10:51:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 754A084C82 for ; Mon, 28 Jan 2019 10:51:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B687FB16; Mon, 28 Jan 2019 10:51:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548672698168270" MIME-Version: 1.0 Date: Mon, 28 Jan 2019 10:51:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-alembic To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190128105138.2B687FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1548672698168270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Jan 28 10:51:38 UTC 2019 Modified Files: pkgsrc/databases/py-alembic: Makefile distinfo Log Message: py-alembic: updated to 1.0.7 1.0.7 [bug] [autogenerate] Fixed issue in new comment support where autogenerated Python code for comments wasn’t using repr() thus causing issues with quoting To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/py-alembic/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/py-alembic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1548672698168270 Content-Disposition: inline Content-Length: 1703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-alembic/Makefile diff -u pkgsrc/databases/py-alembic/Makefile:1.13 pkgsrc/databases/py-alembic/Makefile:1.14 --- pkgsrc/databases/py-alembic/Makefile:1.13 Tue Jan 15 11:54:54 2019 +++ pkgsrc/databases/py-alembic/Makefile Mon Jan 28 10:51:38 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2019/01/15 11:54:54 adam Exp $ +# $NetBSD: Makefile,v 1.14 2019/01/28 10:51:38 adam Exp $ -DISTNAME= alembic-1.0.6 +DISTNAME= alembic-1.0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=a/alembic/} Index: pkgsrc/databases/py-alembic/distinfo diff -u pkgsrc/databases/py-alembic/distinfo:1.12 pkgsrc/databases/py-alembic/distinfo:1.13 --- pkgsrc/databases/py-alembic/distinfo:1.12 Tue Jan 15 11:54:54 2019 +++ pkgsrc/databases/py-alembic/distinfo Mon Jan 28 10:51:38 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/01/15 11:54:54 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/01/28 10:51:38 adam Exp $ -SHA1 (alembic-1.0.6.tar.gz) = 9b7739e0540b82b559ce201d457f383fdb419c0e -RMD160 (alembic-1.0.6.tar.gz) = 28f2ae45f04eba6e13343aba0e917b1bad547c78 -SHA512 (alembic-1.0.6.tar.gz) = d7cd36c7d7a17b512e9d1faf03e54814c3a074298229e36d8f0849b9dff8ec33a01afd5164462bf8786036bfdd63c6b8932f95c3ffdfd62a3cc52e8d5438b80d -Size (alembic-1.0.6.tar.gz) = 1029497 bytes +SHA1 (alembic-1.0.7.tar.gz) = 5bfce276dcb23bcb9ff3f865749811a38b51b878 +RMD160 (alembic-1.0.7.tar.gz) = 1b9479c988d97ed5ace633bc3a0e8abed228557f +SHA512 (alembic-1.0.7.tar.gz) = d6607476894ae4b373d5245f51a74cc92812a764b65a6248efc3770b0ded1e62b15066feac3fd5bc2a64784573bf7531c619cf11ce50eef1622ed18376649419 +Size (alembic-1.0.7.tar.gz) = 1029941 bytes --_----------=_1548672698168270--