summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-11-25 17:02:26 -0500
committerCarlos Aznarán Laos2021-11-25 17:02:26 -0500
commit2e46672b0012fab827db178c38fe74ba9ee52a8a (patch)
treed536c5d3c6dd7863f6e3351f9943315c11af92a4 /.SRCINFO
parent66b31606ed30ddb1c3f4bd8a0e9a368ea1a8a382 (diff)
downloadaur-2e46672b0012fab827db178c38fe74ba9ee52a8a.tar.gz
Version bump to 2.0.1
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO25
1 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34494f64897..196627cce044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
pkgbase = python-pytest-selenium
- pkgdesc = Plugin for running Selenium with py.test.
- pkgver = 1.3.1
+ pkgdesc = Plugin for running Selenium with pytest
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/pytest-dev/pytest-selenium
arch = any
- license = MPL
- makedepends = python-setuptools
- depends = python>=3.3
- depends = python-pytest
- source = https://github.com/pytest-dev/pytest-selenium/archive/v1.3.1.tar.gz
- md5sums = cb1d430b91bda33f651e5752a89734e6
- sha1sums = 500d388a0ba65465c907c4129f06778f72624e86
+ license = MPL2
+ checkdepends = python-pytest-localserver
+ checkdepends = python-pytest-xdist
+ checkdepends = python-pytest-mock
+ makedepends = python-setuptools-scm
+ makedepends = git
+ depends = python-pytest-base-url
+ depends = python-pytest-html
+ depends = python-pytest-variables
+ depends = python-selenium
+ depends = python-tenacity
+ source = git+https://github.com/pytest-dev/pytest-selenium.git?#tag=v2.0.1
+ sha512sums = SKIP
pkgname = python-pytest-selenium
-