Date: Monday, October 10, 2022 @ 22:38:16
Author: ffy00
Revision: 1327651
upgpkg: python-tox 3.26.0-1
Modified:
python-tox/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 22:32:00 UTC (rev 1327650)
+++ PKGBUILD 2022-10-10 22:38:16 UTC (rev 1327651)
@@ -4,7 +4,7 @@
# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
pkgname=python-tox
-pkgver=3.25.1
+pkgver=3.26.0
pkgrel=1
pkgdesc='Python virtualenv management and testing tool'
arch=('any')
@@ -17,7 +17,7 @@
checkdepends=('python-pytest-runner' 'python-pytest-mock'
'python-flaky')
source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz")
-sha512sums=('53244a80d1dd851c62c5004a54acbbb0062747b037fac0c356016dbeaac75cc16e5e70ef51ec7825f702d1d475b12dfea19b8ec8573bdcb8a30dbc0c5a11fb65')
+sha512sums=('36a4a8deb5d2a9f36be9ddf75ce7422f9792911348b68a71acc9ae48a1159ef671e7ceaa1c86ef3e610c0c69f21f5a6e668ba2676ee811a427d04ebfab06111b')
prepare() {
find tox-$pkgver -name "*.pyc" -delete