aboutsummaryrefslogtreecommitdiff
path: root/databases/py-alembic
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2017-02-17 03:39:50 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2017-02-17 03:39:50 +0000
commit8983eca3ae46c0db82944d398ed9b5e267c80bc3 (patch)
tree0197f0a94ff6955a5c60ef8101fff12d31ce3bb0 /databases/py-alembic
parent153488ca5de9683349c7bd336286b8188a725d4a (diff)
downloadports-8983eca3ae46c0db82944d398ed9b5e267c80bc3.tar.gz
ports-8983eca3ae46c0db82944d398ed9b5e267c80bc3.zip
- Update to 0.8.10
- Update WWW
Notes
Notes: svn path=/head/; revision=434265
Diffstat (limited to 'databases/py-alembic')
-rw-r--r--databases/py-alembic/Makefile2
-rw-r--r--databases/py-alembic/distinfo6
-rw-r--r--databases/py-alembic/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/py-alembic/Makefile b/databases/py-alembic/Makefile
index cc9dc13d01c9..819c96975b35 100644
--- a/databases/py-alembic/Makefile
+++ b/databases/py-alembic/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= alembic
-PORTVERSION= 0.8.9
+PORTVERSION= 0.8.10
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-alembic/distinfo b/databases/py-alembic/distinfo
index 5c90dddbb3d5..4273770ea221 100644
--- a/databases/py-alembic/distinfo
+++ b/databases/py-alembic/distinfo
@@ -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
diff --git a/databases/py-alembic/pkg-descr b/databases/py-alembic/pkg-descr
index 7ec7e717b5f4..a921927d7568 100644
--- a/databases/py-alembic/pkg-descr
+++ b/databases/py-alembic/pkg-descr
@@ -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/