[arch-commits] Commit in python-pytest-randomly/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 16 18:53:32 UTC 2020


    Date: Monday, November 16, 2020 @ 18:53:32
  Author: foutrelis
Revision: 755520

upgpkg: python-pytest-randomly 3.5.0-2: update license field

Upstream changed from BSD to MIT in:
https://github.com/pytest-dev/pytest-randomly/pull/290

Modified:
  python-pytest-randomly/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-16 18:53:31 UTC (rev 755519)
+++ PKGBUILD	2020-11-16 18:53:32 UTC (rev 755520)
@@ -2,10 +2,10 @@
 
 pkgname=python-pytest-randomly
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pytest plugin to randomly order tests and control random.seed'
 arch=('any')
-license=('BSD')
+license=('MIT')
 url='https://github.com/pytest-dev/pytest-randomly'
 depends=('python-pytest')
 makedepends=('python-setuptools')



More information about the arch-commits mailing list