summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-19 16:51:03 -0500
committerCarlos Aznarán Laos2023-08-19 16:51:03 -0500
commit4fe874d36727f6c7ba76e39118ce544a59c81b2e (patch)
treebbf18657de046a544d038a9d7a6b85779bea4b90
parentfd44985c157d50dab25f0e05c11992a2b874199a (diff)
downloadaur-4fe874d36727f6c7ba76e39118ce544a59c81b2e.tar.gz
Bump version to 8.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27904e147f36..a642d3d8f030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.3.0
+ pkgver = 8.3.1
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.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.3.0.tar.gz
- sha512sums = 6cc4ca81730ba9b22e10091eb52b4388d79de090cda7639fdcd9df14000cf247b802881a8926e4afe8360edf7236dbef742c98b6a5f179f38db71c34e10be41a
+ source = pywikibot-8.3.1.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.3.1.tar.gz
+ sha512sums = d71ad6f7fa7984b5445418febf858459805e8b40269f767dd03c51e8f15f2ceea0a1cef52fb8294ea605aac421d9183e25d540fc2eba7eac8649aa7a42740096
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 72e585019ce8..27ff1534d836 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.3.0
+pkgver=8.3.1
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=('6cc4ca81730ba9b22e10091eb52b4388d79de090cda7639fdcd9df14000cf247b802881a8926e4afe8360edf7236dbef742c98b6a5f179f38db71c34e10be41a')
+sha512sums=('d71ad6f7fa7984b5445418febf858459805e8b40269f767dd03c51e8f15f2ceea0a1cef52fb8294ea605aac421d9183e25d540fc2eba7eac8649aa7a42740096')
build() {
cd ${_base}-${pkgver}