summaryrefslogtreecommitdiff
path: root/databases/py-alembic
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-03-23 08:59:03 +0000
committeradam <adam@pkgsrc.org>2018-03-23 08:59:03 +0000
commit9a3e8a04c72ad398ee2bd5d5d067368f67bbef5c (patch)
treeec11a830017c6afa829ffbaea3cb91bde1667b52 /databases/py-alembic
parent4e536b88dd5f6203cd39ae4686fd258edfca367b (diff)
downloadpkgsrc-9a3e8a04c72ad398ee2bd5d5d067368f67bbef5c.tar.gz
py-alembic: updated to 0.9.9:
0.9.9: feature Added new flag --indicate-current to the alembic history command. When listing versions, it will include the token “(current)” to indicate the given version is a current head in the target database. bug The fix for 455 in version 0.9.6 involving MySQL server default comparison was entirely non functional, as the test itself was also broken and didn’t reveal that it wasn’t working. The regular expression to compare server default values like CURRENT_TIMESTAMP to current_timestamp() is repaired. Fixed bug where MySQL server default comparisons were basically not working at all due to incorrect regexp added in 455. Also accommodates for MariaDB 10.2 quoting differences in reporting integer based server defaults. Fixed bug in op.drop_constraint() for MySQL where quoting rules would not be applied to the constraint name.
Diffstat (limited to 'databases/py-alembic')
-rw-r--r--databases/py-alembic/Makefile8
-rw-r--r--databases/py-alembic/distinfo10
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/py-alembic/Makefile b/databases/py-alembic/Makefile
index 03aea824323..a80a2c88d36 100644
--- a/databases/py-alembic/Makefile
+++ b/databases/py-alembic/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/02/22 09:18:39 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/03/23 08:59:03 adam Exp $
-DISTNAME= alembic-0.9.8
+DISTNAME= alembic-0.9.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/alembic/}
@@ -14,8 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-editor>=0.3:../../editors/py-editor
DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.9.8:../../databases/py-sqlalchemy
-BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
diff --git a/databases/py-alembic/distinfo b/databases/py-alembic/distinfo
index b2562f23c27..1b6761599ee 100644
--- a/databases/py-alembic/distinfo
+++ b/databases/py-alembic/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/02/22 09:18:39 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/03/23 08:59:03 adam Exp $
-SHA1 (alembic-0.9.8.tar.gz) = e351492035f748ec4b0a6a36cf2b1c0cfff89ec5
-RMD160 (alembic-0.9.8.tar.gz) = acc947ec467e75fb5c5e7d6971d067066e53ccef
-SHA512 (alembic-0.9.8.tar.gz) = 5579bc5ac9f7bf78d5fada9795599aeeeb141cad9855486570d5b7f0d8491e8fcb6119217ea72f7319219293465e8146650188844edfb0d82d70583a637d8417
-Size (alembic-0.9.8.tar.gz) = 1011223 bytes
+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