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:           Tue Apr  2 09:01:38 UTC 2019

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

Log Message:
py-alembic: updated to 1.0.8

1.0.8
bug
[bug] [operations] Removed use of deprecated force parameter for SQLAlchemy quoting functions as this parameter will be removed in a future release. Pull request courtesy Parth Shandilya(ParthS007).

[bug] [autogenerate] [postgresql] [py3k] Fixed issue where server default comparison on the PostgreSQL dialect would fail for a blank string on Python 3.7 only, due to a change in regular expression 
behavior in Python 3.7.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/databases/py-alembic/Makefile:1.15
--- pkgsrc/databases/py-alembic/Makefile:1.14   Mon Jan 28 10:51:38 2019
+++ pkgsrc/databases/py-alembic/Makefile        Tue Apr  2 09:01:38 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/01/28 10:51:38 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/04/02 09:01:38 adam Exp $
 
-DISTNAME=      alembic-1.0.7
+DISTNAME=      alembic-1.0.8
 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.13 pkgsrc/databases/py-alembic/distinfo:1.14
--- pkgsrc/databases/py-alembic/distinfo:1.13   Mon Jan 28 10:51:38 2019
+++ pkgsrc/databases/py-alembic/distinfo        Tue Apr  2 09:01:38 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/01/28 10:51:38 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/04/02 09:01:38 adam Exp $
 
-SHA1 (alembic-1.0.7.tar.gz) = 5bfce276dcb23bcb9ff3f865749811a38b51b878
-RMD160 (alembic-1.0.7.tar.gz) = 1b9479c988d97ed5ace633bc3a0e8abed228557f
-SHA512 (alembic-1.0.7.tar.gz) = d6607476894ae4b373d5245f51a74cc92812a764b65a6248efc3770b0ded1e62b15066feac3fd5bc2a64784573bf7531c619cf11ce50eef1622ed18376649419
-Size (alembic-1.0.7.tar.gz) = 1029941 bytes
+SHA1 (alembic-1.0.8.tar.gz) = 3499192b2f459a2ffe5caedf800c98674cb37506
+RMD160 (alembic-1.0.8.tar.gz) = c4c2382a45a99348d5fede7e101d63af06c250d3
+SHA512 (alembic-1.0.8.tar.gz) = 7a2ab63c6a823a32f45cd8ff5b763671806a8fa3d2b31e09c2051bdf92784fdafea1e3be217d84885d92eaf550e223ef77fd6fd387d35a5882d60ebcf042d835
+Size (alembic-1.0.8.tar.gz) = 1030713 bytes



Home | Main Index | Thread Index | Old Index