summaryrefslogtreecommitdiff
path: root/databases/py-alembic
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-17 11:55:35 +0000
committeradam <adam@pkgsrc.org>2018-01-17 11:55:35 +0000
commit6861d7c5a02e659b368c2aade904bc20d72adedb (patch)
tree58ebaf126e8d2bc2beb2725d71dbec68de3d9632 /databases/py-alembic
parent12d743532c6147db14351e26ff12fd3f9f88d559 (diff)
downloadpkgsrc-6861d7c5a02e659b368c2aade904bc20d72adedb.tar.gz
py-alembic: updated to 0.9.7
0.9.7 [bug] [autogenerate] Fixed regression caused by 421 which would cause case-sensitive quoting rules to interfere with the comparison logic for index names, thus causing indexes to show as added for indexes that have case-sensitive names. Works with SQLAlchemy 0.9 and later series. [bug] [autogenerate] [postgresql] Fixed bug where autogenerate would produce a DROP statement for the index implicitly created by a Postgresql EXCLUDE constraint, rather than skipping it as is the case for indexes implicitly generated by unique constraints. Makes use of SQLAlchemy 1.0.x’s improved “duplicates index” metadata and requires at least SQLAlchemy version 1.0.x to function correctly.
Diffstat (limited to 'databases/py-alembic')
-rw-r--r--databases/py-alembic/Makefile4
-rw-r--r--databases/py-alembic/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-alembic/Makefile b/databases/py-alembic/Makefile
index efd0515fe4e..876f78a76ea 100644
--- a/databases/py-alembic/Makefile
+++ b/databases/py-alembic/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/18 16:29:01 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/17 11:55:35 adam Exp $
-DISTNAME= alembic-0.9.6
+DISTNAME= alembic-0.9.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/alembic/}
diff --git a/databases/py-alembic/distinfo b/databases/py-alembic/distinfo
index ab3d28137df..62671d1969a 100644
--- a/databases/py-alembic/distinfo
+++ b/databases/py-alembic/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/10/18 16:29:01 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/01/17 11:55:35 adam Exp $
-SHA1 (alembic-0.9.6.tar.gz) = be22df78c2c9d49ebd0c6b7451eb6ca78dc12098
-RMD160 (alembic-0.9.6.tar.gz) = d7fbde395cb025d37ca1f4e9275c53f42206de83
-SHA512 (alembic-0.9.6.tar.gz) = f7bc6fa2888056d66b1d3640387b933b4accea6e6062ec089e5ce1353cbaa89ad3c1afac6c06aa52ddd497bdd41f9fdf5d4d860244ed8f339c69c16eb5494c46
-Size (alembic-0.9.6.tar.gz) = 998191 bytes
+SHA1 (alembic-0.9.7.tar.gz) = 9b6df323769a9af1d8e3dc556700172a1c871441
+RMD160 (alembic-0.9.7.tar.gz) = 68755be653dc03dc4a0605e386b4e365f72e88b7
+SHA512 (alembic-0.9.7.tar.gz) = 102592f7a25033af197fadc260dbb5ee4ad7038feb015fe5672de83c42f6125b659873071b339cccf5eebcf390c16651f6b9064f225198f88b42d58796fb1ca3
+Size (alembic-0.9.7.tar.gz) = 1003312 bytes