Hello community,
here is the log from the commit of package perl-WWW-Mechanize for
openSUSE:Factory checked in at 2018-10-22 11:03:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
and /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-WWW-Mechanize"
Mon Oct 22 11:03:32 2018 rev:22 rq:641613 version:1.88
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2015-11-26 17:03:26.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes
2018-10-22 11:03:41.796256563 +0200
@@ -1,0 +2,49 @@
+Fri Oct 12 09:00:44 UTC 2018 - Dirk Stoecker <[email protected]>
+
+- Fix build
+
+-------------------------------------------------------------------
+Sat Mar 24 07:02:37 UTC 2018 - [email protected]
+
+- 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)
+
+-------------------------------------------------------------------
+Mon Feb 12 12:37:46 UTC 2018 - [email protected]
+
+- 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)
+
+-------------------------------------------------------------------
+Wed Feb 7 17:32:58 UTC 2018 - [email protected]
+
+- updated to 1.86
+ see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+-------------------------------------------------------------------
Old:
----
WWW-Mechanize-1.75.tar.gz
New:
----
WWW-Mechanize-1.88.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-WWW-Mechanize.spec ++++++
--- /var/tmp/diff_new_pack.Btq6iE/_old 2018-10-22 11:03:42.408256038 +0200
+++ /var/tmp/diff_new_pack.Btq6iE/_new 2018-10-22 11:03:42.412256034 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-WWW-Mechanize
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,62 +12,78 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-WWW-Mechanize
-Version: 1.75
+Version: 1.88
Release: 0
%define cpan_name WWW-Mechanize
Summary: Handy web browsing in a Perl object
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/WWW-Mechanize/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
-BuildRequires: perl-CGI >= 4.08
BuildRequires: perl-macros
-BuildRequires: perl(HTML::Form) >= 6
+BuildRequires: perl(CGI) >= 4.32
+BuildRequires: perl(HTML::Form) >= 1.00
BuildRequires: perl(HTML::HeadParser)
-BuildRequires: perl(HTML::Parser) >= 3.33
-BuildRequires: perl(HTML::TokeParser) >= 2.28
+BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TreeBuilder)
+BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(HTTP::Daemon)
-BuildRequires: perl(HTTP::Request) >= 1.3
-BuildRequires: perl(HTTP::Server::Simple) >= 0.35
+BuildRequires: perl(HTTP::Request) >= 1.30
+BuildRequires: perl(HTTP::Request::Common)
+BuildRequires: perl(HTTP::Response)
BuildRequires: perl(HTTP::Server::Simple::CGI)
-BuildRequires: perl(HTTP::Status)
-BuildRequires: perl(LWP) >= 5.829
-BuildRequires: perl(LWP::UserAgent) >= 5.829
-BuildRequires: perl(Test::Warn) >= 0.11
-BuildRequires: perl(URI) >= 1.36
+BuildRequires: perl(LWP)
+BuildRequires: perl(LWP::Simple)
+BuildRequires: perl(LWP::UserAgent) >= 5.827
+BuildRequires: perl(Test::Deep)
+BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(Test::Output)
+BuildRequires: perl(Test::Warnings)
+BuildRequires: perl(URI)
+BuildRequires: perl(URI::Escape)
BuildRequires: perl(URI::URL)
BuildRequires: perl(URI::file)
-Requires: perl(CGI) >= 4.08
-Requires: perl(HTML::Form) >= 6
+Requires: perl(HTML::Form) >= 1.00
Requires: perl(HTML::HeadParser)
-Requires: perl(HTML::Parser) >= 3.33
-Requires: perl(HTML::TokeParser) >= 2.28
+Requires: perl(HTML::TokeParser)
Requires: perl(HTML::TreeBuilder)
-Requires: perl(HTTP::Daemon)
-Requires: perl(HTTP::Request) >= 1.3
-Requires: perl(HTTP::Server::Simple) >= 0.35
-Requires: perl(HTTP::Server::Simple::CGI)
-Requires: perl(HTTP::Status)
-Requires: perl(LWP) >= 5.829
-Requires: perl(LWP::UserAgent) >= 5.829
-Requires: perl(Test::Warn) >= 0.11
-Requires: perl(URI) >= 1.36
+Requires: perl(HTTP::Cookies)
+Requires: perl(HTTP::Request) >= 1.30
+Requires: perl(HTTP::Request::Common)
+Requires: perl(LWP::UserAgent) >= 5.827
Requires: perl(URI::URL)
Requires: perl(URI::file)
%{perl_requires}
%description
-Perl module for stateful programmatic web browsing, used for automating
interaction with websites.
+'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
%setup -q -n %{cpan_name}-%{version}
@@ -86,6 +102,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes
+%doc Changes CONTRIBUTORS README.md tags
+%license LICENSE
%changelog
++++++ WWW-Mechanize-1.75.tar.gz -> WWW-Mechanize-1.88.tar.gz ++++++
++++ 10649 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.Btq6iE/_old 2018-10-22 11:03:42.532255931 +0200
+++ /var/tmp/diff_new_pack.Btq6iE/_new 2018-10-22 11:03:42.532255931 +0200
@@ -7,7 +7,6 @@
#patches:
# foo.patch: -p1
# bar.patch:
-preamble: Perl-CGI >= 4.08
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`