commit python-selenium for openSUSE:Factory
Hello community, here is the log from the commit of package python-selenium for openSUSE:Factory checked in at 2018-03-28 10:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-selenium (Old) and /work/SRC/openSUSE:Factory/.python-selenium.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-selenium" Wed Mar 28 10:33:47 2018 rev:6 rq:591710 version:3.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-selenium/python-selenium.changes 2018-03-09 10:44:42.594754234 +0100 +++ /work/SRC/openSUSE:Factory/.python-selenium.new/python-selenium.changes 2018-03-28 10:33:51.511700157 +0200 @@ -1,0 +2,7 @@ +Sat Mar 24 18:51:28 UTC 2018 - arun@gmx.de + +- update to version 3.11.0: + * No changes just keeping python version in step with the rest of + the project. + +------------------------------------------------------------------- Old: ---- selenium-3.10.0.tar.gz New: ---- selenium-3.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-selenium.spec ++++++ --- /var/tmp/diff_new_pack.4ZkcVc/_old 2018-03-28 10:33:52.319671097 +0200 +++ /var/tmp/diff_new_pack.4ZkcVc/_new 2018-03-28 10:33:52.323670953 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-selenium -Version: 3.10.0 +Version: 3.11.0 Release: 0 Summary: Python bindings for Selenium License: Apache-2.0 ++++++ selenium-3.10.0.tar.gz -> selenium-3.11.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/selenium-3.10.0/CHANGES new/selenium-3.11.0/CHANGES --- old/selenium-3.10.0/CHANGES 2018-03-05 11:19:07.000000000 +0100 +++ new/selenium-3.11.0/CHANGES 2018-03-12 12:48:16.000000000 +0100 @@ -1,3 +1,7 @@ +Selenium 3.11.0 + +No changes just keeping python version in step with the rest of the project. + Selenium 3.10.0 * make tests to check clicking on disabled element work for w3c compliant drivers (#5561) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/selenium-3.10.0/PKG-INFO new/selenium-3.11.0/PKG-INFO --- old/selenium-3.10.0/PKG-INFO 2018-03-05 11:44:22.000000000 +0100 +++ new/selenium-3.11.0/PKG-INFO 2018-03-12 12:52:12.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: selenium -Version: 3.10.0 +Version: 3.11.0 Summary: Python bindings for Selenium Home-page: https://github.com/SeleniumHQ/selenium/ Author: UNKNOWN @@ -44,7 +44,7 @@ pip install -U selenium - Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-3.10.0.tar.gz), unarchive it, and run:: + Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-3.11.0.tar.gz), unarchive it, and run:: python setup.py install @@ -136,11 +136,11 @@ However, to use Selenium Webdriver Remote or the legacy Selenium API (Selenium-RC), you need to also run the Selenium server. The server requires a Java Runtime Environment (JRE). - Download the server separately, from: http://selenium-release.storage.googleapis.com/3.10/selenium-server-standalo... + Download the server separately, from: http://selenium-release.storage.googleapis.com/3.11/selenium-server-standalo... Run the server from the command line:: - java -jar selenium-server-standalone-3.10.0.jar + java -jar selenium-server-standalone-3.11.0.jar Then run your Python client scripts. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/selenium-3.10.0/README.rst new/selenium-3.11.0/README.rst --- old/selenium-3.10.0/README.rst 2018-03-05 10:36:38.000000000 +0100 +++ new/selenium-3.11.0/README.rst 2018-03-12 12:46:15.000000000 +0100 @@ -35,7 +35,7 @@ pip install -U selenium -Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-3.10.0.tar.gz), unarchive it, and run:: +Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-3.11.0.tar.gz), unarchive it, and run:: python setup.py install @@ -127,11 +127,11 @@ However, to use Selenium Webdriver Remote or the legacy Selenium API (Selenium-RC), you need to also run the Selenium server. The server requires a Java Runtime Environment (JRE). -Download the server separately, from: http://selenium-release.storage.googleapis.com/3.10/selenium-server-standalo... +Download the server separately, from: http://selenium-release.storage.googleapis.com/3.11/selenium-server-standalo... Run the server from the command line:: - java -jar selenium-server-standalone-3.10.0.jar + java -jar selenium-server-standalone-3.11.0.jar Then run your Python client scripts. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/selenium-3.10.0/selenium/__init__.py new/selenium-3.11.0/selenium/__init__.py --- old/selenium-3.10.0/selenium/__init__.py 2018-03-05 10:36:38.000000000 +0100 +++ new/selenium-3.11.0/selenium/__init__.py 2018-03-12 12:46:15.000000000 +0100 @@ -16,4 +16,4 @@ # under the License. -__version__ = "3.10.0" +__version__ = "3.11.0" Binary files old/selenium-3.10.0/selenium/webdriver/firefox/webdriver.xpi and new/selenium-3.11.0/selenium/webdriver/firefox/webdriver.xpi differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/selenium-3.10.0/selenium.egg-info/PKG-INFO new/selenium-3.11.0/selenium.egg-info/PKG-INFO --- old/selenium-3.10.0/selenium.egg-info/PKG-INFO 2018-03-05 11:44:22.000000000 +0100 +++ new/selenium-3.11.0/selenium.egg-info/PKG-INFO 2018-03-12 12:52:12.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: selenium -Version: 3.10.0 +Version: 3.11.0 Summary: Python bindings for Selenium Home-page: https://github.com/SeleniumHQ/selenium/ Author: UNKNOWN @@ -44,7 +44,7 @@ pip install -U selenium - Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-3.10.0.tar.gz), unarchive it, and run:: + Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-3.11.0.tar.gz), unarchive it, and run:: python setup.py install @@ -136,11 +136,11 @@ However, to use Selenium Webdriver Remote or the legacy Selenium API (Selenium-RC), you need to also run the Selenium server. The server requires a Java Runtime Environment (JRE). - Download the server separately, from: http://selenium-release.storage.googleapis.com/3.10/selenium-server-standalo... + Download the server separately, from: http://selenium-release.storage.googleapis.com/3.11/selenium-server-standalo... Run the server from the command line:: - java -jar selenium-server-standalone-3.10.0.jar + java -jar selenium-server-standalone-3.11.0.jar Then run your Python client scripts. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/selenium-3.10.0/setup.py new/selenium-3.11.0/setup.py --- old/selenium-3.10.0/setup.py 2018-03-05 10:36:38.000000000 +0100 +++ new/selenium-3.11.0/setup.py 2018-03-12 12:46:15.000000000 +0100 @@ -29,7 +29,7 @@ setup_args = { 'cmdclass': {'install': install}, 'name': 'selenium', - 'version': "3.10.0", + 'version': "3.11.0", 'license': 'Apache 2.0', 'description': 'Python bindings for Selenium', 'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
participants (1)
-
root@hilbert.suse.de