summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-07-05 11:38:12 -0500
committerCarlos Aznarán Laos2023-07-05 11:38:12 -0500
commitad6a117a810301263b1cb4f5eefa4985e34dd4e6 (patch)
tree83171abf4a5b60fb16279519e7183062d41a28b6
parent71c14129f1d7f01554e8e100c86b2f138d2839ef (diff)
downloadaur-ad6a117a810301263b1cb4f5eefa4985e34dd4e6.tar.gz
Bump version to 8.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbc495a112fa..3cbc5f2e33e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.1.2
+ pkgver = 8.2.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.1.2.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.1.2.tar.gz
- sha512sums = b7cf28a28bf44cd7b7f3537bb02d6e98daa99ea11205319ea10e16653fd09c559154d78f4cd9d80ef786b5ca8cc146dcb0e531b274bde7ee6d43b5b732fed181
+ source = pywikibot-8.2.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.2.0.tar.gz
+ sha512sums = b0efb23e5a1c0212434e1f8aab91bd3c94892f4dc092fa78c9d0fd09fb953abeddf5686304f28b7ac8df7b9ac9342cfa3b3e26e7bc9621710deab79c1e2ea721
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index c7a0a5bac263..d01e1d52e2c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.1.2
+pkgver=8.2.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=('b7cf28a28bf44cd7b7f3537bb02d6e98daa99ea11205319ea10e16653fd09c559154d78f4cd9d80ef786b5ca8cc146dcb0e531b274bde7ee6d43b5b732fed181')
+sha512sums=('b0efb23e5a1c0212434e1f8aab91bd3c94892f4dc092fa78c9d0fd09fb953abeddf5686304f28b7ac8df7b9ac9342cfa3b3e26e7bc9621710deab79c1e2ea721')
build() {
cd ${_base}-${pkgver}