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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:44:07
  Author: foutrelis
Revision: 752786

upgpkg: python-selenium 3.141.0-3: Python 3.9 rebuild

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:43:57 UTC (rev 752785)
+++ PKGBUILD2020-11-12 17:44:07 UTC (rev 752786)
@@ -3,7 +3,7 @@
 
 pkgname=python-selenium
 pkgver=3.141.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/selenium;


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 05:37:10
  Author: felixonmars
Revision: 523219

Python 3.8 rebuild

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 05:36:34 UTC (rev 523218)
+++ PKGBUILD2019-11-04 05:37:10 UTC (rev 523219)
@@ -3,7 +3,7 @@
 
 pkgname=python-selenium
 pkgver=3.141.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/selenium;


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 20:59:51
  Author: jelle
Revision: 433835

kill python2 version

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:59:10 UTC (rev 433834)
+++ PKGBUILD2019-02-16 20:59:51 UTC (rev 433835)
@@ -1,8 +1,7 @@
 # Maintainer: Jelle van der Waa 
 # Contributor: Aaron DeVore 
 
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
+pkgname=python-selenium
 pkgver=3.141.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
@@ -9,21 +8,15 @@
 arch=('x86_64')
 url="https://pypi.python.org/pypi/selenium;
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python' 'python-urllib3')
+makedepends=('python-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('274693e383ff507df7ee190359828c84')
+sha512sums=('3d2afbe9e96f88e9c055a89786b5090af387d3feba4598577b70fd3e0b20c2c09c4b25af920c654f52ec7e34f23181e6d278ac05f1a1f960d2d371ce7a6b82d8')
 
-package_python-selenium() {
-  depends=('python' 'python-urllib3')
+package() {
   cd "$srcdir/selenium-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1
 }
 
-package_python2-selenium() {
-  depends=('python2' 'python2-urllib3')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
 # check() takes too many dependencies to run


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

2019-01-26 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 26, 2019 @ 13:58:11
  Author: jelle
Revision: 428102

update https urls

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-26 13:56:18 UTC (rev 428101)
+++ PKGBUILD2019-01-26 13:58:11 UTC (rev 428102)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
-url="http://pypi.python.org/pypi/selenium;
+url="https://pypi.python.org/pypi/selenium;
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')


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

2018-11-02 Thread Jelle van der Waa via arch-commits
Date: Friday, November 2, 2018 @ 13:12:19
  Author: jelle
Revision: 401221

upgpkg: python-selenium 3.141.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-02 11:53:09 UTC (rev 401220)
+++ PKGBUILD2018-11-02 13:12:19 UTC (rev 401221)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.14.1
+pkgver=3.141.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('5819164d7629ba54384f16554eb2ba9e')
+md5sums=('274693e383ff507df7ee190359828c84')
 
 package_python-selenium() {
   depends=('python' 'python-urllib3')


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

2018-09-23 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 23, 2018 @ 18:50:38
  Author: jelle
Revision: 384229

upgpkg: python-selenium 3.14.1-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-23 17:00:57 UTC (rev 384228)
+++ PKGBUILD2018-09-23 18:50:38 UTC (rev 384229)
@@ -3,8 +3,8 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.14.1
+pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
 url="http://pypi.python.org/pypi/selenium;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('95833d0da441e44d3d756564bb4ebbe7')
+md5sums=('5819164d7629ba54384f16554eb2ba9e')
 
 package_python-selenium() {
   depends=('python' 'python-urllib3')


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

2018-09-12 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 12, 2018 @ 19:35:33
  Author: jelle
Revision: 379895

upgpkg: python-selenium 3.14.0-2

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-12 19:35:14 UTC (rev 379894)
+++ PKGBUILD2018-09-12 19:35:33 UTC (rev 379895)
@@ -4,7 +4,7 @@
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
 url="http://pypi.python.org/pypi/selenium;
@@ -15,13 +15,13 @@
 md5sums=('95833d0da441e44d3d756564bb4ebbe7')
 
 package_python-selenium() {
-  depends=('python')
+  depends=('python' 'python-urllib3')
   cd "$srcdir/selenium-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1
 }
 
 package_python2-selenium() {
-  depends=('python2')
+  depends=('python2' 'python2-urllib3')
   cd "$srcdir/selenium-$pkgver"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }


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

2018-08-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 12, 2018 @ 10:23:21
  Author: jelle
Revision: 371219

upgpkg: python-selenium 3.14.0-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 06:36:03 UTC (rev 371218)
+++ PKGBUILD2018-08-12 10:23:21 UTC (rev 371219)
@@ -3,8 +3,8 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.13.0
-pkgrel=2
+pkgver=3.14.0
+pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
 url="http://pypi.python.org/pypi/selenium;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('11f1fe107409785d432685e8a3d537f3')
+md5sums=('95833d0da441e44d3d756564bb4ebbe7')
 
 package_python-selenium() {
   depends=('python')


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 18:04:42
  Author: foutrelis
Revision: 348839

Python 3.7 rebuild

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:04:02 UTC (rev 348838)
+++ PKGBUILD2018-06-30 18:04:42 UTC (rev 348839)
@@ -4,7 +4,7 @@
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
 pkgver=3.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
 url="http://pypi.python.org/pypi/selenium;


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

2018-06-27 Thread Jelle van der Waa via arch-commits
Date: Wednesday, June 27, 2018 @ 19:29:09
  Author: jelle
Revision: 346564

upgpkg: python-selenium 3.13.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 19:05:55 UTC (rev 346563)
+++ PKGBUILD2018-06-27 19:29:09 UTC (rev 346564)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.12.0
+pkgver=3.13.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('f0b47ca1b331e2ff9c31122d868be23e')
+md5sums=('11f1fe107409785d432685e8a3d537f3')
 
 package_python-selenium() {
   depends=('python')


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

2018-05-08 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 8, 2018 @ 17:46:13
  Author: jelle
Revision: 319688

upgpkg: python-selenium 3.12.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 17:24:22 UTC (rev 319687)
+++ PKGBUILD2018-05-08 17:46:13 UTC (rev 319688)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.11.0
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('c565de302e12ffaf7e59c1e47b45bbef')
+md5sums=('f0b47ca1b331e2ff9c31122d868be23e')
 
 package_python-selenium() {
   depends=('python')


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

2018-03-31 Thread Jelle van der Waa via arch-commits
Date: Saturday, March 31, 2018 @ 19:40:25
  Author: jelle
Revision: 313624

upgpkg: python-selenium 3.11.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 19:22:50 UTC (rev 313623)
+++ PKGBUILD2018-03-31 19:40:25 UTC (rev 313624)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.10.0
+pkgver=3.11.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('d93cde324ac34c2030c01b54c9fb93ff')
+md5sums=('c565de302e12ffaf7e59c1e47b45bbef')
 
 package_python-selenium() {
   depends=('python')


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

2018-03-16 Thread Jelle van der Waa via arch-commits
Date: Friday, March 16, 2018 @ 17:27:00
  Author: jelle
Revision: 308900

upgpkg: python-selenium 3.10.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 17:15:57 UTC (rev 308899)
+++ PKGBUILD2018-03-16 17:27:00 UTC (rev 308900)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('0a717bfcc26781c77a597c3fca335ccf')
+md5sums=('d93cde324ac34c2030c01b54c9fb93ff')
 
 package_python-selenium() {
   depends=('python')


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

2018-02-19 Thread Jelle van der Waa via arch-commits
Date: Monday, February 19, 2018 @ 20:30:26
  Author: jelle
Revision: 296414

upgpkg: python-selenium 3.9.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 19:42:17 UTC (rev 296413)
+++ PKGBUILD2018-02-19 20:30:26 UTC (rev 296414)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.8.1
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('7cb125b315cfa9d8d9f9fda3f7295ca5')
+md5sums=('0a717bfcc26781c77a597c3fca335ccf')
 
 package_python-selenium() {
   depends=('python')


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

2018-01-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 21, 2018 @ 17:08:45
  Author: jelle
Revision: 284612

upgpkg: python-selenium 3.8.1-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-21 16:58:40 UTC (rev 284611)
+++ PKGBUILD2018-01-21 17:08:45 UTC (rev 284612)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.7.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://files.pythonhosted.org/packages/bc/37/aea63b9651d5f27c9349895fc72862e2e14ed264e8f5d3eedc602c41254a/selenium-3.7.0.tar.gz;)
-md5sums=('f5d26470803c93a02909e87240ccc56b')
+source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
+md5sums=('7cb125b315cfa9d8d9f9fda3f7295ca5')
 
 package_python-selenium() {
   depends=('python')


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

2017-11-04 Thread Jelle van der Waa
Date: Saturday, November 4, 2017 @ 17:03:06
  Author: jelle
Revision: 265403

upgpkg: python-selenium 3.7.0-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-04 13:00:33 UTC (rev 265402)
+++ PKGBUILD2017-11-04 17:03:06 UTC (rev 265403)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/e1/25/ad1ee3c019e45933c201ae3c8b3c84ab335a64a8172051ace583b7371b35/selenium-3.6.0.tar.gz;)
-md5sums=('47ddd3354004a7a1c8822e5415c917e4')
+source=("https://files.pythonhosted.org/packages/bc/37/aea63b9651d5f27c9349895fc72862e2e14ed264e8f5d3eedc602c41254a/selenium-3.7.0.tar.gz;)
+md5sums=('f5d26470803c93a02909e87240ccc56b')
 
 package_python-selenium() {
   depends=('python')


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

2017-09-29 Thread Jelle van der Waa
Date: Friday, September 29, 2017 @ 16:25:56
  Author: jelle
Revision: 261076

upgpkg: python-selenium 3.6.0-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-29 16:09:12 UTC (rev 261075)
+++ PKGBUILD2017-09-29 16:25:56 UTC (rev 261076)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/ac/d7/1928416439d066c60f26c87a8d1b78a8edd64c7d05a0aa917fa97a8ee02d/selenium-3.5.0.tar.gz;)
-md5sums=('986702fdd0e2aec6a4eda134678b8b3f')
+source=("https://pypi.python.org/packages/e1/25/ad1ee3c019e45933c201ae3c8b3c84ab335a64a8172051ace583b7371b35/selenium-3.6.0.tar.gz;)
+md5sums=('47ddd3354004a7a1c8822e5415c917e4')
 
 package_python-selenium() {
   depends=('python')


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

2017-08-18 Thread Jelle van der Waa
Date: Friday, August 18, 2017 @ 18:54:02
  Author: jelle
Revision: 252510

upgpkg: python-selenium 3.5.0-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-18 16:00:29 UTC (rev 252509)
+++ PKGBUILD2017-08-18 18:54:02 UTC (rev 252510)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.3
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/a5/af/923433edac3027518f2c956781d9c579a8662828eaad8f127473219aacf1/selenium-3.4.3.tar.gz;)
-md5sums=('da50afa759fc6fe661db33a2e7d76872')
+source=("https://pypi.python.org/packages/ac/d7/1928416439d066c60f26c87a8d1b78a8edd64c7d05a0aa917fa97a8ee02d/selenium-3.5.0.tar.gz;)
+md5sums=('986702fdd0e2aec6a4eda134678b8b3f')
 
 package_python-selenium() {
   depends=('python')


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

2017-05-31 Thread Jelle van der Waa
Date: Wednesday, May 31, 2017 @ 20:09:37
  Author: jelle
Revision: 231654

upgpkg: python-selenium 3.4.3-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-31 20:08:00 UTC (rev 231653)
+++ PKGBUILD2017-05-31 20:09:37 UTC (rev 231654)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/47/63/611503113c00cb3ba0ab310567b4f7d7c2a3178e7ebc07f66ae4b997d56a/selenium-3.4.2.tar.gz')
-md5sums=('5b30ae75463e0e951c39ebcb2ebbd573')
+source=("https://pypi.python.org/packages/a5/af/923433edac3027518f2c956781d9c579a8662828eaad8f127473219aacf1/selenium-3.4.3.tar.gz;)
+md5sums=('da50afa759fc6fe661db33a2e7d76872')
 
 package_python-selenium() {
   depends=('python')


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

2017-05-19 Thread Jelle van der Waa
Date: Friday, May 19, 2017 @ 12:32:00
  Author: jelle
Revision: 228529

upgpkg: python-selenium 3.4.2-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 12:12:37 UTC (rev 228528)
+++ PKGBUILD2017-05-19 12:32:00 UTC (rev 228529)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
-md5sums=('70ba2452cd12cbdf1ce41202f430df51')
+source=('https://pypi.python.org/packages/47/63/611503113c00cb3ba0ab310567b4f7d7c2a3178e7ebc07f66ae4b997d56a/selenium-3.4.2.tar.gz')
+md5sums=('5b30ae75463e0e951c39ebcb2ebbd573')
 
 package_python-selenium() {
   depends=('python')


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

2017-04-27 Thread Jelle van der Waa
Date: Thursday, April 27, 2017 @ 17:48:23
  Author: jelle
Revision: 226120

upgpkg: python-selenium 3.4.1-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 16:15:09 UTC (rev 226119)
+++ PKGBUILD2017-04-27 17:48:23 UTC (rev 226120)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/e8/42/3cbe4cbde83a0bf6470c456301f2140d0b315e720660564919766e778e58/selenium-3.4.0.tar.gz')
-md5sums=('3f869785a289bd42df1c4d1f65f88df8')
+source=('https://pypi.python.org/packages/f1/68/4d0990587b9495e2e15d6859a0f42faf90a3a41f12926bfde2e7647ffce2/selenium-3.4.1.tar.gz')
+md5sums=('70ba2452cd12cbdf1ce41202f430df51')
 
 package_python-selenium() {
   depends=('python')


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

2017-04-23 Thread Jelle van der Waa
Date: Sunday, April 23, 2017 @ 19:25:09
  Author: jelle
Revision: 224640

upgpkg: python-selenium 3.4.0-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 19:17:50 UTC (rev 224639)
+++ PKGBUILD2017-04-23 19:25:09 UTC (rev 224640)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.3.3
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=('https://pypi.python.org/packages/0c/2d/6c51aceb5ad1f9fa75edc7dd47062af19ae79fe49b70ad0089060fb7ac69/selenium-3.3.3.tar.gz')
-md5sums=('2612e76ff91204df455438ee1fac14b4')
+source=('https://pypi.python.org/packages/e8/42/3cbe4cbde83a0bf6470c456301f2140d0b315e720660564919766e778e58/selenium-3.4.0.tar.gz')
+md5sums=('3f869785a289bd42df1c4d1f65f88df8')
 
 package_python-selenium() {
   depends=('python')


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

2017-04-05 Thread Jelle van der Waa
Date: Wednesday, April 5, 2017 @ 18:55:47
  Author: jelle
Revision: 220736

upgpkg: python-selenium 3.3.3-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 18:45:53 UTC (rev 220735)
+++ PKGBUILD2017-04-05 18:55:47 UTC (rev 220736)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.3.1
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/d4/0c/8429b64f9035b8db9a30c39a90fa07a460ebc4bd3639b868a1081b80a868/selenium-3.3.1.tar.gz;)
-md5sums=("ec23a8ef649a27bdaddacfadbf9d0b44")
+source=('https://pypi.python.org/packages/0c/2d/6c51aceb5ad1f9fa75edc7dd47062af19ae79fe49b70ad0089060fb7ac69/selenium-3.3.3.tar.gz')
+md5sums=('2612e76ff91204df455438ee1fac14b4')
 
 package_python-selenium() {
   depends=('python')


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

2017-03-13 Thread Jelle van der Waa
Date: Monday, March 13, 2017 @ 20:49:58
  Author: jelle
Revision: 216131

upgpkg: python-selenium 3.3.1-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 20:49:20 UTC (rev 216130)
+++ PKGBUILD2017-03-13 20:49:58 UTC (rev 216131)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/6e/b6/a0881686c3e2eb09d7e5ba79b197325a88d786317a4e742dc6a9f5029c7a/selenium-3.3.0.tar.gz;)
-md5sums=("0a940252deb42a62c54accb3ad6a35c8")
+source=("https://pypi.python.org/packages/d4/0c/8429b64f9035b8db9a30c39a90fa07a460ebc4bd3639b868a1081b80a868/selenium-3.3.1.tar.gz;)
+md5sums=("ec23a8ef649a27bdaddacfadbf9d0b44")
 
 package_python-selenium() {
   depends=('python')


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

2017-03-12 Thread Jelle van der Waa
Date: Sunday, March 12, 2017 @ 12:46:10
  Author: jelle
Revision: 215754

upgpkg: python-selenium 3.3.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 12:42:25 UTC (rev 215753)
+++ PKGBUILD2017-03-12 12:46:10 UTC (rev 215754)
@@ -3,8 +3,8 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/selenium;
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/0c/42/20c235e604bf736bc970c1275a78c4ea28c6453a0934002f95df9c49dad0/selenium-3.0.2.tar.gz;)
-md5sums=('0440b3156f26678dfc904cae5aa594ab')
+source=("https://pypi.python.org/packages/6e/b6/a0881686c3e2eb09d7e5ba79b197325a88d786317a4e742dc6a9f5029c7a/selenium-3.3.0.tar.gz;)
+md5sums=("0a940252deb42a62c54accb3ad6a35c8")
 
 package_python-selenium() {
   depends=('python')


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

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 19:07:55
  Author: felixonmars
Revision: 202321

Python 3.6 rebuild

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 19:04:46 UTC (rev 202320)
+++ PKGBUILD2016-12-25 19:07:55 UTC (rev 202321)
@@ -4,7 +4,7 @@
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/selenium;


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

2016-11-29 Thread Jelle van der Waa
Date: Tuesday, November 29, 2016 @ 18:22:34
  Author: jelle
Revision: 197398

upgpkg: python-selenium 3.0.2-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 17:37:42 UTC (rev 197397)
+++ PKGBUILD2016-11-29 18:22:34 UTC (rev 197398)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('geckodriver: Firefox driver support')
-source=("https://pypi.python.org/packages/3a/a3/e4ab60a0229a85f468a36367bc0672a4bca2720f24391eda33704a5f0ad5/selenium-3.0.1.tar.gz;)
-md5sums=('ed5da4a35e1e643a53386d3e8f5960af')
+source=("https://pypi.python.org/packages/0c/42/20c235e604bf736bc970c1275a78c4ea28c6453a0934002f95df9c49dad0/selenium-3.0.2.tar.gz;)
+md5sums=('0440b3156f26678dfc904cae5aa594ab')
 
 package_python-selenium() {
   depends=('python')


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

2016-11-14 Thread Jelle van der Waa
Date: Monday, November 14, 2016 @ 19:20:41
  Author: jelle
Revision: 195909

upgpkg: python-selenium 3.0.1-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 19:12:41 UTC (rev 195908)
+++ PKGBUILD2016-11-14 19:20:41 UTC (rev 195909)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.53.1
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@
 url="http://pypi.python.org/pypi/selenium;
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
-source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('8d8b532348a5b7c6717593cae11a656b')
+optdepends=('geckodriver: Firefox driver support')
+source=("https://pypi.python.org/packages/3a/a3/e4ab60a0229a85f468a36367bc0672a4bca2720f24391eda33704a5f0ad5/selenium-3.0.1.tar.gz;)
+md5sums=('ed5da4a35e1e643a53386d3e8f5960af')
 
 package_python-selenium() {
   depends=('python')


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

2016-02-15 Thread Jelle van der Waa
Date: Monday, February 15, 2016 @ 21:37:59
  Author: jelle
Revision: 161708

upgpkg: python-selenium 2.52.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 20:27:02 UTC (rev 161707)
+++ PKGBUILD2016-02-15 20:37:59 UTC (rev 161708)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.50.1
+pkgver=2.52.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('c2dc97dab1bf499a57a5b665814c2e75')
+md5sums=('671884a102b7c9653c5b19520cd9d516')
 
 package_python-selenium() {
   depends=('python')


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

2016-02-01 Thread Jelle van der Waa
Date: Monday, February 1, 2016 @ 21:22:29
  Author: jelle
Revision: 159817

upgpkg: python-selenium 2.50.1-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-01 19:40:14 UTC (rev 159816)
+++ PKGBUILD2016-02-01 20:22:29 UTC (rev 159817)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.50.0
+pkgver=2.50.1
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('a4acfa754db6cf4dd325921fc2105fd4')
+md5sums=('c2dc97dab1bf499a57a5b665814c2e75')
 
 package_python-selenium() {
   depends=('python')


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

2016-01-30 Thread Jelle van der Waa
Date: Saturday, January 30, 2016 @ 11:32:02
  Author: jelle
Revision: 159506

upgpkg: python-selenium 2.50.0-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-30 10:29:58 UTC (rev 159505)
+++ PKGBUILD2016-01-30 10:32:02 UTC (rev 159506)
@@ -3,8 +3,8 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.49.2
-pkgrel=2
+pkgver=2.50.0
+pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/selenium;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('17cfe7c6adb2cad1f64a61cf753f0738')
+md5sums=('a4acfa754db6cf4dd325921fc2105fd4')
 
 package_python-selenium() {
   depends=('python')


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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 21:40:15
  Author: jelle
Revision: 158444

upgpkg: python-selenium 2.49.2-2

fix packager

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 19:32:52 UTC (rev 158443)
+++ PKGBUILD2016-01-21 20:40:15 UTC (rev 158444)
@@ -4,7 +4,7 @@
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
 pkgver=2.49.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/selenium;


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

2016-01-21 Thread Jelle van der Waa
Date: Thursday, January 21, 2016 @ 20:32:37
  Author: jelle
Revision: 158442

upgpkg: python-selenium 2.49.2-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 18:56:42 UTC (rev 158441)
+++ PKGBUILD2016-01-21 19:32:37 UTC (rev 158442)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.49.0
+pkgver=2.49.2
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('b1159b53312109b75fd9cd896c379a63')
+md5sums=('17cfe7c6adb2cad1f64a61cf753f0738')
 
 package_python-selenium() {
   depends=('python')


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

2016-01-13 Thread Jelle van der Waa
Date: Wednesday, January 13, 2016 @ 20:59:41
  Author: jelle
Revision: 156337

upgpkg: python-selenium 2.49.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 19:59:28 UTC (rev 156336)
+++ PKGBUILD2016-01-13 19:59:41 UTC (rev 156337)
@@ -3,7 +3,7 @@
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.48.0
+pkgver=2.49.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('d1e0635b427151d86457170825b96cf8')
+md5sums=('b1159b53312109b75fd9cd896c379a63')
 
 package_python-selenium() {
   depends=('python')


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

2015-11-01 Thread Jelle van der Waa
Date: Monday, November 2, 2015 @ 08:58:04
  Author: jelle
Revision: 145561

upgpkg: python-selenium 2.48.0-1

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 07:57:56 UTC (rev 145560)
+++ PKGBUILD2015-11-02 07:58:04 UTC (rev 145561)
@@ -1,8 +1,9 @@
-# Maintainer: Aaron DeVore 
+# Maintainer: Jelle van der Waa 
+# Contributor: Aaron DeVore 
 
 pkgbase=python-selenium
 pkgname=('python-selenium' 'python2-selenium')
-pkgver=2.47.3
+pkgver=2.48.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('lib32-glibc: Firefox x86 webdriver support for x86_64')
 
source=("http://pypi.python.org/packages/source/s/selenium/selenium-${pkgver}.tar.gz;)
-md5sums=('9410299a1f3225c8a44b66faa8f3f733')
+md5sums=('d1e0635b427151d86457170825b96cf8')
 
 package_python-selenium() {
   depends=('python')


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

2015-10-13 Thread Jelle van der Waa
Date: Tuesday, October 13, 2015 @ 21:13:09
  Author: jelle
Revision: 143934

upgpkg: python-selenium 2.47.3-1

Modified:
  python-selenium/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 18:59:27 UTC (rev 143933)
+++ PKGBUILD2015-10-13 19:13:09 UTC (rev 143934)
@@ -5,7 +5,7 @@
 pkgver=2.47.3
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/selenium;
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -26,4 +26,3 @@
 }
 
 # check() takes too many dependencies to run
-