diff options
author | adam <adam@pkgsrc.org> | 2019-01-15 11:54:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-01-15 11:54:54 +0000 |
commit | 35885affba110291c6d71f9c8631d30e9d4f0c46 (patch) | |
tree | 87a345edfbd821b660be17235460211a5dc8a258 | |
parent | b980c2ba23a4cf426a8c58cd3ab9b8106dcbdd1f (diff) | |
download | pkgsrc-35885affba110291c6d71f9c8631d30e9d4f0c46.tar.gz |
py-alembic: updated to 1.0.6
1.0.6
feature
[feature] [operations] Added Table and Column level comments for supported backends. New methods Operations.create_table_comment() and Operations.drop_table_comment() are added. A new arguments Operations.alter_column.comment and Operations.alter_column.existing_comment are added to Operations.alter_column(). Autogenerate support is also added to ensure comment add/drops from tables and columns are generated as well as that Operations.create_table(), Operations.add_column() both include the comment field from the source Table or Column object.
-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 be2e09cd3a8..7e56321f2c7 100644 --- a/databases/py-alembic/Makefile +++ b/databases/py-alembic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2018/11/28 09:15:54 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/01/15 11:54:54 adam Exp $ -DISTNAME= alembic-1.0.5 +DISTNAME= alembic-1.0.6 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 b4d86547fc5..a9d5c0cfde6 100644 --- a/databases/py-alembic/distinfo +++ b/databases/py-alembic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/11/28 09:15:54 adam Exp $ +$NetBSD: distinfo,v 1.12 2019/01/15 11:54:54 adam Exp $ -SHA1 (alembic-1.0.5.tar.gz) = 2eee5fa2bd3ea7c526950e827824397acb24a531 -RMD160 (alembic-1.0.5.tar.gz) = a429a1cfb96db51c78ccc33e595e19532a1c6cb0 -SHA512 (alembic-1.0.5.tar.gz) = cfede823394d17aba94276ad5e759b35ff9e56ee908fce8fef54442c3fad871d0fa0e3f3f0121db98820ee085cf08e86d893e24b92086de894acc46f09450961 -Size (alembic-1.0.5.tar.gz) = 1020663 bytes +SHA1 (alembic-1.0.6.tar.gz) = 9b7739e0540b82b559ce201d457f383fdb419c0e +RMD160 (alembic-1.0.6.tar.gz) = 28f2ae45f04eba6e13343aba0e917b1bad547c78 +SHA512 (alembic-1.0.6.tar.gz) = d7cd36c7d7a17b512e9d1faf03e54814c3a074298229e36d8f0849b9dff8ec33a01afd5164462bf8786036bfdd63c6b8932f95c3ffdfd62a3cc52e8d5438b80d +Size (alembic-1.0.6.tar.gz) = 1029497 bytes |