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: Tue Jul 24 07:22:00 UTC 2018
Modified Files:
pkgsrc/databases/py-alembic: Makefile distinfo
Log Message:
py-alembic: updated to 1.0.0
1.0.0:
[feature] [general] For Alembic 1.0, Python 2.6 / 3.3 support is being dropped, allowing a fixed setup.py to be built as well as universal wheels. Pull request courtesy Hugo.
[feature] [general] With the 1.0 release, Alembic’s minimum SQLAlchemy support version moves to 0.9.0, previously 0.7.9.
[bug] [batch] Fixed issue in batch where dropping a primary key column, then adding it back under the same name but without the primary_key flag, would not remove it from the existing
PrimaryKeyConstraint. If a new PrimaryKeyConstraint is added, it is used as-is, as was the case before.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/py-alembic/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/databases/py-alembic/Makefile:1.8
--- pkgsrc/databases/py-alembic/Makefile:1.7 Tue Jul 3 05:32:54 2018
+++ pkgsrc/databases/py-alembic/Makefile Tue Jul 24 07:22:00 2018
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2018/07/03 05:32:54 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/24 07:22:00 adam Exp $
-DISTNAME= alembic-0.9.10
+DISTNAME= alembic-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/alembic/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://bitbucket.org/zzzeek/alembic
+HOMEPAGE= http://alembic.zzzcomputing.com/
COMMENT= Database migration tool for SQLAlchemy
LICENSE= mit
Index: pkgsrc/databases/py-alembic/distinfo
diff -u pkgsrc/databases/py-alembic/distinfo:1.6 pkgsrc/databases/py-alembic/distinfo:1.7
--- pkgsrc/databases/py-alembic/distinfo:1.6 Tue Jul 3 05:32:54 2018
+++ pkgsrc/databases/py-alembic/distinfo Tue Jul 24 07:22:00 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/07/03 05:32:54 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/07/24 07:22:00 adam Exp $
-SHA1 (alembic-0.9.10.tar.gz) = ef86a6c55ee70dfd0878f44293f39880096ad811
-RMD160 (alembic-0.9.10.tar.gz) = 82ba76d702d3d802ea05bebcabad67a665975376
-SHA512 (alembic-0.9.10.tar.gz) = 018a53313fa7e99fa94aab82850e3728564da453169fa3682790d96f6d39b7a20406411e83a927545cf9d35978935c15faf348c061aaea26536cb95afa221bc4
-Size (alembic-0.9.10.tar.gz) = 1017454 bytes
+SHA1 (alembic-1.0.0.tar.gz) = 7df1a4aea8c1d4288dd349f87ead3f9fab8f5a43
+RMD160 (alembic-1.0.0.tar.gz) = 07262b09db8ff1c6fd20bab3af79251cd066ca22
+SHA512 (alembic-1.0.0.tar.gz) = 919798fd886b2e457c780ed743e34c7b09dc68a90dd616c698b4a96b41cfe16e3efd63531ab106d22c036c42ce50501f5817c8aa008e5e595e0e25c5580fd0df
+Size (alembic-1.0.0.tar.gz) = 1017306 bytes
Home |
Main Index |
Thread Index |
Old Index