Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 602B31A921F for ; Thu, 15 Oct 2020 13:53:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E835F84DE0; Thu, 15 Oct 2020 13:53:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FBB084DD0 for ; Thu, 15 Oct 2020 13:53:47 +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 4enX7gfYKbxI for ; Thu, 15 Oct 2020 13:53:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDD1484D9F for ; Thu, 15 Oct 2020 13:53:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5ED7FB28; Thu, 15 Oct 2020 13:53:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602770026245350" MIME-Version: 1.0 Date: Thu, 15 Oct 2020 13:53:46 +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: <20201015135346.C5ED7FB28@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. --_----------=_1602770026245350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Thu Oct 15 13:53:46 UTC 2020 Modified Files: pkgsrc/databases/py-alembic: Makefile distinfo Log Message: py-alembic: updated to 1.4.3 1.4.3 bug [bug] [batch] [sqlite] Added support to drop named CHECK constraints that are specified as part of a column, rather than table wide. Previously, only constraints associated with the table were considered. [bug] [mysql] [ops] Fixed issue where the MySQL dialect would not correctly render the server default of a column in an alter operation, if the operation were programmatically generated from an autogenerate pass as it would not accommodate for the full structure of the DefaultClause construct. [bug] [batch] [sqlite] Fixed issue where the CAST applied to a JSON column when copying a SQLite table during batch mode would cause the data to be lost, as SQLite’s CAST with JSON appears to convert the data to the value “0”. The CAST is now skipped in a dialect-specific manner, including for JSON columns on SQLite. Pull request courtesy Sebastián Ramírez. [bug] [commands] The alembic current command no longer creates an alembic_version table in the database if one does not exist already, returning no version as the current version. This allows checking for migrations in parallel without introducing race conditions. Pull request courtesy Nikolay Edigaryev. [bug] [batch] Fixed issue where columns in a foreign-key referenced table would be replaced with null-type columns during a batch operation; while this did not generally have any side effects, it could theoretically impact a batch operation that also targets that table directly and also would interfere with future changes to the .append_column() method to disallow implicit replacement of columns. [bug] [mssql] Fixed issue where the mssql_drop_foreign_key=True flag on op.drop_column would lead to incorrect syntax error due to a typo in the SQL emitted, same typo was present in the test as well so it was not detected. Pull request courtesy Oleg Shigorin. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/py-alembic/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/py-alembic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602770026245350 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.25 pkgsrc/databases/py-alembic/Makefile:1.26 --- pkgsrc/databases/py-alembic/Makefile:1.25 Sat May 16 09:03:22 2020 +++ pkgsrc/databases/py-alembic/Makefile Thu Oct 15 13:53:46 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2020/05/16 09:03:22 adam Exp $ +# $NetBSD: Makefile,v 1.26 2020/10/15 13:53:46 adam Exp $ -DISTNAME= alembic-1.4.2 +DISTNAME= alembic-1.4.3 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.21 pkgsrc/databases/py-alembic/distinfo:1.22 --- pkgsrc/databases/py-alembic/distinfo:1.21 Fri Apr 10 08:02:04 2020 +++ pkgsrc/databases/py-alembic/distinfo Thu Oct 15 13:53:46 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2020/04/10 08:02:04 adam Exp $ +$NetBSD: distinfo,v 1.22 2020/10/15 13:53:46 adam Exp $ -SHA1 (alembic-1.4.2.tar.gz) = 8967b6c2297d01372c2b10ccdaa1a2bf4d1ee523 -RMD160 (alembic-1.4.2.tar.gz) = 0f4f8cae20bf34a39a527b2d4d065a2c7478480b -SHA512 (alembic-1.4.2.tar.gz) = 82bdfe442c19033aa2b802ec49edd13ed265c00a2b5a048490a83ffa8e53587c56a90b64d554e746a9189923419c528482cb7a7c950c210e0de47b32fa7c270e -Size (alembic-1.4.2.tar.gz) = 1092045 bytes +SHA1 (alembic-1.4.3.tar.gz) = abc6e8e80a3cc498fc4e09510dcd10dc09822a4b +RMD160 (alembic-1.4.3.tar.gz) = 92c8b575588299afdc351beb28971b9995f98c8b +SHA512 (alembic-1.4.3.tar.gz) = 925d8957fd9008d041737a9e79ec8d7a4c5deba1976e980362d355a75348c1638d783d9d48234a5bc3b2dc3f2f09dcb281d0c80ae0f0c5bc32e176c3dfa05463 +Size (alembic-1.4.3.tar.gz) = 1108131 bytes --_----------=_1602770026245350--