diff options
author | Carlos Aznarán | 2024-07-28 12:47:03 -0500 |
---|---|---|
committer | Carlos Aznarán | 2024-07-28 12:47:03 -0500 |
commit | ae00cb12e306798a2959df180212af3518b9a88f (patch) | |
tree | 45f47ca6d8ed5aaca3d995d40a8a3462c9f9065e | |
parent | 15c9ccc9f46142d942dd665af785eaa07fccd6bf (diff) | |
download | aur-ae00cb12e306798a2959df180212af3518b9a88f.tar.gz |
Bump version to 9.3.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-pywikibot pkgdesc = Python library that interfaces with the MediaWiki API - pkgver = 9.2.1 + pkgver = 9.3.0 pkgrel = 1 url = https://www.mediawiki.org/wiki/Manual:pywikibot arch = any @@ -14,7 +14,7 @@ pkgbase = python-pywikibot depends = python-requests optdepends = python-wikitextparser: parsing MediaWiki wikicode optdepends = python-stdnum: cosmetic changes for numbers - source = pywikibot-9.2.1.tar.gz::https://github.com/wikimedia/pywikibot/archive/9.2.1.tar.gz - sha512sums = a89bf9bd440b8eaf096a048eeda6e15deb5c3f09451fd06a111d7837b7d0a3044b8fe6460ae194126ea1c8e855f5508e49bb327f8abffa63221b529a8764891d + source = pywikibot-9.3.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/9.3.0.tar.gz + sha512sums = ca1d0207b8827637c403366948785eba12b384d9b7e2f5ee2f7d6818a47c029cc8802ef87d30d5008750d401a40a8aaf1a624a8a2fd9d3b175c04bbb46b5e3a4 pkgname = python-pywikibot @@ -2,7 +2,7 @@ # Contributor: Simon Legner <Simon.Legner@gmail.com> _base=pywikibot pkgname=python-${_base} -pkgver=9.2.1 +pkgver=9.3.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=('a89bf9bd440b8eaf096a048eeda6e15deb5c3f09451fd06a111d7837b7d0a3044b8fe6460ae194126ea1c8e855f5508e49bb327f8abffa63221b529a8764891d') +sha512sums=('ca1d0207b8827637c403366948785eba12b384d9b7e2f5ee2f7d6818a47c029cc8802ef87d30d5008750d401a40a8aaf1a624a8a2fd9d3b175c04bbb46b5e3a4') build() { cd ${_base}-${pkgver} |