summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-04-16 15:17:46 -0500
committerCarlos Aznarán Laos2023-04-16 15:17:46 -0500
commit21dcc6bd1cd61b003251153d26ab104766d5be09 (patch)
tree2c7db75ed33e1cb5d6a7a01ac8e0d62e382eb364
parent292049c8ed4ecf216a16ad8dbfe4c4b1ef75ebed (diff)
downloadaur-21dcc6bd1cd61b003251153d26ab104766d5be09.tar.gz
Bump version to 8.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f961c19046..9cf87613fcd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.0.4
+ pkgver = 8.1.0
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 = pywikibot-8.0.4.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.0.4.tar.gz
- sha512sums = 0908a147e63a287a4fa3d48442a0b626fe3cb3a2c7f46c702367232ecf80ac2a3f4da7ec1fdb11b1198f367f0e76bb7a0094b60d37d8c1c8d64a9cf1445536ed
+ source = pywikibot-8.1.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.1.0.tar.gz
+ sha512sums = af5c7586bfb7cf45015cd715860501e9b5b1ed1216c70dd2889f5cf393a3f2435a08aac0a197c8891feb037fbc5fbb133a4ffa0c8cf53c3b18537bec4062a0d6
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index c6814e39e087..2a7a2082ab46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.0.4
+pkgver=8.1.0
pkgrel=1
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"
@@ -13,7 +13,7 @@ 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-verve-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-hacking
source=(${_base}-${pkgver}.tar.gz::https://github.com/wikimedia/${_base}/archive/${pkgver}.tar.gz)
-sha512sums=('0908a147e63a287a4fa3d48442a0b626fe3cb3a2c7f46c702367232ecf80ac2a3f4da7ec1fdb11b1198f367f0e76bb7a0094b60d37d8c1c8d64a9cf1445536ed')
+sha512sums=('af5c7586bfb7cf45015cd715860501e9b5b1ed1216c70dd2889f5cf393a3f2435a08aac0a197c8891feb037fbc5fbb133a4ffa0c8cf53c3b18537bec4062a0d6')
build() {
cd ${_base}-${pkgver}