8
0

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
This commit is contained in:
2022-05-12 21:00:21 +00:00
committed by Git OBS Bridge
5 changed files with 16 additions and 7 deletions

View File

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

View File

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

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,12 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Selenium-Remote-Driver
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.46
Version: 1.47
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)