pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-alembic



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec  3 18:21:15 UTC 2019

Modified Files:
        pkgsrc/databases/py-alembic: Makefile distinfo

Log Message:
py-alembic: updated to 1.3.1

1.3.1
bug
[bug] [mssql]
Fixed bug in MSSQL dialect where the drop constraint execution steps used to remove server default or implicit foreign key constraint failed to take into account the schema name of the target table.

1.3.0

feature
[feature] [command]
Added support for ALEMBIC_CONFIG environment variable, refers to the location of the alembic configuration script in lieu of using the -c command line option.

bug
[bug] [autogenerate]
Fixed bug in new Variant autogenerate where the order of the arguments to Variant were mistakenly reversed.

misc
[change] [compatibility]
Some internal modifications have been made to how the names of indexes and unique constraints work to make use of new functions added in SQLAlchemy 1.4, so that SQLAlchemy has more flexibility over 
how naming conventions may be applied to these objects.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-alembic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-alembic/Makefile
diff -u pkgsrc/databases/py-alembic/Makefile:1.19 pkgsrc/databases/py-alembic/Makefile:1.20
--- pkgsrc/databases/py-alembic/Makefile:1.19   Thu Oct 10 18:26:53 2019
+++ pkgsrc/databases/py-alembic/Makefile        Tue Dec  3 18:21:15 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/10/10 18:26:53 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/03 18:21:15 adam Exp $
 
-DISTNAME=      alembic-1.2.1
+DISTNAME=      alembic-1.3.1
 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.18 pkgsrc/databases/py-alembic/distinfo:1.19
--- pkgsrc/databases/py-alembic/distinfo:1.18   Thu Oct 10 18:26:53 2019
+++ pkgsrc/databases/py-alembic/distinfo        Tue Dec  3 18:21:15 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/10/10 18:26:53 adam Exp $
+$NetBSD: distinfo,v 1.19 2019/12/03 18:21:15 adam Exp $
 
-SHA1 (alembic-1.2.1.tar.gz) = efb4bc29740da44697c99e668ae6edc07d70e9c1
-RMD160 (alembic-1.2.1.tar.gz) = 30306893e3ec3faa1f0293c70b04da8348b3067f
-SHA512 (alembic-1.2.1.tar.gz) = 13e0d3bce34dc54fa1f5ce6a734e89884f76438fbfb14cfe343280803f12424e37052bf3ade911c69170d308b2446bbce7bd92b83696fb02ed9a98231fdb05b2
-Size (alembic-1.2.1.tar.gz) = 1053595 bytes
+SHA1 (alembic-1.3.1.tar.gz) = 648a41ec223e5bb6e1017328e71b4fba7cd9042d
+RMD160 (alembic-1.3.1.tar.gz) = aac83a36f3ecff8e06b16bbe8e7fbfe58038abb5
+SHA512 (alembic-1.3.1.tar.gz) = 686c109966c66c1720fb193e190d77fe8b039ed4fb114f08989cd44505bcc84d316cd7f6fd26a4a919a6633efc4a1d3d05b8706452ecf6b91ffb5067974bf5fc
+Size (alembic-1.3.1.tar.gz) = 1056451 bytes



Home | Main Index | Thread Index | Old Index