summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-04-27 05:54:07 +0000
committerSimon Legner2021-04-27 05:54:07 +0000
commitbbda4ad214b0f02295e0fc69db255fcffa832dd1 (patch)
treec364b5f52f08cc2524321c44898c05ef7388d150
parent2421360d47f0407794448392c6120a7b4e87a173 (diff)
downloadaur-bbda4ad214b0f02295e0fc69db255fcffa832dd1.tar.gz
upgpkg: python-pywikibot 6.1.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c09b9c035d..2625d6dd12ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
- pkgver = 6.0.1
+ pkgver = 6.1.0
pkgrel = 1
url = https://www.mediawiki.org/wiki/Pywikibot
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-pywikibot
optdepends = python-mwoauth: authentication
optdepends = python-mwparserfromhell: parsing MediaWiki wikicode
optdepends = python-stdnum: cosmetic changes for numbers
- source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.0.1.tar.gz
- sha256sums = c8d3b744c1cfe7cc49169ee6f5287acd65e9f587670fe55cb886374c46a03651
+ source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.1.0.tar.gz
+ sha256sums = 3dcce98eb31922382a356af705a443c0412a48672f8931a74ff980d5edb59bfd
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 392f5e6edf3a..3d8e758880d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-pywikibot
_module='pywikibot'
-pkgver=6.0.1
+pkgver=6.1.0
pkgrel=1
pkgdesc="Python MediaWiki Bot Framework"
url="https://www.mediawiki.org/wiki/Pywikibot"
@@ -26,4 +26,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
-sha256sums=('c8d3b744c1cfe7cc49169ee6f5287acd65e9f587670fe55cb886374c46a03651')
+sha256sums=('3dcce98eb31922382a356af705a443c0412a48672f8931a74ff980d5edb59bfd')