- Update to 0.8.10

- Update WWW
This commit is contained in:
Li-Wen Hsu 2017-02-17 03:39:50 +00:00
parent 153488ca5d
commit 8983eca3ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434265
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= alembic
PORTVERSION= 0.8.9
PORTVERSION= 0.8.10
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1480407925
SHA256 (alembic-0.8.9.tar.gz) = 0932bed55a4546b8aa6f59b8ad8b92b0161e7bd46adc538d50afb1c96b3571c1
SIZE (alembic-0.8.9.tar.gz) = 977728
TIMESTAMP = 1487302697
SHA256 (alembic-0.8.10.tar.gz) = 0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919
SIZE (alembic-0.8.10.tar.gz) = 976028

View File

@ -9,4 +9,4 @@ SQLAlchemy. A migrations tool offers the following functionality:
"downgrade" similarly, doing the same steps in reverse.
- Allows the scripts to execute in some sequential manner.
WWW: http://bitbucket.org/zzzeek/alembic
WWW: http://alembic.zzzcomputing.com/