diff options
author | adam <adam@pkgsrc.org> | 2018-11-01 13:05:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-01 13:05:37 +0000 |
commit | ba1e47415722380897f8ec43db1d76b48824717a (patch) | |
tree | acc98579136f2fa4f5ea60a08d6a4ed387eab02c /databases | |
parent | a5a38e46dca7d7e462bac4f5976423065314ebd7 (diff) | |
download | pkgsrc-ba1e47415722380897f8ec43db1d76b48824717a.tar.gz |
py-alembic: updated to 1.0.2
1.0.2:
[bug] [autogenerate] The system=True flag on Column, used primarily in conjunction with the Postgresql “xmin” column, now renders within the autogenerate render process, allowing the column to be excluded from DDL. Additionally, adding a system=True column to a model will produce no autogenerate diff as this column is implicitly present in the database.
[bug] [mssql] Fixed issue where usage of the SQL Server mssql_include option within a Operations.create_index() would raise a KeyError, as the additional column(s) need to be added to the table object used by the construct internally.
Diffstat (limited to 'databases')
-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 79e9a37a1db..450d2b46ea8 100644 --- a/databases/py-alembic/Makefile +++ b/databases/py-alembic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2018/10/18 10:15:18 adam Exp $ +# $NetBSD: Makefile,v 1.10 2018/11/01 13:05:37 adam Exp $ -DISTNAME= alembic-1.0.1 +DISTNAME= alembic-1.0.2 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 faa30dfbc8e..655b853487b 100644 --- a/databases/py-alembic/distinfo +++ b/databases/py-alembic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/10/18 10:15:18 adam Exp $ +$NetBSD: distinfo,v 1.9 2018/11/01 13:05:37 adam Exp $ -SHA1 (alembic-1.0.1.tar.gz) = 49df56a0e5e36dff602df2bd22be888cf726a400 -RMD160 (alembic-1.0.1.tar.gz) = 5a8ed5acfaee65bb1619b68e1d5e612091b5bfd1 -SHA512 (alembic-1.0.1.tar.gz) = 79215923f2cffb576e79ac1b3193b978263f58a0f0d5464b1c71519ed4e4d936661074975a3b1b95b991dcb96dcd9bb99e028c20015cd69dd82a5fa7af4a1f00 -Size (alembic-1.0.1.tar.gz) = 1019676 bytes +SHA1 (alembic-1.0.2.tar.gz) = a8928477d520a60ed539a07e877604bd80900788 +RMD160 (alembic-1.0.2.tar.gz) = ae11c755f4a7db39ef44f9fba78afe085ab00aac +SHA512 (alembic-1.0.2.tar.gz) = 111a61195df092f76e54ebaf30d30b9c47fc178421aa8dd94ccd9a24159ba93930110378fe4ef5c25379c83dbeb6f287713ca29fe5b149498ca8b8192c27c689 +Size (alembic-1.0.2.tar.gz) = 1021161 bytes |