Skip to content

Commit

Permalink
Merge pull request #41 from rciam/develop
Browse files Browse the repository at this point in the history
Downgrade blinker due to incompatibility with selenium-wire on Rocky 9
  • Loading branch information
NicolasLiampotis authored Aug 5, 2024
2 parents 27ccecd + da91e35 commit d1f32fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file modified driver/geckodriver
Binary file not shown.
7 changes: 5 additions & 2 deletions rciam_probes.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Name: rciam_probes
Summary: RCIAM related probes - Complete
Group: grnet/rciam
Version: 2.1.0
Version: 2.1.1
Release: %(echo $GIT_COMMIT_DATE).%(echo $GIT_COMMIT_HASH)%{?dist}
Url: https://github.com/rciam/%{name}
License: Apache-2.0
Expand Down Expand Up @@ -135,7 +135,10 @@ rm -rf $RPM_BUILD_ROOT
#fi

%changelog
* Wed July 3 2024 Nicolas Liampotis <[email protected]> 2.1.0
* Mon Aug 5 2024 Nicolas Liampotis <[email protected]> 2.1.1
- Fixed Python requirements. See https://github.com/seleniumbase/SeleniumBase/issues/2782
- Updated geckodriver to v0.34.0
* Wed Jul 3 2024 Nicolas Liampotis <[email protected]> 2.1.0
- Added Python requirements
* Wed May 29 2024 Nicolas Liampotis <[email protected]> 2.0.0
- Changed Python requirements from python36-* to python3-*
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beautifulsoup4==4.10.0
blinker==1.8.2
blinker==1.7.0
brotli==1.1.0
build==1.2.1
certifi==2024.2.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from os import path

__name__ = 'rciam_probes'
__version__ = '2.0.0'
__version__ = '2.1.1'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit d1f32fc

Please sign in to comment.