diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 21:13:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 21:13:00 +0000 |
commit | 24c3590f61100b657675848d568909117a78b15b (patch) | |
tree | ea232a074da5b5ce054c7b59f501958bf620e646 | |
parent | 4c2826237fd697dc9503eb3ddddbca379d893469 (diff) |
devel/py-flexmock: Update to 0.10.5
- Update WWW
Changes: https://github.com/flexmock/flexmock/blob/master/CHANGELOG
-rw-r--r-- | devel/py-flexmock/Makefile | 2 | ||||
-rw-r--r-- | devel/py-flexmock/distinfo | 6 | ||||
-rw-r--r-- | devel/py-flexmock/pkg-descr | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/py-flexmock/Makefile b/devel/py-flexmock/Makefile index 4ddc26891f6b..79e47b22c0a5 100644 --- a/devel/py-flexmock/Makefile +++ b/devel/py-flexmock/Makefile @@ -1,7 +1,7 @@ # Created by: Cheng-Lung Sung <clsung@FreeBSD.org> PORTNAME= flexmock -PORTVERSION= 0.10.4 +PORTVERSION= 0.10.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-flexmock/distinfo b/devel/py-flexmock/distinfo index 76dc3d5688c1..4224c3f7e97d 100644 --- a/devel/py-flexmock/distinfo +++ b/devel/py-flexmock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553606055 -SHA256 (flexmock-0.10.4.tar.gz) = 5033ceb974d6452cf8716c2ff5059074b77e546df5c849fb44a53f98dfe0d82c -SIZE (flexmock-0.10.4.tar.gz) = 45362 +TIMESTAMP = 1626891042 +SHA256 (flexmock-0.10.5.tar.gz) = 003422fdbcf5d6570e60a0eafeb54c0af624c6cddab5fc3bfe026e52dd0f9c5a +SIZE (flexmock-0.10.5.tar.gz) = 45463 diff --git a/devel/py-flexmock/pkg-descr b/devel/py-flexmock/pkg-descr index bb47f829eef7..fe262e946692 100644 --- a/devel/py-flexmock/pkg-descr +++ b/devel/py-flexmock/pkg-descr @@ -18,5 +18,4 @@ flexmock declarations are structured to read more like English sentences than API calls, and it is possible to chain them together in any order to achieve high degree of expressiveness in a single line of code. -WWW: https://pypi.org/project/flexmock/ -WWW: https://github.com/bkabrda/flexmock +WWW: https://github.com/flexmock/flexmock |