Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-randomly


Commits:
6e448c0b by Jelle van der Waa at 2024-05-25T19:56:56+02:00
Drop importlib_metadata dependency

This is only needed for Python < 3.10

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-randomly
        pkgdesc = Pytest plugin to randomly order tests and control random.seed
        pkgver = 3.15.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/pytest-dev/pytest-randomly
        arch = any
        license = MIT
@@ -13,7 +13,6 @@ pkgbase = python-pytest-randomly
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
-       depends = python-importlib-metadata
        depends = python-pytest
        source = 
python-pytest-randomly-3.15.0.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/3.15.0.tar.gz
        sha512sums = 
7ead074f0b2fbd20ab383258808986f3900ab83ef18bc68440ed55eae2ad21912a30b03be830091e86570cba768c1f13b5f15852f5aa0095ffd7e134e55c884f


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgname=python-pytest-randomly
 pkgver=3.15.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Pytest plugin to randomly order tests and control random.seed'
 arch=('any')
 license=('MIT')
 url='https://github.com/pytest-dev/pytest-randomly'
-depends=('python-importlib-metadata' 'python-pytest')
+depends=('python-pytest')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-factory-boy' 'python-faker' 'python-numpy' 
'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz";)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-randomly/-/commit/6e448c0bc8bd85bf80ac3cff43e2e7fa9609509d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-randomly/-/commit/6e448c0bc8bd85bf80ac3cff43e2e7fa9609509d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to