git: 623bcf3a6f13 - main - www/py-mwoauth: Update 0.3.7 -> 0.3.8

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 26 May 2022 06:53:05 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=623bcf3a6f132d2ad7c4f4b15a4f8e4a6a72955f

commit 623bcf3a6f132d2ad7c4f4b15a4f8e4a6a72955f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-26 06:51:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-26 06:52:58 +0000

    www/py-mwoauth: Update 0.3.7 -> 0.3.8
    
    Reported by:    portscout
---
 www/py-mwoauth/Makefile             |  3 +--
 www/py-mwoauth/distinfo             |  6 +++---
 www/py-mwoauth/files/patch-setup.py | 17 -----------------
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/www/py-mwoauth/Makefile b/www/py-mwoauth/Makefile
index 525a65524053..9ae5a7ad05da 100644
--- a/www/py-mwoauth/Makefile
+++ b/www/py-mwoauth/Makefile
@@ -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}
diff --git a/www/py-mwoauth/distinfo b/www/py-mwoauth/distinfo
index 955f9d0086d8..7eda38527080 100644
--- a/www/py-mwoauth/distinfo
+++ b/www/py-mwoauth/distinfo
@@ -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
diff --git a/www/py-mwoauth/files/patch-setup.py b/www/py-mwoauth/files/patch-setup.py
deleted file mode 100644
index df153e68fd5f..000000000000
--- a/www/py-mwoauth/files/patch-setup.py
+++ /dev/null
@@ -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',