diff options
author | adam <adam@pkgsrc.org> | 2019-12-03 18:21:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-12-03 18:21:15 +0000 |
commit | b5e2744b96590605532ddf82de5f06b3d9fa95ed (patch) | |
tree | 4c22a551a99989faef76d0bc36cb80cbed068479 /databases/py-alembic | |
parent | b439de5c2f6d1ddd80682221da375d41475961e8 (diff) | |
download | pkgsrc-b5e2744b96590605532ddf82de5f06b3d9fa95ed.tar.gz |
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.
Diffstat (limited to 'databases/py-alembic')
-rw-r--r-- | databases/py-alembic/Makefile | 4 | ||||
-rw-r--r-- | databases/py-alembic/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-alembic/Makefile b/databases/py-alembic/Makefile index 8828a727b33..00d93a603ba 100644 --- a/databases/py-alembic/Makefile +++ b/databases/py-alembic/Makefile @@ -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/} diff --git a/databases/py-alembic/distinfo b/databases/py-alembic/distinfo index 891dac3c846..978e4f009d3 100644 --- a/databases/py-alembic/distinfo +++ b/databases/py-alembic/distinfo @@ -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 |