pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-alembic py-alembic: updated to 1.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86fdd25e0faf
branches:  trunk
changeset: 317749:86fdd25e0faf
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 15 11:54:54 2019 +0000

description:
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.

diffstat:

 databases/py-alembic/Makefile |   4 ++--
 databases/py-alembic/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 46db854624e6 -r 86fdd25e0faf databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile     Tue Jan 15 11:52:46 2019 +0000
+++ b/databases/py-alembic/Makefile     Tue Jan 15 11:54:54 2019 +0000
@@ -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 -r 46db854624e6 -r 86fdd25e0faf databases/py-alembic/distinfo
--- a/databases/py-alembic/distinfo     Tue Jan 15 11:52:46 2019 +0000
+++ b/databases/py-alembic/distinfo     Tue Jan 15 11:54:54 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index