Received: by mail.netbsd.org (Postfix, from userid 605) id 0383384DCD; Mon, 29 Apr 2019 10:27:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E19C84DC5 for ; Mon, 29 Apr 2019 10:27:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id W0sfBWH_0Ntu for ; Mon, 29 Apr 2019 10:27:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF0F884D24 for ; Mon, 29 Apr 2019 10:27:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC89CFB16; Mon, 29 Apr 2019 10:27:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15565336532300" MIME-Version: 1.0 Date: Mon, 29 Apr 2019 10:27:33 +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: <20190429102733.DC89CFB16@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. --_----------=_15565336532300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 29 10:27:33 UTC 2019 Modified Files: pkgsrc/databases/py-alembic: Makefile distinfo Log Message: py-alembic: updated to 1.0.10 1.0.10 bug [bug] [commands] Fixed bug introduced in release 0.9.0 where the helptext for commands inadvertently got expanded to include function docstrings from the command.py module. The logic has been adjusted to only refer to the first line(s) preceding the first line break within each docstring, as was the original intent. [bug] [mysql] [operations] Added an assertion in RevisionMap.get_revisions() and other methods which ensures revision numbers are passed as strings or collections of strings. Driver issues particularly on MySQL may inadvertently be passing bytes here which leads to failures later on. [bug] [autogenerate] [mysql] Fixed bug when using the EnvironmentContext.configure.compare_server_default flag set to True where a server default that is introduced in the table metadata on an Integer column, where there is no existing server default in the database, would raise a TypeError. 1.0.9 bug [bug] [operations] Simplified the internal scheme used to generate the alembic.op namespace to no longer attempt to generate full method signatures (e.g. rather than generic *args, **kw) as this was not working in most cases anyway, while in rare circumstances it would in fact sporadically have access to the real argument names and then fail when generating the function due to missing symbols in the argument signature. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/py-alembic/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/py-alembic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15565336532300 Content-Disposition: inline Content-Length: 1708 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.15 pkgsrc/databases/py-alembic/Makefile:1.16 --- pkgsrc/databases/py-alembic/Makefile:1.15 Tue Apr 2 09:01:38 2019 +++ pkgsrc/databases/py-alembic/Makefile Mon Apr 29 10:27:33 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2019/04/02 09:01:38 adam Exp $ +# $NetBSD: Makefile,v 1.16 2019/04/29 10:27:33 adam Exp $ -DISTNAME= alembic-1.0.8 +DISTNAME= alembic-1.0.10 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.14 pkgsrc/databases/py-alembic/distinfo:1.15 --- pkgsrc/databases/py-alembic/distinfo:1.14 Tue Apr 2 09:01:38 2019 +++ pkgsrc/databases/py-alembic/distinfo Mon Apr 29 10:27:33 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2019/04/02 09:01:38 adam Exp $ +$NetBSD: distinfo,v 1.15 2019/04/29 10:27:33 adam Exp $ -SHA1 (alembic-1.0.8.tar.gz) = 3499192b2f459a2ffe5caedf800c98674cb37506 -RMD160 (alembic-1.0.8.tar.gz) = c4c2382a45a99348d5fede7e101d63af06c250d3 -SHA512 (alembic-1.0.8.tar.gz) = 7a2ab63c6a823a32f45cd8ff5b763671806a8fa3d2b31e09c2051bdf92784fdafea1e3be217d84885d92eaf550e223ef77fd6fd387d35a5882d60ebcf042d835 -Size (alembic-1.0.8.tar.gz) = 1030713 bytes +SHA1 (alembic-1.0.10.tar.gz) = 8e0488914021dc2b5e4805f762b6fb9fe75a4849 +RMD160 (alembic-1.0.10.tar.gz) = 2a7a611cc26f5daa27c716e78808ce66ca983199 +SHA512 (alembic-1.0.10.tar.gz) = 78cec44ae1b5e6958f629488cf615ada5853db420aee8b3febcffb9f89a0f79137aca7bbcc2eefd4ce6a29f96e989158994d6aa5772582f9d02e91dd7c46d67d +Size (alembic-1.0.10.tar.gz) = 1019446 bytes --_----------=_15565336532300--