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: Wed Jan 17 11:55:36 UTC 2018
Modified Files:
pkgsrc/databases/py-alembic: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/py-alembic/Makefile \
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.2 pkgsrc/databases/py-alembic/Makefile:1.3
--- pkgsrc/databases/py-alembic/Makefile:1.2 Wed Oct 18 16:29:01 2017
+++ pkgsrc/databases/py-alembic/Makefile Wed Jan 17 11:55:35 2018
@@ -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/}
Index: pkgsrc/databases/py-alembic/distinfo
diff -u pkgsrc/databases/py-alembic/distinfo:1.2 pkgsrc/databases/py-alembic/distinfo:1.3
--- pkgsrc/databases/py-alembic/distinfo:1.2 Wed Oct 18 16:29:01 2017
+++ pkgsrc/databases/py-alembic/distinfo Wed Jan 17 11:55:35 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index