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 Jul  3 05:32:54 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/databases/py-alembic/Makefile:1.7
--- pkgsrc/databases/py-alembic/Makefile:1.6    Fri Mar 23 08:59:03 2018
+++ pkgsrc/databases/py-alembic/Makefile        Tue Jul  3 05:32:54 2018
@@ -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/}

Index: pkgsrc/databases/py-alembic/distinfo
diff -u pkgsrc/databases/py-alembic/distinfo:1.5 pkgsrc/databases/py-alembic/distinfo:1.6
--- pkgsrc/databases/py-alembic/distinfo:1.5    Fri Mar 23 08:59:03 2018
+++ pkgsrc/databases/py-alembic/distinfo        Tue Jul  3 05:32:54 2018
@@ -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



Home | Main Index | Thread Index | Old Index