1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

www/py-mwoauth: Update 0.3.7 -> 0.3.8

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-05-25 23:51:59 -07:00
parent 4625eec028
commit 623bcf3a6f
3 changed files with 4 additions and 22 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= mwoauth
DISTVERSION= 0.3.7
PORTREVISION= 2
DISTVERSION= 0.3.8
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1592273012
SHA256 (mwoauth-0.3.7.tar.gz) = 9e0d70a1fa6f452584de1cb853ae6c11f41233549f7839cfb879f99410f6ad46
SIZE (mwoauth-0.3.7.tar.gz) = 10097
TIMESTAMP = 1653547150
SHA256 (mwoauth-0.3.8.tar.gz) = 08daf4edabaa0f95a845f98e5707de7316a8383a9625f20ae768b035991c36ac
SIZE (mwoauth-0.3.8.tar.gz) = 10536

View File

@ -1,17 +0,0 @@
Relax version requirements for www/py-pyjwt
Obtained from:
https://github.com/mediawiki-utilities/python-mwoauth/commit/4cff1c2165d74010b538c8f061e7488d34417bcb
--- setup.py.orig 2022-01-09 13:39:26 UTC
+++ setup.py
@@ -22,7 +22,7 @@ setup(
packages=find_packages(),
long_description=read('README.rst'),
install_requires=[
- 'PyJWT>=1.0.1,<2.0.0',
+ 'PyJWT>=1.0.1',
'oauthlib',
'requests',
'requests-oauthlib',