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: Fri Mar 23 08:59:03 UTC 2018
Modified Files:
pkgsrc/databases/py-alembic: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/databases/py-alembic/Makefile:1.6
--- pkgsrc/databases/py-alembic/Makefile:1.5 Thu Feb 22 09:18:39 2018
+++ pkgsrc/databases/py-alembic/Makefile Fri Mar 23 08:59:03 2018
@@ -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]*
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
Index: pkgsrc/databases/py-alembic/distinfo
diff -u pkgsrc/databases/py-alembic/distinfo:1.4 pkgsrc/databases/py-alembic/distinfo:1.5
--- pkgsrc/databases/py-alembic/distinfo:1.4 Thu Feb 22 09:18:39 2018
+++ pkgsrc/databases/py-alembic/distinfo Fri Mar 23 08:59:03 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index