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 0.9.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12dc4dc83634
branches:  trunk
changeset: 309978:12dc4dc83634
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 03 05:32:54 2018 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 106061dc1e8a -r 12dc4dc83634 databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile     Tue Jul 03 05:03:01 2018 +0000
+++ b/databases/py-alembic/Makefile     Tue Jul 03 05:32:54 2018 +0000
@@ -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 -r 106061dc1e8a -r 12dc4dc83634 databases/py-alembic/distinfo
--- a/databases/py-alembic/distinfo     Tue Jul 03 05:03:01 2018 +0000
+++ b/databases/py-alembic/distinfo     Tue Jul 03 05:32:54 2018 +0000
@@ -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