pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-alembic py-alembic: updated to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91f62cc99a66
branches:  trunk
changeset: 345132:91f62cc99a66
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 03 18:21:15 2019 +0000

description:
py-alembic: updated to 1.3.1

1.3.1
bug
[bug] [mssql]
Fixed bug in MSSQL dialect where the drop constraint execution steps used to remove server default or implicit foreign key constraint failed to take into account the schema name of the target table.


1.3.0

feature
[feature] [command]
Added support for ALEMBIC_CONFIG environment variable, refers to the location of the alembic configuration script in lieu of using the -c command line option.

bug
[bug] [autogenerate]
Fixed bug in new Variant autogenerate where the order of the arguments to Variant were mistakenly reversed.

misc
[change] [compatibility]
Some internal modifications have been made to how the names of indexes and unique constraints work to make use of new functions added in SQLAlchemy 1.4, so that SQLAlchemy has more flexibility over 
how naming conventions may be applied to these objects.

diffstat:

 databases/py-alembic/Makefile |   4 ++--
 databases/py-alembic/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e6425e448ab7 -r 91f62cc99a66 databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile     Tue Dec 03 18:19:58 2019 +0000
+++ b/databases/py-alembic/Makefile     Tue Dec 03 18:21:15 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/10/10 18:26:53 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/03 18:21:15 adam Exp $
 
-DISTNAME=      alembic-1.2.1
+DISTNAME=      alembic-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alembic/}
diff -r e6425e448ab7 -r 91f62cc99a66 databases/py-alembic/distinfo
--- a/databases/py-alembic/distinfo     Tue Dec 03 18:19:58 2019 +0000
+++ b/databases/py-alembic/distinfo     Tue Dec 03 18:21:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/10/10 18:26:53 adam Exp $
+$NetBSD: distinfo,v 1.19 2019/12/03 18:21:15 adam Exp $
 
-SHA1 (alembic-1.2.1.tar.gz) = efb4bc29740da44697c99e668ae6edc07d70e9c1
-RMD160 (alembic-1.2.1.tar.gz) = 30306893e3ec3faa1f0293c70b04da8348b3067f
-SHA512 (alembic-1.2.1.tar.gz) = 13e0d3bce34dc54fa1f5ce6a734e89884f76438fbfb14cfe343280803f12424e37052bf3ade911c69170d308b2446bbce7bd92b83696fb02ed9a98231fdb05b2
-Size (alembic-1.2.1.tar.gz) = 1053595 bytes
+SHA1 (alembic-1.3.1.tar.gz) = 648a41ec223e5bb6e1017328e71b4fba7cd9042d
+RMD160 (alembic-1.3.1.tar.gz) = aac83a36f3ecff8e06b16bbe8e7fbfe58038abb5
+SHA512 (alembic-1.3.1.tar.gz) = 686c109966c66c1720fb193e190d77fe8b039ed4fb114f08989cd44505bcc84d316cd7f6fd26a4a919a6633efc4a1d3d05b8706452ecf6b91ffb5067974bf5fc
+Size (alembic-1.3.1.tar.gz) = 1056451 bytes



Home | Main Index | Thread Index | Old Index