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 Jan 31 08:43:08 UTC 2025
Modified Files:
pkgsrc/databases/py-alembic: Makefile distinfo
Log Message:
py-alembic: updated to 1.14.1
1.14.1
usecase
[usecase] [sqlite]
Modified SQLite’s dialect to render “ALTER TABLE <t> RENAME COLUMN” when Operations.alter_column() is used with a straight rename, supporting SQLite’s recently added column rename feature.
bug
[bug] [environment]
Added tzdata to tz extras, which is required on some platforms such as Windows. Pull request courtesy Danipulok.
[bug] [autogenerate]
Fixed bug where autogen render of a “variant” type would fail to catch the variants if the leading type were a dialect-specific type, rather than a generic type.
1.14.0
usecase
[usecase] [runtime]
Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). This allows third party dialects to define the exact structure of the alembic_version table, to include use cases where the table
requires special directives and/or additional columns so that it may function correctly on a particular backend. This is not intended as a user-expansion hook, only a dialect implementation hook to
produce a working alembic_version table. Pull request courtesy Maciek Bryński.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.29 -r1.30 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.36 pkgsrc/databases/py-alembic/Makefile:1.37
--- pkgsrc/databases/py-alembic/Makefile:1.36 Mon Nov 11 07:27:56 2024
+++ pkgsrc/databases/py-alembic/Makefile Fri Jan 31 08:43:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2024/11/11 07:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2025/01/31 08:43:08 adam Exp $
-DISTNAME= alembic-1.13.2
+DISTNAME= alembic-1.14.1
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.29 pkgsrc/databases/py-alembic/distinfo:1.30
--- pkgsrc/databases/py-alembic/distinfo:1.29 Thu Aug 8 05:48:21 2024
+++ pkgsrc/databases/py-alembic/distinfo Fri Jan 31 08:43:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/08/08 05:48:21 adam Exp $
+$NetBSD: distinfo,v 1.30 2025/01/31 08:43:08 adam Exp $
-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
+BLAKE2s (alembic-1.14.1.tar.gz) = 45ab62c27ffa8fe9810f110f2682060c51a2e2e3e6647b2230d4ea2621e61332
+SHA512 (alembic-1.14.1.tar.gz) = ae3f31f102ff6e2903d0719051e58fb7b30c251a9ce20c22e658bb343ba252cb0d66adc429ec83fc65ce73d6a6f6ae1673c878de81f433baa16663393a14d3dd
+Size (alembic-1.14.1.tar.gz) = 1918219 bytes
Home |
Main Index |
Thread Index |
Old Index