summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-04-15 09:21:42 -0500
committerCarlos Aznarán Laos2022-04-15 09:21:42 -0500
commit430aaf24875220fb46bf792ba9336a993d227693 (patch)
treeef8073dc3ed95be8c0cfe43920c91a2bc066c071
parent2a7b338055013f27117cd03edac5aeb8d567c06b (diff)
downloadaur-430aaf24875220fb46bf792ba9336a993d227693.tar.gz
Bump version to 7.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35e11e9e30c2..b7ec6565bc21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 7.1.0
+ pkgver = 7.1.1
pkgrel = 1
url = https://www.mediawiki.org/wiki/Manual:pywikibot
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pywikibot
depends = python-mwparserfromhell
optdepends = python-wikitextparser: parsing MediaWiki wikicode
optdepends = python-stdnum: cosmetic changes for numbers
- source = https://github.com/wikimedia/pywikibot/archive/7.1.0.tar.gz
- sha512sums = d153c9e95003482d7c94b7cb00a5732fa3f36714e381b4974642ac0ea37b448c58040412db9381d73903074335eb1d934af838543427b25b279b044afd5a55ea
+ source = https://github.com/wikimedia/pywikibot/archive/7.1.1.tar.gz
+ sha512sums = b0d57490dd65927e68f03c13265352043f1043d74f665b7ccfeb1762708f13a399cfa312e3970629350492f42aae5dfd0192a23608f9d0c01c5e5c5097277851
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 71f5e7cab09e..219c7e346fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=7.1.0
+pkgver=7.1.1
pkgrel=1
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"
@@ -12,7 +12,7 @@ depends=(python-requests python-setuptools python-mwparserfromhell)
optdepends=('python-wikitextparser: parsing MediaWiki wikicode'
'python-stdnum: cosmetic changes for numbers') # python-sseclient python-pydot python-google python-pymysql python-pillow python-mwoauth python-beautifulsoup4 python-fake-useragent flake8 python-darglint python-flake8-bugbear python-flake8-coding python-flake8-colors python-flake8-comprehensions python-flake8-docstrings python-flake8-future-import python-flake8-mock python-flake8-print python-flake8-quotes python-flake8-string-format python-flake8-tuple python-flake8-no-u-prefixed-strings python-pep8-naming python-pyflakes python-hacking
source=(https://github.com/wikimedia/${_base}/archive/${pkgver}.tar.gz)
-sha512sums=('d153c9e95003482d7c94b7cb00a5732fa3f36714e381b4974642ac0ea37b448c58040412db9381d73903074335eb1d934af838543427b25b279b044afd5a55ea')
+sha512sums=('b0d57490dd65927e68f03c13265352043f1043d74f665b7ccfeb1762708f13a399cfa312e3970629350492f42aae5dfd0192a23608f9d0c01c5e5c5097277851')
build() {
cd ${_base}-${pkgver}