pkgsrc-WIP-changes archive

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

py-alembic: Update to 0.9.5



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Tue Sep 12 09:22:49 2017 -0700
Changeset:	ad15c1b6e22a859f1c1860c5cd551f0f05bcd642

Modified Files:
	py-alembic/Makefile
	py-alembic/distinfo

Log Message:
py-alembic: Update to 0.9.5

Changes since 0.9.1:

- Added a new configuration option timezone, a string timezone name
  that will be applied to the create date timestamp rendered inside
  the revision file as made availble to the file_template used to
  generate the revision filename. Note this change adds the
  python-dateutil package as a dependency.
- Added a new callback hook
  EnvironmentContext.configure.on_version_apply, which allows
  user-defined code to be invoked each time an individual upgrade,
  downgrade, or stamp operation proceeds against a database.
- Bug fixes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad15c1b6e22a859f1c1860c5cd551f0f05bcd642

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-alembic/Makefile | 2 +-
 py-alembic/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-alembic/Makefile b/py-alembic/Makefile
index 27e1ed4ab0..315fe2ce5e 100644
--- a/py-alembic/Makefile
+++ b/py-alembic/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/02/22 22:01:11 jihbed Exp $
 
-DISTNAME=	alembic-0.9.1
+DISTNAME=	alembic-0.9.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases python
 MASTER_SITES=	${MASTER_SITE_PYPI:=a/alembic/}
diff --git a/py-alembic/distinfo b/py-alembic/distinfo
index 7a044e7156..21cf1cb9f1 100644
--- a/py-alembic/distinfo
+++ b/py-alembic/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/02/22 22:01:11 jihbed Exp $
 
-SHA1 (alembic-0.9.1.tar.gz) = c965910be43f4e86d3d4119a54d280d8ef9f2e39
-RMD160 (alembic-0.9.1.tar.gz) = 775a4b18d1066a80bf699490aadccb64568fa779
-SHA512 (alembic-0.9.1.tar.gz) = 72e75d411ba60bfa466213e8dc3084f78b98904ab2b90fae6b02a7f9c0b5c89f76fe68be961c5e28bd3925f0df20dfcc8751104b079fd2c4b9db6ee5fabf7728
-Size (alembic-0.9.1.tar.gz) = 999375 bytes
+SHA1 (alembic-0.9.5.tar.gz) = 25df8e5085ed47a87d6af47ae906f89079123d5c
+RMD160 (alembic-0.9.5.tar.gz) = 46ef9e3d83835e13a85bdb9392ef91af5a7be535
+SHA512 (alembic-0.9.5.tar.gz) = 7588a681a6cf50a58ad697cb879d465d259880a473647d598242609c6321a8be7f53fc0d9a24fe976c4c65750eb0acc1a8e60253d4ccda33c87319ac9985e8b8
+Size (alembic-0.9.5.tar.gz) = 990808 bytes


Home | Main Index | Thread Index | Old Index