summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-07 09:04:12 -0500
committerCarlos Aznarán2023-10-07 09:04:12 -0500
commitd0e2c35a016aa798122855f25fac4a98cdc1bc0c (patch)
treedbc99d31b124b2a68fbf84e1618fda9b8b7ef9a7
parent147f0f4de9e2d0ccd5c96db699279aab15d73450 (diff)
downloadaur-d0e2c35a016aa798122855f25fac4a98cdc1bc0c.tar.gz
Bump version to 8.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78a253b844a7..9122faf73f88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.3.3
+ pkgver = 8.4.0
pkgrel = 1
url = https://www.mediawiki.org/wiki/Manual:pywikibot
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-pywikibot
depends = python-mwparserfromhell
optdepends = python-wikitextparser: parsing MediaWiki wikicode
optdepends = python-stdnum: cosmetic changes for numbers
- source = pywikibot-8.3.3.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.3.3.tar.gz
- sha512sums = 0ee284c82b78bf12fb7ef3ad9b09a4add6320e5f44d4a1e387dee2a9d49bc9b25f4f6c7b55787a55b1d529aae386caf60cf6412bcb9ed84b29807d969ca542a8
+ source = pywikibot-8.4.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.4.0.tar.gz
+ sha512sums = b3f63ed7296a18b6d2b6efc7a88f3c00458cab2b856dd7a3e66edf6d3f10c2cb6a0beecf333637f9b686e2a891af4314f91fb769dc286305551fdcf8725e6ec3
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index bdb495320316..50f917329a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.3.3
+pkgver=8.4.0
pkgrel=1
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"
@@ -14,7 +14,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=('0ee284c82b78bf12fb7ef3ad9b09a4add6320e5f44d4a1e387dee2a9d49bc9b25f4f6c7b55787a55b1d529aae386caf60cf6412bcb9ed84b29807d969ca542a8')
+sha512sums=('b3f63ed7296a18b6d2b6efc7a88f3c00458cab2b856dd7a3e66edf6d3f10c2cb6a0beecf333637f9b686e2a891af4314f91fb769dc286305551fdcf8725e6ec3')
build() {
cd ${_base}-${pkgver}