pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-sqlalchemy



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec  3 18:19:58 UTC 2019

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

Log Message:
py-sqlalchemy: updated to 1.3.11

Release 1.3.11 has a significant number of bug fixes across all areas as well as new use case additions. While it is a "point release", it contains a few use case additions that amount to new 
features, as they are needed sooner than the 1.4 series will be ready. This includes new scalar accessors for JSON index expressions that work across all JSON-supporting backends as well as 
cross-dialect support for the "GENERATED ALWAYS AS" SQL construct, which allows for an automatically updated expression to be established within DDL in the database server.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/databases/py-sqlalchemy/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/py-sqlalchemy/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-sqlalchemy/Makefile
diff -u pkgsrc/databases/py-sqlalchemy/Makefile:1.57 pkgsrc/databases/py-sqlalchemy/Makefile:1.58
--- pkgsrc/databases/py-sqlalchemy/Makefile:1.57        Thu Oct 10 18:22:49 2019
+++ pkgsrc/databases/py-sqlalchemy/Makefile     Tue Dec  3 18:19:58 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2019/10/10 18:22:49 adam Exp $
+# $NetBSD: Makefile,v 1.58 2019/12/03 18:19:58 adam Exp $
 
-DISTNAME=      SQLAlchemy-1.3.10
+DISTNAME=      SQLAlchemy-1.3.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SQLAlchemy/}

Index: pkgsrc/databases/py-sqlalchemy/distinfo
diff -u pkgsrc/databases/py-sqlalchemy/distinfo:1.52 pkgsrc/databases/py-sqlalchemy/distinfo:1.53
--- pkgsrc/databases/py-sqlalchemy/distinfo:1.52        Thu Oct 10 18:22:49 2019
+++ pkgsrc/databases/py-sqlalchemy/distinfo     Tue Dec  3 18:19:58 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2019/10/10 18:22:49 adam Exp $
+$NetBSD: distinfo,v 1.53 2019/12/03 18:19:58 adam Exp $
 
-SHA1 (SQLAlchemy-1.3.10.tar.gz) = b4e304fa157cd97856ba93c6df7ce9141e6e4baf
-RMD160 (SQLAlchemy-1.3.10.tar.gz) = 79cf291deb52dd122b202a93d7fe80d17671af41
-SHA512 (SQLAlchemy-1.3.10.tar.gz) = d4ea7c56b1a2e487f596db2d0968e2312cee2a7a0b68a9a98b5d9439974e79fcd21b7dda4cbdffd5013172ad4bdadf7283cade62b2c26875905fbeb318d0e83b
-Size (SQLAlchemy-1.3.10.tar.gz) = 5967223 bytes
+SHA1 (SQLAlchemy-1.3.11.tar.gz) = 64b58f6ae41eb21940ac4c9583da2936c71c77bb
+RMD160 (SQLAlchemy-1.3.11.tar.gz) = 2a05fe18c04e11de8618c9c38029efc9caeeb939
+SHA512 (SQLAlchemy-1.3.11.tar.gz) = c691539db4edd62af749087728dfd424010bfb3ca2cc8503a4b96c1625d059d4c2a748b9a35cc870cc99ca9df61966cce406f9b570b25e55c3632a99b8621e74
+Size (SQLAlchemy-1.3.11.tar.gz) = 6007784 bytes



Home | Main Index | Thread Index | Old Index