Skip to content

Commit

Permalink
www/py-requests-oauthlib: Update to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent ed9ba92 commit e45c704
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions www/py-requests-oauthlib/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= requests-oauthlib
PORTVERSION= 1.4.0
PORTVERSION= 2.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,13 +11,15 @@ WWW= https://github.com/requests/requests-oauthlib
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>=3.0.0:security/py-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils unittest
USE_PYTHON= autoplist concurrent pep517 unittest

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions www/py-requests-oauthlib/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1710712562
SHA256 (requests-oauthlib-1.4.0.tar.gz) = acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a
SIZE (requests-oauthlib-1.4.0.tar.gz) = 55616
TIMESTAMP = 1711466236
SHA256 (requests-oauthlib-2.0.0.tar.gz) = b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9
SIZE (requests-oauthlib-2.0.0.tar.gz) = 55650

0 comments on commit e45c704

Please sign in to comment.