pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-alembic py-alembic: updated to 1.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdd407f2a717
branches:  trunk
changeset: 440684:fdd407f2a717
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 15 13:53:46 2020 +0000

description:
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.

diffstat:

 databases/py-alembic/Makefile |   4 ++--
 databases/py-alembic/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r cf8f3d773d52 -r fdd407f2a717 databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile     Thu Oct 15 13:49:22 2020 +0000
+++ b/databases/py-alembic/Makefile     Thu Oct 15 13:53:46 2020 +0000
@@ -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/}
diff -r cf8f3d773d52 -r fdd407f2a717 databases/py-alembic/distinfo
--- a/databases/py-alembic/distinfo     Thu Oct 15 13:49:22 2020 +0000
+++ b/databases/py-alembic/distinfo     Thu Oct 15 13:53:46 2020 +0000
@@ -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


Home | Main Index | Thread Index | Old Index