#4 Update to v4.16.0
Merged 4 months ago by salimma. Opened 8 months ago by suve.
rpms/ suve/python-selenium rawhide  into  rawhide

file modified
+4
@@ -14,3 +14,7 @@ 

  /selenium-3.12.0.tar.gz

  /selenium-3.14.0.tar.gz

  /selenium-3.141.0.tar.gz

+ /selenium-4.14.0.tar.gz

+ /selenium-4.15.0.tar.gz

+ /selenium-4.16.0.tar.gz

+ /selenium-4.17.2.tar.gz

file modified
+5 -4
@@ -1,12 +1,13 @@ 

  %global srcname selenium

  

  Name:          python-%{srcname}

- Version:       3.141.0

+ Version:       4.17.2

  Release:       %autorelease

  Summary:       Python bindings for Selenium

- License:       ASL 2.0

+ License:       Apache-2.0

  URL:           http://docs.seleniumhq.org/

- Source:        %pypi_source

+ 

+ Source0:       %pypi_source

  

  BuildArch:     noarch

  
@@ -34,7 +35,7 @@ 

  PhantomJS), as well as the Remote protocol.

  

  %prep

- %autosetup -p2 -n %{srcname}-%{version}

+ %autosetup -p1 -n %{srcname}-%{version}

  find . -type f -name "*.py" -exec sed -i '1{/^#!/d;}' {} \;

  

  %generate_buildrequires

@@ -1,22 +1,19 @@ 

- diff --git a/py/selenium/webdriver/firefox/firefox_binary.py b/py/selenium/webdriver/firefox/firefox_binary.py

- index fdd1fd3..0025e2f 100644

- --- a/py/selenium/webdriver/firefox/firefox_binary.py

- +++ b/py/selenium/webdriver/firefox/firefox_binary.py

- @@ -192,11 +192,12 @@ class FirefoxBinary(object):

+ --- selenium-4.14.0--orig/selenium/webdriver/firefox/firefox_binary.py	2000-01-01 01:00:00.000000000 +0100

+ +++ selenium-4.14.0--patched/selenium/webdriver/firefox/firefox_binary.py	2023-10-10 14:43:20.849776538 +0200

+ @@ -209,11 +209,13 @@

+          for path in paths:

+              library_path = os.path.join(profile.path, path)

               if not os.path.exists(library_path):

                   os.makedirs(library_path)

-              import shutil

- -            shutil.copy(os.path.join(

- -                os.path.dirname(__file__),

- -                path,

- -                self.NO_FOCUS_LIBRARY_NAME),

- -                library_path)

+ -            import shutil

+ -

+ -            shutil.copy(os.path.join(os.path.dirname(__file__), path, self.NO_FOCUS_LIBRARY_NAME), library_path)

  +            try:

- +                shutil.copy(os.path.join(os.path.dirname(__file__), path,

- +                    self.NO_FOCUS_LIBRARY_NAME),

- +                    library_path)

+ +                import shutil

+ +                shutil.copy(os.path.join(os.path.dirname(__file__), path, self.NO_FOCUS_LIBRARY_NAME), library_path)

  +            except:

- +                pass  # A Man's Gotta Do ...

+ +                pass

               built_path += library_path + ":"

   

           return built_path

+  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (selenium-3.141.0.tar.gz) = 3d2afbe9e96f88e9c055a89786b5090af387d3feba4598577b70fd3e0b20c2c09c4b25af920c654f52ec7e34f23181e6d278ac05f1a1f960d2d371ce7a6b82d8

+ SHA512 (selenium-4.17.2.tar.gz) = 8e7543306bcfef56d8aeeace412be33400272f7b3c52ef5eb984b293bf4cd9ab863001df060e6289c4c9b39cf7ad88d1d52483b5cb24514af0d8d12ee6b264dd

This patch updates the package to the latest version, 4.16.0. It also migrates the license tag to an SPDX identifier.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/d6797dd5f53c441c8d4074ca45ef2918

1 new commit added

  • Update to v4.15.0
7 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/9607865f371943f6911640650d1ab513

1 new commit added

  • Update to v4.16.0
5 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e9493c8182b9412a8ce69d1f90671d68

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/3b92a44827b347a7a41e18af7a5692a5

1 new commit added

  • Update to v4.17.2
4 months ago

rebased onto 7393886

4 months ago

Pull-Request has been merged by salimma

4 months ago

Thank you! the PyPI archive used to be unusable, glad that's fixed now

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/13320a858b9048258958169d83b73159