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 Aug  8 05:48:21 UTC 2024

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

Log Message:
py-alembic: updated to 1.13.2

1.13.2

usecase

[usecase] [autogenerate]
Improve computed column compare function to support multi-line expressions. Pull request courtesy of Georg Wicke-Arndt.

bug

[bug] [commands]
Fixed bug in alembic command stdout where long messages were not properly wrapping at the terminal width. Pull request courtesy Saif Hakim.
[bug] [execution]
Fixed internal issue where Alembic would call connection.execute() sending an empty tuple to indicate “no params”. In SQLAlchemy 2.1 this case will be deprecated as “empty sequence” is ambiguous as 
to its intent.
[bug] [tests]
Fixes to support pytest 8.1 for the test suite.
[bug] [autogenerate] [postgresql]
Fixed the detection of serial column in autogenerate with tables not under default schema on PostgreSQL


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.28 -r1.29 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.33 pkgsrc/databases/py-alembic/Makefile:1.34
--- pkgsrc/databases/py-alembic/Makefile:1.33   Wed Mar  6 20:27:46 2024
+++ pkgsrc/databases/py-alembic/Makefile        Thu Aug  8 05:48:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/03/06 20:27:46 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/08/08 05:48:21 adam Exp $
 
-DISTNAME=      alembic-1.13.1
+DISTNAME=      alembic-1.13.2
 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.28 pkgsrc/databases/py-alembic/distinfo:1.29
--- pkgsrc/databases/py-alembic/distinfo:1.28   Wed Mar  6 20:27:46 2024
+++ pkgsrc/databases/py-alembic/distinfo        Thu Aug  8 05:48:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/03/06 20:27:46 wiz Exp $
+$NetBSD: distinfo,v 1.29 2024/08/08 05:48:21 adam Exp $
 
-BLAKE2s (alembic-1.13.1.tar.gz) = 988e95582149dad9f01b3a21851d9df0196c8b8af7be40c0d22d457c67d057c3
-SHA512 (alembic-1.13.1.tar.gz) = 2a5826461bec22c2efc244dd8394d34d39ed6e3511a32e8e460057ab34f9e559d28dda4ea7e34ccd30628e889a3cb37cb156596e37dba748c12a0195d78aa678
-Size (alembic-1.13.1.tar.gz) = 1213288 bytes
+BLAKE2s (alembic-1.13.2.tar.gz) = 84062b67dc53f967333793049168aacacfb222fa311eafc1a1ea0444c2cbfd64
+SHA512 (alembic-1.13.2.tar.gz) = c4952123ba00403bb030606c736dab8d5494b01662d02914fb0d10d0c1d99b27a97cc4a800cdfa32d53870031c46e351f97815e337c71f3a0a824b6403bd75cf
+Size (alembic-1.13.2.tar.gz) = 1206463 bytes



Home | Main Index | Thread Index | Old Index