Date: Thursday, February 16, 2023 @ 21:01:14
  Author: felixonmars
Revision: 1400889

upgpkg: python-pytest-subtests 0.10.0-1

Modified:
  python-pytest-subtests/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-16 21:00:10 UTC (rev 1400888)
+++ PKGBUILD    2023-02-16 21:01:14 UTC (rev 1400889)
@@ -1,14 +1,14 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-pytest-subtests
-pkgver=0.9.0
-_commit=bc84f33580ebf0594267ab902f8c7d832c58a9be
-pkgrel=2
+pkgver=0.10.0
+_commit=d47a5ced94ed7e69d990640ad867280154f1f535
+pkgrel=1
 pkgdesc='unittest subTest() support and subtests fixture'
 arch=('any')
 license=('MIT')
 url='https://github.com/pytest-dev/pytest-subtests'
-depends=('python-pytest')
+depends=('python-attrs' 'python-pytest')
 makedepends=('git' 'python-setuptools-scm')
 
source=("git+https://github.com/pytest-dev/pytest-subtests.git#commit=$_commit";)
 sha512sums=('SKIP')

Reply via email to