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: Fri Sep 5 12:41:03 UTC 2025
Modified Files:
pkgsrc/databases/py-alembic: Makefile distinfo
Log Message:
py-alembic: updated to 1.16.5
1.16.5
bug
[bug] [mysql]
Fixed Python-side autogenerate rendering of index expressions in MySQL dialect by aligning it with SQLAlchemy’s MySQL index expression rules. Pull request courtesy david-fed.
[bug] [config]
Fixed issue where new pyproject.toml config would fail to parse the integer value used for the truncate_slug_length parameter. Pull request courtesy Luís Henrique Allebrandt Schunemann.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.33 -r1.34 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.42 pkgsrc/databases/py-alembic/Makefile:1.43
--- pkgsrc/databases/py-alembic/Makefile:1.42 Wed Aug 20 07:20:35 2025
+++ pkgsrc/databases/py-alembic/Makefile Fri Sep 5 12:41:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/08/20 07:20:35 adam Exp $
+# $NetBSD: Makefile,v 1.43 2025/09/05 12:41:03 adam Exp $
-DISTNAME= alembic-1.16.4
+DISTNAME= alembic-1.16.5
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.33 pkgsrc/databases/py-alembic/distinfo:1.34
--- pkgsrc/databases/py-alembic/distinfo:1.33 Wed Aug 20 07:20:35 2025
+++ pkgsrc/databases/py-alembic/distinfo Fri Sep 5 12:41:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2025/08/20 07:20:35 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/09/05 12:41:03 adam Exp $
-BLAKE2s (alembic-1.16.4.tar.gz) = e1208db9c4916dc9cded91bd1ed40ded4679eba08851988a3a7bd1b5f8703916
-SHA512 (alembic-1.16.4.tar.gz) = 7cd6ddd8ebb7c4f9b941ff611226c5a7a498e097dcd15ff1b7c4e6e584f1e2f3c6f0f66d34089708f84275c6b6cc0510580a39acf1e90393119ea4ed925c4d8a
-Size (alembic-1.16.4.tar.gz) = 1968161 bytes
+BLAKE2s (alembic-1.16.5.tar.gz) = 492bd414f0a69653a49088aa32fea29066193b53beec69cf62c16929ca0c335d
+SHA512 (alembic-1.16.5.tar.gz) = 871aa27c955c0b3ea8aed4c1f3ca5595d21e8b52b09eef9c225f5acba1c8011b6ff1a3c1081583cfefe49265739f9f3a358cf33aea4bb442636a3a9469cb4130
+Size (alembic-1.16.5.tar.gz) = 1969868 bytes
Home |
Main Index |
Thread Index |
Old Index