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.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fd326d1698e
branches:  trunk
changeset: 315670:2fd326d1698e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 28 09:15:54 2018 +0000

description:
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.

diffstat:

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

diffs (34 lines):

diff -r 5daf980113e0 -r 2fd326d1698e databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile     Wed Nov 28 08:53:41 2018 +0000
+++ b/databases/py-alembic/Makefile     Wed Nov 28 09:15:54 2018 +0000
@@ -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@localhost
-HOMEPAGE=      http://alembic.zzzcomputing.com/
+HOMEPAGE=      https://alembic.sqlalchemy.org/
 COMMENT=       Database migration tool for SQLAlchemy
 LICENSE=       mit
 
diff -r 5daf980113e0 -r 2fd326d1698e databases/py-alembic/distinfo
--- a/databases/py-alembic/distinfo     Wed Nov 28 08:53:41 2018 +0000
+++ b/databases/py-alembic/distinfo     Wed Nov 28 09:15:54 2018 +0000
@@ -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
-RMD160 (alembic-1.0.3.tar.gz) = e7cf5e76c062706e712efd2fe7ecb4147bdf669e
-SHA512 (alembic-1.0.3.tar.gz) = 300590db99468e3e163f2164502c8bd0233c8f399d856d7e11b75608732527922de4aff88266e9cbda71ba9e54d2256ee5bc794f463dd9061057b03f83300aa1
-Size (alembic-1.0.3.tar.gz) = 1020110 bytes
+SHA1 (alembic-1.0.5.tar.gz) = 2eee5fa2bd3ea7c526950e827824397acb24a531
+RMD160 (alembic-1.0.5.tar.gz) = a429a1cfb96db51c78ccc33e595e19532a1c6cb0
+SHA512 (alembic-1.0.5.tar.gz) = cfede823394d17aba94276ad5e759b35ff9e56ee908fce8fef54442c3fad871d0fa0e3f3f0121db98820ee085cf08e86d893e24b92086de894acc46f09450961
+Size (alembic-1.0.5.tar.gz) = 1020663 bytes



Home | Main Index | Thread Index | Old Index