diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2015-12-18 16:14:38 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2015-12-18 16:14:38 +0000 |
commit | 288c4c495d0f424f93806e357881d9fc926886ef (patch) | |
tree | 19b89f128484e18c47e237dba53043c8f4cf220c | |
parent | Allow running this with a negative revision number, to backout a commit. (diff) |
Upgrade from 0.10.0 to 0.10.1. According to changelog, this fixes a decoding
problem that appears, when the setup.py is used with Python3
Notified by: portscout
-rw-r--r-- | devel/py-flexmock/Makefile | 2 | ||||
-rw-r--r-- | devel/py-flexmock/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-flexmock/Makefile b/devel/py-flexmock/Makefile index 53819dd4ea1d..5b4013fc641c 100644 --- a/devel/py-flexmock/Makefile +++ b/devel/py-flexmock/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexmock -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-flexmock/distinfo b/devel/py-flexmock/distinfo index 7ecb602a770c..45c72eca05e1 100644 --- a/devel/py-flexmock/distinfo +++ b/devel/py-flexmock/distinfo @@ -1,2 +1,2 @@ -SHA256 (flexmock-0.10.0.tar.gz) = e22cc31adb6c0eee9b46f782f875e43275bb7c9cbc56f57d078a2f767ae4f946 -SIZE (flexmock-0.10.0.tar.gz) = 44077 +SHA256 (flexmock-0.10.1.tar.gz) = eb35efd9d5e0b032f74f97b42d65e7f777de6f6ea9d340f498f87127079a52df +SIZE (flexmock-0.10.1.tar.gz) = 43531 |