pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-alembic



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 15 11:54:54 UTC 2019

Modified Files:
        pkgsrc/databases/py-alembic: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/py-alembic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-alembic/Makefile
diff -u pkgsrc/databases/py-alembic/Makefile:1.12 pkgsrc/databases/py-alembic/Makefile:1.13
--- pkgsrc/databases/py-alembic/Makefile:1.12   Wed Nov 28 09:15:54 2018
+++ pkgsrc/databases/py-alembic/Makefile        Tue Jan 15 11:54:54 2019
@@ -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/}

Index: pkgsrc/databases/py-alembic/distinfo
diff -u pkgsrc/databases/py-alembic/distinfo:1.11 pkgsrc/databases/py-alembic/distinfo:1.12
--- pkgsrc/databases/py-alembic/distinfo:1.11   Wed Nov 28 09:15:54 2018
+++ pkgsrc/databases/py-alembic/distinfo        Tue Jan 15 11:54:54 2019
@@ -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