1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

www/py-pywikibot: Update 6.1.0 -> 6.3.0

Reported by:	portscout
<If someone else reported the issue.>
This commit is contained in:
Yuri Victorovich 2021-05-31 23:46:45 -07:00
parent 2f7558076d
commit cf587835b4
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= pywikibot
DISTVERSION= 6.1.0
DISTVERSION= 6.3.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1618991365
SHA256 (pywikibot-6.1.0.tar.gz) = 3dcce98eb31922382a356af705a443c0412a48672f8931a74ff980d5edb59bfd
SIZE (pywikibot-6.1.0.tar.gz) = 497659
TIMESTAMP = 1622528482
SHA256 (pywikibot-6.3.0.tar.gz) = bcbafba40878102c0a4233dbcb1be2f51d4d55960d1b9b33f18b65188b6581bd
SIZE (pywikibot-6.3.0.tar.gz) = 499698

View File

@ -1,9 +1,9 @@
--- setup.py.orig 2020-09-05 06:11:40 UTC
--- setup.py.orig 2021-06-01 06:43:44 UTC
+++ setup.py
@@ -173,12 +173,12 @@ def get_validated_version(): # pragma: no cover
@@ -158,12 +158,12 @@ def get_validated_version(): # pragma: no cover
# validate version for sdist
from contextlib import suppress
from subprocess import run, PIPE
from subprocess import PIPE, run
- try:
- tags = run(['git', 'tag'], check=True, stdout=PIPE,
- universal_newlines=True).stdout.splitlines()