summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-03-04 11:44:44 -0500
committerCarlos Aznarán Laos2023-03-04 11:44:44 -0500
commit364bf2573cb7cdd86db190dc95b501a6feed74be (patch)
tree21d6bbdc6c438489f088b82f832fe5259f547c9e
parent1b8332ab9b414f2336b0f0ece31b1b2b8d8f8534 (diff)
downloadaur-364bf2573cb7cdd86db190dc95b501a6feed74be.tar.gz
Bump version to 8.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61f8bffa56d4..d6d76cb7d70c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.0.0
+ pkgver = 8.0.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 = pywikibot-8.0.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.0.0.tar.gz
- sha512sums = b94ea46c7033fb5ef092abd0e281a0e9ade32377ff2c7aacf8e9e4333de2b30e0d10c809ea243b5c944deb31378183115f42fb931b1a8d79ccf5322db94065d9
+ source = pywikibot-8.0.1.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.0.1.tar.gz
+ sha512sums = c901e8e3548a07787d41f4dce137bc9263540fdc49135505504d93f3b143ad69705d240593da3a92a6d6c14ba56b247650e44f3105b108032ce132612444eef4
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 07917ed48567..55ea05b5ad98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.0.0
+pkgver=8.0.1
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=('b94ea46c7033fb5ef092abd0e281a0e9ade32377ff2c7aacf8e9e4333de2b30e0d10c809ea243b5c944deb31378183115f42fb931b1a8d79ccf5322db94065d9')
+sha512sums=('c901e8e3548a07787d41f4dce137bc9263540fdc49135505504d93f3b143ad69705d240593da3a92a6d6c14ba56b247650e44f3105b108032ce132612444eef4')
build() {
cd ${_base}-${pkgver}