Hello community,

here is the log from the commit of package python-selenium for 
openSUSE:Leap:15.2 checked in at 2020-02-21 23:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-selenium (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-selenium.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-selenium"

Fri Feb 21 23:48:56 2020 rev:27 rq:777125 version:3.141.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-selenium/python-selenium.changes        
2020-01-15 15:52:55.731580210 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-selenium.new.26092/python-selenium.changes 
    2020-02-21 23:48:57.248519079 +0100
@@ -1,0 +2,64 @@
+Fri May 17 18:42:59 UTC 2019 - Meera Belur <[email protected]>
+
+- Update to version 3.141.0
+  + Bump version to a better approximation of Π
+  + Improved Test build targets
+  + fix os path in test for Windows
+  + use 'NUL' for /dev/null on Windows
+  + Update ctor docstrings to explain that a directory passed in is cloned. 
Fixes #6542
+  + Allow passing of service_args to Safari. Fixes #6459
+  + Remove element equals url
+  + Improved WebExtension support 
+
+-------------------------------------------------------------------
+Fri Sep 21 07:49:59 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Update to version 3.14.1:
+  + 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 - [email protected]
+
+- Run the tests, taken from upstream git and issue filled upstream
+
+-------------------------------------------------------------------
+Fri Aug  3 08:44:01 UTC 2018 - [email protected]
+
+- Update to version 3.14.0
+  * [py] Fix doc of URL-related ExpectedCondition (#6236) 
+
+-------------------------------------------------------------------
+Sun Jul  1 19:18:04 UTC 2018 - [email protected]
+
+- specfile:
+  * be more specific for %{python_sitelib}/* in %files
+
+-------------------------------------------------------------------
+Sun Jul  1 17:46:04 UTC 2018 - [email protected]
+
+- update to version 3.13.0:
+  * Add executing Chrome devtools command (#5989)
+  * fix incorrect w3c action encoding in python client (#6014)
+  * Implement context manager for WebDriver
+  * Stop sending "windowHandle" param in maximize_window command for
+    w3c
+
+-------------------------------------------------------------------
+Thu May 10 15:09:23 UTC 2018 - [email protected]
+
+- update to version 3.12.0:
+  * no changelog available
+
+-------------------------------------------------------------------

Old:
----
  selenium-3.11.0.tar.gz

New:
----
  selenium-3.141.0.tar.gz
  selenium-pytest.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-selenium.spec ++++++
--- /var/tmp/diff_new_pack.AhGwuy/_old  2020-02-21 23:48:58.064520701 +0100
+++ /var/tmp/diff_new_pack.AhGwuy/_new  2020-02-21 23:48:58.072520716 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-selenium
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,30 @@
 # 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.11.0
+Version:        3.141.0
 Release:        0
 Summary:        Python bindings for Selenium
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/SeleniumHQ/selenium
+URL:            https://github.com/SeleniumHQ/selenium
 Source:         
https://files.pythonhosted.org/packages/source/s/selenium/selenium-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+#https://github.com/SeleniumHQ/selenium/issues/6246
+Source1:        selenium-pytest.tar.bz2
+BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module rdflib}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module urllib3}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-rdflib
+Requires:       python-urllib3
 ExclusiveArch:  %{ix86} x86_64
 %python_subpackages
 
@@ -42,7 +47,7 @@
 supported, as well as the Selenium 1.0 bindings.
 
 %prep
-%setup -q -n selenium-%{version}
+%setup -q -n selenium-%{version} -a1
 
 %build
 %python_build
@@ -55,8 +60,13 @@
 %python_expand rm 
%{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
 %endif
 
+%check
+export PYTHONDONTWRITEBYTECODE=1
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version} test/unit
+
 %files %{python_files}
 %doc README.rst CHANGES
-%{python_sitelib}/*
+%license LICENSE
+%{python_sitelib}/selenium*
 
 %changelog

++++++ selenium-3.11.0.tar.gz -> selenium-3.141.0.tar.gz ++++++
++++ 2580 lines of diff (skipped)


Reply via email to