8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
56bade4d3f Accepting request 1080873 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1080873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Selenium-Remote-Driver?expand=0&rev=33
2023-04-20 14:26:00 +00:00
6b286df671 Accepting request 1080788 from devel:languages:perl:autoupdate
- updated to 1.49
   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
  1.49 2023-04-06 TEODESIAN
      - Fix the action type for button_up(), courtesy of Bernard Schmalhofer

OBS-URL: https://build.opensuse.org/request/show/1080788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=65
2023-04-20 12:42:49 +00:00
f273210f43 Accepting request 1055891 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1055891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Selenium-Remote-Driver?expand=0&rev=32
2023-01-04 16:54:01 +00:00
63077c7fe6 Accepting request 1046485 from devel:languages:perl:autoupdate
- updated to 1.48
   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
  1.48 2023-01-01 TEODESIAN
      - Remove usage of undocumented firefox features for passing profiles

OBS-URL: https://build.opensuse.org/request/show/1046485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=63
2023-01-04 15:35:42 +00:00
f091ff0b72 Accepting request 976453 from devel:languages:perl
- updated to 1.47
   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
  1.47 2022-05-02 TEODESIAN
      - Add DWIM to inputs accepted by ActionChains send_keys, key_up & key_down, and add some docu

OBS-URL: https://build.opensuse.org/request/show/976453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Selenium-Remote-Driver?expand=0&rev=31
2022-05-12 21:00:21 +00:00
871da1d75a fix skip docs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=61
2022-05-11 16:26:19 +00:00
e44a9ff589 Accepting request 975907 from devel:languages:perl:autoupdate
- updated to 1.47
   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
  1.47 2022-05-02 TEODESIAN
      - Add DWIM to inputs accepted by ActionChains send_keys, key_up & key_down, and add some docu

OBS-URL: https://build.opensuse.org/request/show/975907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=60
2022-05-11 16:24:14 +00:00
a4c9ee136a Accepting request 936024 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/936024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Selenium-Remote-Driver?expand=0&rev=30
2021-12-06 23:00:14 +00:00
3d5168e618 Accepting request 936019 from devel:languages:perl:autoupdate
- updated to 1.46
   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
  1.46 2021-12-04 TEODESIAN
      - Document the keys of WDKEYS hash in POD. Contribution by Yuki Kimoto.

OBS-URL: https://build.opensuse.org/request/show/936019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=59
2021-12-06 13:58:59 +00:00
65d8f4feaa Accepting request 927513 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/927513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Selenium-Remote-Driver?expand=0&rev=29
2021-10-26 18:14:07 +00:00
3b0b8dfcc4 Accepting request 927278 from devel:languages:perl:autoupdate
- updated to 1.45
   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
  1.45 2021-10-21 TEODESIAN
      - Remove ill-advised test reaching out to saucelabs at install-time, vendors are the users' problem

OBS-URL: https://build.opensuse.org/request/show/927278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=58
2021-10-26 12:46:49 +00:00
5 changed files with 54 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:738ed6a55476c68654932d11ffb30fbfd38f2e2a02ee1bfdeb0f926eed7d3c44
size 4114586

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca0effeecea42bbdaf395a88e63e4492858a0006407c94d1cfc418d41397fa62
size 4118220

View File

@@ -36,3 +36,4 @@ skip_noarch: 1
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
skip_doc: diff.out

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Fri Apr 7 03:08:22 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.49
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.49 2023-04-06 TEODESIAN
- Fix the action type for button_up(), courtesy of Bernard Schmalhofer
-------------------------------------------------------------------
Tue Jan 3 03:08:37 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.48
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.48 2023-01-01 TEODESIAN
- Remove usage of undocumented firefox features for passing profiles
-------------------------------------------------------------------
Fri May 6 03:08:23 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.47
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.47 2022-05-02 TEODESIAN
- Add DWIM to inputs accepted by ActionChains send_keys, key_up & key_down, and add some docu
-------------------------------------------------------------------
Sun Dec 5 03:08:10 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.46
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.46 2021-12-04 TEODESIAN
- Document the keys of WDKEYS hash in POD. Contribution by Yuki Kimoto.
-------------------------------------------------------------------
Fri Oct 22 03:10:29 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.45
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.45 2021-10-21 TEODESIAN
- Remove ill-advised test reaching out to saucelabs at install-time, vendors are the users' problem
-------------------------------------------------------------------
Sat Mar 27 03:08:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Selenium-Remote-Driver
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Selenium-Remote-Driver
Name: perl-Selenium-Remote-Driver
Version: 1.44
Version: 1.49
Release: 0
Summary: Perl Client for Selenium Remote Driver
License: Apache-2.0
Summary: Perl Client for Selenium Remote Driver
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TE/TEODESIAN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -30,7 +30,6 @@ Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(Carp::Always)
BuildRequires: perl(Clone)
BuildRequires: perl(File::Which)
BuildRequires: perl(HTTP::Headers)
@@ -48,7 +47,7 @@ BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::LWP::UserAgent)
BuildRequires: perl(Test::LongString)
BuildRequires: perl(Test::MockModule) >= 0.13.0
BuildRequires: perl(Test::MockModule) >= v0.13.0
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(XML::Simple)
BuildRequires: perl(namespace::clean)
@@ -91,6 +90,7 @@ and started the Selenium Server (Selenium Server is a Java application).
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl