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:           Thu Nov 15 09:50:38 UTC 2018

Modified Files:
        pkgsrc/databases/py-alembic: Makefile distinfo

Log Message:
py-alembic: updated to 1.0.3

1.0.3:
Fixed regression caused by 513, where the logic to consume mssql_include was not correctly interpreting the case where the flag was not present, breaking the op.create_index directive for SQL Server 
as a whole


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/databases/py-alembic/Makefile:1.11
--- pkgsrc/databases/py-alembic/Makefile:1.10   Thu Nov  1 13:05:37 2018
+++ pkgsrc/databases/py-alembic/Makefile        Thu Nov 15 09:50:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/11/01 13:05:37 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/15 09:50:38 adam Exp $
 
-DISTNAME=      alembic-1.0.2
+DISTNAME=      alembic-1.0.3
 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.9 pkgsrc/databases/py-alembic/distinfo:1.10
--- pkgsrc/databases/py-alembic/distinfo:1.9    Thu Nov  1 13:05:37 2018
+++ pkgsrc/databases/py-alembic/distinfo        Thu Nov 15 09:50:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/11/01 13:05:37 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/11/15 09:50:38 adam Exp $
 
-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
+SHA1 (alembic-1.0.3.tar.gz) = 1f180a09e21267b6164b0917c7995b03f3971516
+RMD160 (alembic-1.0.3.tar.gz) = e7cf5e76c062706e712efd2fe7ecb4147bdf669e
+SHA512 (alembic-1.0.3.tar.gz) = 300590db99468e3e163f2164502c8bd0233c8f399d856d7e11b75608732527922de4aff88266e9cbda71ba9e54d2256ee5bc794f463dd9061057b03f83300aa1
+Size (alembic-1.0.3.tar.gz) = 1020110 bytes



Home | Main Index | Thread Index | Old Index