8
0
Files
perl-WWW-Mechanize/perl-WWW-Mechanize.spec

118 lines
3.8 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package perl-WWW-Mechanize
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name WWW-Mechanize
Name: perl-WWW-Mechanize
Version: 2.190.0
Release: 0
# 2.19 -> normalize -> 2.190.0
%define cpan_version 2.19
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Handy web browsing in a Perl object
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
2025-08-12 18:18:29 +02:00
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Accepting request 998836 from devel:languages:perl:autoupdate - updated to 2.15 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.15 2022-08-21 07:47:35Z [FIXED] - There was a test suite failure on some Windows machines introduced in 2.14 that is now fixed. (GH#350) (Julien Fiegehenn) [ENHANCEMENTS] - form_with and all_forms_with() now support the "action" attribute to find forms (GH#349) (Julien Fiegehenn) 2.14 2022-08-15 19:19:24Z [FIXED] - File upload fields now correctly handle overwriting the file name and passing in content without a real file (GH#249) (Gil Magno and Julien Fiegehenn) - HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn) [ENHANCEMENTS] - Add autocheck() to enable or disable autochecking at run time in addition to setting it at object creation (GH#232) (Julien Fiegehenn) - mech_dump now errors appropriately when it cannot open a URL or file instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn) 2.13 2022-07-29 09:44:46Z [ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it thinks their content types are (GH#63) (Julien Fiegehenn) - We now consistently use our own die() method and therefore the onerror handler wherever possible (GH#80) (Julien Fiegehenn) [TESTS] - Add tests for field() when working on a <textarea> (GH#220) (Julien Fiegehenn) OBS-URL: https://build.opensuse.org/request/show/998836 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=70
2022-08-24 07:42:31 +00:00
BuildRequires: perl(HTML::Form) >= 6.08
BuildRequires: perl(HTML::HeadParser)
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TreeBuilder) >= 5
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(HTTP::Daemon) >= 6.12
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
BuildRequires: perl(HTTP::Request) >= 1.30
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(LWP)
BuildRequires: perl(LWP::Simple)
Accepting request 998836 from devel:languages:perl:autoupdate - updated to 2.15 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.15 2022-08-21 07:47:35Z [FIXED] - There was a test suite failure on some Windows machines introduced in 2.14 that is now fixed. (GH#350) (Julien Fiegehenn) [ENHANCEMENTS] - form_with and all_forms_with() now support the "action" attribute to find forms (GH#349) (Julien Fiegehenn) 2.14 2022-08-15 19:19:24Z [FIXED] - File upload fields now correctly handle overwriting the file name and passing in content without a real file (GH#249) (Gil Magno and Julien Fiegehenn) - HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn) [ENHANCEMENTS] - Add autocheck() to enable or disable autochecking at run time in addition to setting it at object creation (GH#232) (Julien Fiegehenn) - mech_dump now errors appropriately when it cannot open a URL or file instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn) 2.13 2022-07-29 09:44:46Z [ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it thinks their content types are (GH#63) (Julien Fiegehenn) - We now consistently use our own die() method and therefore the onerror handler wherever possible (GH#80) (Julien Fiegehenn) [TESTS] - Add tests for field() when working on a <textarea> (GH#220) (Julien Fiegehenn) OBS-URL: https://build.opensuse.org/request/show/998836 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=70
2022-08-24 07:42:31 +00:00
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Path::Tiny)
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Memory::Cycle)
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Output)
BuildRequires: perl(Test::Taint) >= 1.08
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(URI)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(URI::URL)
BuildRequires: perl(URI::file)
BuildRequires: perl(parent)
Accepting request 998836 from devel:languages:perl:autoupdate - updated to 2.15 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.15 2022-08-21 07:47:35Z [FIXED] - There was a test suite failure on some Windows machines introduced in 2.14 that is now fixed. (GH#350) (Julien Fiegehenn) [ENHANCEMENTS] - form_with and all_forms_with() now support the "action" attribute to find forms (GH#349) (Julien Fiegehenn) 2.14 2022-08-15 19:19:24Z [FIXED] - File upload fields now correctly handle overwriting the file name and passing in content without a real file (GH#249) (Gil Magno and Julien Fiegehenn) - HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn) [ENHANCEMENTS] - Add autocheck() to enable or disable autochecking at run time in addition to setting it at object creation (GH#232) (Julien Fiegehenn) - mech_dump now errors appropriately when it cannot open a URL or file instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn) 2.13 2022-07-29 09:44:46Z [ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it thinks their content types are (GH#63) (Julien Fiegehenn) - We now consistently use our own die() method and therefore the onerror handler wherever possible (GH#80) (Julien Fiegehenn) [TESTS] - Add tests for field() when working on a <textarea> (GH#220) (Julien Fiegehenn) OBS-URL: https://build.opensuse.org/request/show/998836 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=70
2022-08-24 07:42:31 +00:00
Requires: perl(HTML::Form) >= 6.08
Requires: perl(HTML::HeadParser)
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
Requires: perl(HTML::TokeParser)
Requires: perl(HTML::TreeBuilder) >= 5
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
Requires: perl(HTTP::Cookies)
Requires: perl(HTTP::Request) >= 1.30
Requires: perl(HTTP::Request::Common)
Accepting request 998836 from devel:languages:perl:autoupdate - updated to 2.15 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.15 2022-08-21 07:47:35Z [FIXED] - There was a test suite failure on some Windows machines introduced in 2.14 that is now fixed. (GH#350) (Julien Fiegehenn) [ENHANCEMENTS] - form_with and all_forms_with() now support the "action" attribute to find forms (GH#349) (Julien Fiegehenn) 2.14 2022-08-15 19:19:24Z [FIXED] - File upload fields now correctly handle overwriting the file name and passing in content without a real file (GH#249) (Gil Magno and Julien Fiegehenn) - HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn) [ENHANCEMENTS] - Add autocheck() to enable or disable autochecking at run time in addition to setting it at object creation (GH#232) (Julien Fiegehenn) - mech_dump now errors appropriately when it cannot open a URL or file instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn) 2.13 2022-07-29 09:44:46Z [ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it thinks their content types are (GH#63) (Julien Fiegehenn) - We now consistently use our own die() method and therefore the onerror handler wherever possible (GH#80) (Julien Fiegehenn) [TESTS] - Add tests for field() when working on a <textarea> (GH#220) (Julien Fiegehenn) OBS-URL: https://build.opensuse.org/request/show/998836 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=70
2022-08-24 07:42:31 +00:00
Requires: perl(LWP::UserAgent)
Requires: perl(URI::URL)
Requires: perl(URI::file)
Requires: perl(parent)
Provides: perl(WWW::Mechanize) = %{version}
Provides: perl(WWW::Mechanize::Image) = %{version}
Provides: perl(WWW::Mechanize::Link) = %{version}
%undefine __perllib_provides
Recommends: perl(Compress::Zlib)
%{perl_requires}
%description
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
'WWW::Mechanize', or Mech for short, is a Perl module for stateful
programmatic web browsing, used for automating interaction with websites.
Features include:
* All HTTP methods
* High-level hyperlink and HTML form support, without having to parse
HTML yourself
* SSL support
* Automatic cookies
* Custom HTTP headers
* Automatic handling of redirections
* Proxies
* HTTP authentication
Mech is well suited for use in testing web applications. If you use one of
the Test::*, like Test::HTML::Lint modules, you can check the fetched
content and use that as input to a test call.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTORS README.md
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
%license LICENSE
%changelog