Wed Nov 28 09:15:54 2018 UTC ()
py-alembic: updated to 1.0.5

1.0.5
* Resolved remaining Python 3 deprecation warnings, covering the use of inspect.formatargspec() with a vendored version copied from the Python standard library, importing collections.abc above Python 3.3 when testing against abstract base classes, fixed one occurrence of log.warn(), as well as a few invalid escape sequences.

1.0.4
* Code hosting has been moved to GitHub, at https://github.com/sqlalchemy/alembic. Additionally, the main Alembic website documentation URL is now https://alembic.sqlalchemy.org.


(adam)
diff -r1.11 -r1.12 pkgsrc/databases/py-alembic/Makefile
diff -r1.10 -r1.11 pkgsrc/databases/py-alembic/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/databases/py-alembic/Makefile (expand / switch to context diff)
--- pkgsrc/databases/py-alembic/Makefile 2018/11/15 09:50:38 1.11
+++ pkgsrc/databases/py-alembic/Makefile 2018/11/28 09:15:54 1.12
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2018/11/15 09:50:38 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/11/28 09:15:54 adam Exp $
 
-DISTNAME=	alembic-1.0.3
+DISTNAME=	alembic-1.0.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases python
 MASTER_SITES=	${MASTER_SITE_PYPI:=a/alembic/}
 
 MAINTAINER=	kamelderouiche@yahoo.com
-HOMEPAGE=	http://alembic.zzzcomputing.com/
+HOMEPAGE=	https://alembic.sqlalchemy.org/
 COMMENT=	Database migration tool for SQLAlchemy
 LICENSE=	mit
 

cvs diff -r1.10 -r1.11 pkgsrc/databases/py-alembic/distinfo (expand / switch to context diff)
--- pkgsrc/databases/py-alembic/distinfo 2018/11/15 09:50:38 1.10
+++ pkgsrc/databases/py-alembic/distinfo 2018/11/28 09:15:54 1.11
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/11/15 09:50:38 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/11/28 09:15:54 adam Exp $
 
-SHA1 (alembic-1.0.3.tar.gz) = 1f180a09e21267b6164b0917c7995b03f3971516
+SHA1 (alembic-1.0.5.tar.gz) = 2eee5fa2bd3ea7c526950e827824397acb24a531
-RMD160 (alembic-1.0.3.tar.gz) = e7cf5e76c062706e712efd2fe7ecb4147bdf669e
+RMD160 (alembic-1.0.5.tar.gz) = a429a1cfb96db51c78ccc33e595e19532a1c6cb0
-SHA512 (alembic-1.0.3.tar.gz) = 300590db99468e3e163f2164502c8bd0233c8f399d856d7e11b75608732527922de4aff88266e9cbda71ba9e54d2256ee5bc794f463dd9061057b03f83300aa1
+SHA512 (alembic-1.0.5.tar.gz) = cfede823394d17aba94276ad5e759b35ff9e56ee908fce8fef54442c3fad871d0fa0e3f3f0121db98820ee085cf08e86d893e24b92086de894acc46f09450961
-Size (alembic-1.0.3.tar.gz) = 1020110 bytes
+Size (alembic-1.0.5.tar.gz) = 1020663 bytes