Hello community,
here is the log from the commit of package perl-Test-LWP-UserAgent for
openSUSE:Factory checked in at 2016-11-10 13:27:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-LWP-UserAgent"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
2015-08-27 08:56:17.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
2016-11-10 13:27:44.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Nov 2 07:17:00 UTC 2016 - [email protected]
+
+- updated to 0.031
+ see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+ 0.031 2016-11-02 04:15:38Z
+ - warnings are only checked for in tests under AUTHOR_TESTING, so
as
+ to not prevent installation when warnings occur in prerequisites.
+
+-------------------------------------------------------------------
Old:
----
Test-LWP-UserAgent-0.030.tar.gz
New:
----
Test-LWP-UserAgent-0.031.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-LWP-UserAgent.spec ++++++
--- /var/tmp/diff_new_pack.zN0Qvb/_old 2016-11-10 13:27:45.000000000 +0100
+++ /var/tmp/diff_new_pack.zN0Qvb/_new 2016-11-10 13:27:45.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-LWP-UserAgent
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: perl-Test-LWP-UserAgent
-Version: 0.030
+Version: 0.031
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name Test-LWP-UserAgent
@@ -45,11 +45,11 @@
BuildRequires: perl(Test::Deep) >= 0.110
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
-BuildRequires: perl(Test::Requires)
+BuildRequires: perl(Test::Needs)
BuildRequires: perl(Test::RequiresInternet)
BuildRequires: perl(Test::Warnings) >= 0.009
BuildRequires: perl(Try::Tiny)
-BuildRequires: perl(URI)
+BuildRequires: perl(URI) >= 1.62
BuildRequires: perl(namespace::clean) >= 0.19
BuildRequires: perl(parent)
Requires: perl(HTTP::Date)
@@ -60,17 +60,17 @@
Requires: perl(LWP::UserAgent)
Requires: perl(Safe::Isa)
Requires: perl(Try::Tiny)
-Requires: perl(URI)
+Requires: perl(URI) >= 1.62
Requires: perl(namespace::clean) >= 0.19
Requires: perl(parent)
%{perl_requires}
%description
-This module is a subclass of the LWP::UserAgent manpage which overrides a
-few key low-level methods that are concerned with actually sending your
-request over the network, allowing an interception of that request and
-simulating a particular response. This greatly facilitates testing of
-client networking code where the server follows a known protocol.
+This module is a subclass of LWP::UserAgent which overrides a few key
+low-level methods that are concerned with actually sending your request
+over the network, allowing an interception of that request and simulating a
+particular response. This greatly facilitates testing of client networking
+code where the server follows a known protocol.
The synopsis describes a typical case where you want to test how your
application reacts to various responses from the server. This module will
@@ -83,9 +83,8 @@
hook into this module; see the documentation for the individual interface
methods.
-You can use a the PSGI manpage app to handle the requests - see
-_examples/call_psgi.t_ in this dist, and also the /register_psgi manpage
-below.
+You can use a PSGI app to handle the requests - see _examples/call_psgi.t_
+in this dist, and also register_psgi below.
OR, you can route some or all requests through the network as normal, but
still gain the hooks provided by this class to test what was sent and
++++++ Test-LWP-UserAgent-0.030.tar.gz -> Test-LWP-UserAgent-0.031.tar.gz ++++++
++++ 3055 lines of diff (skipped)