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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8da8bc1e3bcb
branches:  trunk
changeset: 324878:8da8bc1e3bcb
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 01 13:05:37 2018 +0000

description:
py-alembic: updated to 1.0.2

1.0.2:
[bug] [autogenerate] The system=True flag on Column, used primarily in conjunction with the Postgresql ?xmin? column, now renders within the autogenerate render process, allowing the column to be 
excluded from DDL. Additionally, adding a system=True column to a model will produce no autogenerate diff as this column is implicitly present in the database.

[bug] [mssql] Fixed issue where usage of the SQL Server mssql_include option within a Operations.create_index() would raise a KeyError, as the additional column(s) need to be added to the table 
object used by the construct internally.

diffstat:

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

diffs (27 lines):

diff -r 281a155981a9 -r 8da8bc1e3bcb databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile     Thu Nov 01 13:01:23 2018 +0000
+++ b/databases/py-alembic/Makefile     Thu Nov 01 13:05:37 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/10/18 10:15:18 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/11/01 13:05:37 adam Exp $
 
-DISTNAME=      alembic-1.0.1
+DISTNAME=      alembic-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alembic/}
diff -r 281a155981a9 -r 8da8bc1e3bcb databases/py-alembic/distinfo
--- a/databases/py-alembic/distinfo     Thu Nov 01 13:01:23 2018 +0000
+++ b/databases/py-alembic/distinfo     Thu Nov 01 13:05:37 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/10/18 10:15:18 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/11/01 13:05:37 adam Exp $
 
-SHA1 (alembic-1.0.1.tar.gz) = 49df56a0e5e36dff602df2bd22be888cf726a400
-RMD160 (alembic-1.0.1.tar.gz) = 5a8ed5acfaee65bb1619b68e1d5e612091b5bfd1
-SHA512 (alembic-1.0.1.tar.gz) = 79215923f2cffb576e79ac1b3193b978263f58a0f0d5464b1c71519ed4e4d936661074975a3b1b95b991dcb96dcd9bb99e028c20015cd69dd82a5fa7af4a1f00
-Size (alembic-1.0.1.tar.gz) = 1019676 bytes
+SHA1 (alembic-1.0.2.tar.gz) = a8928477d520a60ed539a07e877604bd80900788
+RMD160 (alembic-1.0.2.tar.gz) = ae11c755f4a7db39ef44f9fba78afe085ab00aac
+SHA512 (alembic-1.0.2.tar.gz) = 111a61195df092f76e54ebaf30d30b9c47fc178421aa8dd94ccd9a24159ba93930110378fe4ef5c25379c83dbeb6f287713ca29fe5b149498ca8b8192c27c689
+Size (alembic-1.0.2.tar.gz) = 1021161 bytes



Home | Main Index | Thread Index | Old Index