From b45ee0df21a1860cb1af850b6e998df2f1ad541d868731599400ec0ae13c5d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 21 Sep 2018 07:51:14 +0000 Subject: [PATCH 1/2] - Update to version 3.14.1: * Ship license file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=76 --- python-selenium.changes | 6 ++++++ python-selenium.spec | 5 +++-- selenium-3.14.0.tar.gz | 3 --- selenium-3.14.1.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 selenium-3.14.0.tar.gz create mode 100644 selenium-3.14.1.tar.gz diff --git a/python-selenium.changes b/python-selenium.changes index 3f9e986..9222117 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 21 07:49:59 UTC 2018 - Tomáš Chvátal + +- Update to version 3.14.1: + * Ship license file + ------------------------------------------------------------------- Fri Aug 3 11:55:47 UTC 2018 - tchvatal@suse.com diff --git a/python-selenium.spec b/python-selenium.spec index 7479daf..9e8f1a7 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-selenium -Version: 3.14.0 +Version: 3.14.1 Release: 0 Summary: Python bindings for Selenium License: Apache-2.0 @@ -66,6 +66,7 @@ export PYTHONDONTWRITEBYTECODE=1 %files %{python_files} %doc README.rst CHANGES +%license LICENSE %{python_sitelib}/selenium* %changelog diff --git a/selenium-3.14.0.tar.gz b/selenium-3.14.0.tar.gz deleted file mode 100644 index e7317f7..0000000 --- a/selenium-3.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9ca21919b564a0a86012cd2177923e3a7f37c4a574207086e710192452a7c40 -size 848711 diff --git a/selenium-3.14.1.tar.gz b/selenium-3.14.1.tar.gz new file mode 100644 index 0000000..504933c --- /dev/null +++ b/selenium-3.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab192cd046164c40fabcf44b47c66c8b12495142f4a69dcc55ea6eeef096e614 +size 855411 From 2d3743c7ee6de0d56c9c11e168f68e974524090e92c746988acfaf24541eb59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 21 Sep 2018 10:29:22 +0000 Subject: [PATCH 2/2] Accepting request 637029 from home:namtrac:branches:devel:languages:python Add some changelog. + Fix ability to set timeout for urllib3 (#6286) + get_cookie uses w3c endpoint when compliant + Remove body from GET requests (#6250) + Fix actions pause for fraction of a second (#6300) + Fixed input pausing for some actions methods + Capabilities can be set on Options classes + WebElement rect method is now forward compatible for OSS endpoints (#6355) + Deprecation warnings now have a stacklevel of 2 + keep_alive can now be set on Webdriver init (#6316) + isDisplayed atom is now used for all w3c compliant browser, fixing issue with Safari 12 - Ship license file OBS-URL: https://build.opensuse.org/request/show/637029 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=77 --- python-selenium.changes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/python-selenium.changes b/python-selenium.changes index 9222117..0a6dfa1 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -2,7 +2,19 @@ Fri Sep 21 07:49:59 UTC 2018 - Tomáš Chvátal - Update to version 3.14.1: - * Ship license file + + Fix ability to set timeout for urllib3 (#6286) + + get_cookie uses w3c endpoint when compliant + + Remove body from GET requests (#6250) + + Fix actions pause for fraction of a second (#6300) + + Fixed input pausing for some actions methods + + Capabilities can be set on Options classes + + WebElement rect method is now forward compatible for OSS + endpoints (#6355) + + Deprecation warnings now have a stacklevel of 2 + + keep_alive can now be set on Webdriver init (#6316) + + isDisplayed atom is now used for all w3c compliant browser, + fixing issue with Safari 12 +- Ship license file ------------------------------------------------------------------- Fri Aug 3 11:55:47 UTC 2018 - tchvatal@suse.com