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:           Mon Apr 14 11:25:38 UTC 2025

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

Log Message:
py-alembic: updated to 1.15.2

1.15.2

bug

[bug] [autogenerate]
Fixed issue where the “modified_name” of AlterColumnOp would not be considered when rendering op directives for autogenerate. While autogenerate cannot detect changes in column name, this would 
nonetheless impact approaches that made use of this attribute in rewriter recipes. Pull request courtesy lenvk.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.31 -r1.32 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.39 pkgsrc/databases/py-alembic/Makefile:1.40
--- pkgsrc/databases/py-alembic/Makefile:1.39   Mon Apr 14 11:04:59 2025
+++ pkgsrc/databases/py-alembic/Makefile        Mon Apr 14 11:25:38 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2025/04/14 11:04:59 adam Exp $
+# $NetBSD: Makefile,v 1.40 2025/04/14 11:25:38 adam Exp $
 
-DISTNAME=      alembic-1.15.1
+DISTNAME=      alembic-1.15.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alembic/}
 

Index: pkgsrc/databases/py-alembic/distinfo
diff -u pkgsrc/databases/py-alembic/distinfo:1.31 pkgsrc/databases/py-alembic/distinfo:1.32
--- pkgsrc/databases/py-alembic/distinfo:1.31   Fri Mar 14 15:26:05 2025
+++ pkgsrc/databases/py-alembic/distinfo        Mon Apr 14 11:25:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/03/14 15:26:05 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/04/14 11:25:38 adam Exp $
 
-BLAKE2s (alembic-1.15.1.tar.gz) = 1777246fc575c2db12da7485f5ff794b025ee0b436ff43bd47eaafddcbf278bd
-SHA512 (alembic-1.15.1.tar.gz) = 8f1a536293c4ad8bf897ec4d4ea8ebe589a132db5ebd2859efde802e938f81e40ec08e20c477275a65e6f0e59cf0c34f128b54081e5f300ff343b0b21cc478db
-Size (alembic-1.15.1.tar.gz) = 1924789 bytes
+BLAKE2s (alembic-1.15.2.tar.gz) = 8a5520eca6e1446678f7dba4ae3b260dc573012227eaf9b879ad4835ef5329c8
+SHA512 (alembic-1.15.2.tar.gz) = 2d749123181c58985794f1c51d6f67d5fb11dbd0dd38d696a2b9e28a59560bf8f8d93473b0bce1e95426bbe65c0b24f9b3287a5819e6606dd982d7ecdedbcdab
+Size (alembic-1.15.2.tar.gz) = 1925573 bytes



Home | Main Index | Thread Index | Old Index