summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-01-21 09:20:08 -0500
committerCarlos Aznarán Laos2023-01-21 09:20:08 -0500
commit1b8332ab9b414f2336b0f0ece31b1b2b8d8f8534 (patch)
tree0a4191db8d48759f68c058b79896917f79d0131f
parent001a14798ad50348430534bfa8ebaa3a9c3ec28d (diff)
downloadaur-1b8332ab9b414f2336b0f0ece31b1b2b8d8f8534.tar.gz
Bump version to 8.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 690febbdba4f..61f8bffa56d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 7.7.3
+ pkgver = 8.0.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-7.7.3.tar.gz::https://github.com/wikimedia/pywikibot/archive/7.7.3.tar.gz
- sha512sums = a27553ee1dcd2f52d5c81ce7a0979f0afbd2c5895e375f42cd0c350c198dfd086b09d46574697a7bf6490cdcaa549068e5c6746f80d08a134f999e60dbfd2acb
+ source = pywikibot-8.0.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.0.0.tar.gz
+ sha512sums = b94ea46c7033fb5ef092abd0e281a0e9ade32377ff2c7aacf8e9e4333de2b30e0d10c809ea243b5c944deb31378183115f42fb931b1a8d79ccf5322db94065d9
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 038366e445db..07917ed48567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=7.7.3
+pkgver=8.0.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=('a27553ee1dcd2f52d5c81ce7a0979f0afbd2c5895e375f42cd0c350c198dfd086b09d46574697a7bf6490cdcaa549068e5c6746f80d08a134f999e60dbfd2acb')
+sha512sums=('b94ea46c7033fb5ef092abd0e281a0e9ade32377ff2c7aacf8e9e4333de2b30e0d10c809ea243b5c944deb31378183115f42fb931b1a8d79ccf5322db94065d9')
build() {
cd ${_base}-${pkgver}