Date: Sunday, April 9, 2023 @ 03:08:56
  Author: polyzen
Revision: 1443040

upgpkg: python-pytest 7.3.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 03:08:29 UTC (rev 1443039)
+++ PKGBUILD    2023-04-09 03:08:56 UTC (rev 1443040)
@@ -3,25 +3,25 @@
 # Contributor: Felix Kaiser <[email protected]>
 
 pkgname=python-pytest
-pkgver=7.2.2
-pkgrel=2
+pkgver=7.3.0
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="https://pytest.org/";
-depends=('python-attrs' 'python-exceptiongroup' 'python-iniconfig'
-         'python-packaging' 'python-pluggy' 'python-tomli')
+depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging'
+         'python-pluggy' 'python-tomli')
 makedepends=('python-build' 'python-installer' 'python-setuptools'
              'python-wheel')
-checkdepends=('python-argcomplete' 'python-hypothesis' 'python-nose'
-              'python-requests' 'python-xmlschema'
+checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'
+              'python-nose' 'python-requests' 'python-xmlschema'
               # Unlisted, but actually used. Check again after a while:
               'lsof' 'python-asynctest' 'python-decorator' 'python-docutils'
               'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
               'python-pytest-xdist' 'python-twisted')
 
source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz";)
-sha256sums=('c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4')
-b2sums=('51742872c03ccba3b305fdb3015a1c2a8f7dbf2988f267ea13e2add438ae52e2d5a6cace483525cf37f7ea72454bb346b81196c6e043dbbc3e5c0c8a1a365ed7')
+sha256sums=('58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d')
+b2sums=('49057296154775276cc700c309837d85733c3da362ec8e50e5063fccc0615c54bd502574fed86d9b27d3086da630c13f0f87164150a900ab4ae08ab49ff9e0e5')
 
 # Remove dep on setuptools_scm
 prepare() {

Reply via email to