diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 05:32:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 05:32:54 +0000 |
commit | 229f403e12e01f43b67776916cf95ca2adaeb968 (patch) | |
tree | b2215c7815702f9cc89890ea768e3ae441f3cfd7 | |
parent | 3445d075bebfeeda915b20c358b79af5b9db8895 (diff) | |
download | pkgsrc-229f403e12e01f43b67776916cf95ca2adaeb968.tar.gz |
py-alembic: updated to 0.9.10
version 0.9.10
The "op.drop_constraint()" directive will now render using repr() for
the schema name, in the same way that "schema" renders for all the other op
directives.
Added basic capabilities for external dialects to support rendering of
"nested" types, like arrays, in a manner similar to that of the Postgresql
dialect.
Fixed issue where "autoincrement=True" would not render for a column that
specified it, since as of SQLAlchemy 1.1 this is no longer the default
value for "autoincrement". Note the behavior only takes effect against the
SQLAlchemy 1.1.0 and higher; for pre-1.1 SQLAlchemy, "autoincrement=True"
does not render as was the case before.
-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 a80a2c88d36..8d71a4109b1 100644 --- a/databases/py-alembic/Makefile +++ b/databases/py-alembic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/03/23 08:59:03 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/03 05:32:54 adam Exp $ -DISTNAME= alembic-0.9.9 +DISTNAME= alembic-0.9.10 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 1b6761599ee..696d0ed07a4 100644 --- a/databases/py-alembic/distinfo +++ b/databases/py-alembic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/03/23 08:59:03 adam Exp $ +$NetBSD: distinfo,v 1.6 2018/07/03 05:32:54 adam Exp $ -SHA1 (alembic-0.9.9.tar.gz) = fa5471e9b42c5e64c4807abd662687a55f4a8398 -RMD160 (alembic-0.9.9.tar.gz) = 8991bd2f7a4778f1972fb2914a2bc0670f02dbf8 -SHA512 (alembic-0.9.9.tar.gz) = 9998d78efae9f0d989b3014530c92e8125e3f588c6b0347f36f5d2cad64c4ae198e469070740dfc20997d1d921af266ffa0e9384aa72273c96c222327c36d817 -Size (alembic-0.9.9.tar.gz) = 1012778 bytes +SHA1 (alembic-0.9.10.tar.gz) = ef86a6c55ee70dfd0878f44293f39880096ad811 +RMD160 (alembic-0.9.10.tar.gz) = 82ba76d702d3d802ea05bebcabad67a665975376 +SHA512 (alembic-0.9.10.tar.gz) = 018a53313fa7e99fa94aab82850e3728564da453169fa3682790d96f6d39b7a20406411e83a927545cf9d35978935c15faf348c061aaea26536cb95afa221bc4 +Size (alembic-0.9.10.tar.gz) = 1017454 bytes |