git: 0759e8fc2537 - main - www/py-prawcore: Update version 1.0.1=>2.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Mar 2022 10:42:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0759e8fc2537430b6fb5083934d4d92906d2e36f commit 0759e8fc2537430b6fb5083934d4d92906d2e36f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-12 09:43:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-12 10:42:23 +0000 www/py-prawcore: Update version 1.0.1=>2.3.0 Relnotes: https://github.com/praw-dev/prawcore/releases/tag/v2.3.0 --- www/py-prawcore/Makefile | 3 +-- www/py-prawcore/distinfo | 6 +++--- www/py-prawcore/files/patch-setup.py | 14 -------------- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/www/py-prawcore/Makefile b/www/py-prawcore/Makefile index b5907c89d83f..9d246ff32b40 100644 --- a/www/py-prawcore/Makefile +++ b/www/py-prawcore/Makefile @@ -1,6 +1,5 @@ PORTNAME= prawcore -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-prawcore/distinfo b/www/py-prawcore/distinfo index c017d55cbe4e..2a3513021650 100644 --- a/www/py-prawcore/distinfo +++ b/www/py-prawcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558063235 -SHA256 (prawcore-1.0.1.tar.gz) = ab5558efb438aa73fc66c4178bfc809194dea3ce2addf4dec873de7e2fd2824e -SIZE (prawcore-1.0.1.tar.gz) = 1148891 +TIMESTAMP = 1646761246 +SHA256 (prawcore-2.3.0.tar.gz) = daf1ccd4b7a80dc4e6567d48336d782e94a9a6dad83770fc2edf76dc9a84f56d +SIZE (prawcore-2.3.0.tar.gz) = 1163513 diff --git a/www/py-prawcore/files/patch-setup.py b/www/py-prawcore/files/patch-setup.py deleted file mode 100644 index 31cd44d2a92a..000000000000 --- a/www/py-prawcore/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ -# Unpin mock dependency. mock 3.x works -# https://github.com/praw-dev/prawcore/pull/77 - ---- setup.py.orig 2019-05-17 03:34:46 UTC -+++ setup.py -@@ -40,7 +40,7 @@ setup(name=PACKAGE_NAME, - tests_require=['betamax >=0.8, <0.9', - 'betamax_matchers >=0.4.0, <0.5', - 'betamax-serializers >=0.2.0, <0.3', -- 'mock >=0.8, <3', -+ 'mock >=0.8', - 'testfixtures >4.13.2, <7'], - test_suite='tests', - url='https://github.com/praw-dev/prawcore',