commit perl-Test-LWP-UserAgent for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package perl-Test-LWP-UserAgent for 
openSUSE:Factory checked in at 2020-03-11 18:50:13

Comparing /work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new.3160 (New)


Package is "perl-Test-LWP-UserAgent"

Wed Mar 11 18:50:13 2020 rev:8 rq:783468 version:0.034

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
  2017-05-24 16:47:13.985036841 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new.3160/perl-Test-LWP-UserAgent.changes
2020-03-11 18:52:19.999594049 +0100
@@ -1,0 +2,11 @@
+Sat Mar  7 03:12:24 UTC 2020 -  
+
+- updated to 0.034
+   see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+  0.034 2020-03-06 04:22:25Z
+- fix t/10-request-args-network.t under EXTENDED_TESTING=1 where 
the
+  test URL was returning random content for each request and
+  therefore failing a comparison check
+
+---

Old:

  Test-LWP-UserAgent-0.033.tar.gz

New:

  Test-LWP-UserAgent-0.034.tar.gz



Other differences:
--
++ perl-Test-LWP-UserAgent.spec ++
--- /var/tmp/diff_new_pack.BcLMQj/_old  2020-03-11 18:52:20.983594488 +0100
+++ /var/tmp/diff_new_pack.BcLMQj/_new  2020-03-11 18:52:20.983594488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-LWP-UserAgent
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,19 +12,19 @@
 # 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-Test-LWP-UserAgent
-Version:0.033
+Version:0.034
 Release:0
-#Upstream: Artistic-1.0 or GPL-1.0+
+#Upstream: Artistic-1.0 or GPL-1.0-or-later
 %define cpan_name Test-LWP-UserAgent
 Summary:LWP::UserAgent suitable for simulating and testing network 
calls
-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/Test-LWP-UserAgent/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -69,7 +69,7 @@
 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
+particular response. This greatly facilitates testing of networking client
 code where the server follows a known protocol.
 
 The synopsis describes a typical case where you want to test how your
@@ -118,11 +118,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -131,6 +131,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING docs examples LICENCE README
+%doc Changes CONTRIBUTING docs examples README
+%license LICENCE
 
 %changelog

++ Test-LWP-UserAgent-0.033.tar.gz -> Test-LWP-UserAgent-0.034.tar.gz ++
 2674 lines of diff (skipped)




commit perl-Test-LWP-UserAgent for openSUSE:Factory

2017-05-24 Thread root
Hello community,

here is the log from the commit of package perl-Test-LWP-UserAgent for 
openSUSE:Factory checked in at 2017-05-24 16:47:13

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"

Wed May 24 16:47:13 2017 rev:7 rq:495798 version:0.033

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
  2017-05-16 14:37:59.679494505 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
 2017-05-24 16:47:13.985036841 +0200
@@ -1,0 +2,10 @@
+Thu May 18 06:48:29 UTC 2017 - co...@suse.com
+
+- updated to 0.033
+   see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+  0.033 2017-05-18 00:46:41Z
+- fix network tests that failed from 0.032, due to inadequate 
author
+  testing before release
+
+---

Old:

  Test-LWP-UserAgent-0.032.tar.gz

New:

  Test-LWP-UserAgent-0.033.tar.gz



Other differences:
--
++ perl-Test-LWP-UserAgent.spec ++
--- /var/tmp/diff_new_pack.Jawbrc/_old  2017-05-24 16:47:14.680938855 +0200
+++ /var/tmp/diff_new_pack.Jawbrc/_new  2017-05-24 16:47:14.684938292 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-LWP-UserAgent
-Version:0.032
+Version:0.033
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Test-LWP-UserAgent

++ Test-LWP-UserAgent-0.032.tar.gz -> Test-LWP-UserAgent-0.033.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.032/CONTRIBUTING 
new/Test-LWP-UserAgent-0.033/CONTRIBUTING
--- old/Test-LWP-UserAgent-0.032/CONTRIBUTING   2017-05-04 00:57:23.0 
+0200
+++ new/Test-LWP-UserAgent-0.033/CONTRIBUTING   2017-05-18 02:46:46.0 
+0200
@@ -97,4 +97,4 @@
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.013 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.123.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.124.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.032/Changes 
new/Test-LWP-UserAgent-0.033/Changes
--- old/Test-LWP-UserAgent-0.032/Changes2017-05-04 00:57:23.0 
+0200
+++ new/Test-LWP-UserAgent-0.033/Changes2017-05-18 02:46:46.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Test-LWP-UserAgent
 
+0.033 2017-05-18 00:46:41Z
+  - fix network tests that failed from 0.032, due to inadequate author
+testing before release
+
 0.032 2017-05-03 22:57:18Z
   - convert network tests to using httpbin.org, to not rely on
 iana.org not changing their content
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.032/META.json 
new/Test-LWP-UserAgent-0.033/META.json
--- old/Test-LWP-UserAgent-0.032/META.json  2017-05-04 00:57:23.0 
+0200
+++ new/Test-LWP-UserAgent-0.033/META.json  2017-05-18 02:46:46.0 
+0200
@@ -39,7 +39,7 @@
   },
   "develop" : {
  "recommends" : {
-"Dist::Zilla::PluginBundle::Author::ETHER" : "0.123"
+"Dist::Zilla::PluginBundle::Author::ETHER" : "0.124"
  },
  "requires" : {
 "Dist::Zilla" : "5",
@@ -55,6 +55,7 @@
 "Dist::Zilla::Plugin::ConfirmRelease" : "0",
 "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0",
 "Dist::Zilla::Plugin::DynamicPrereqs" : "0.018",
+"Dist::Zilla::Plugin::EnsureLatestPerl" : "0",
 "Dist::Zilla::Plugin::FileFinder::ByName" : "0",
 "Dist::Zilla::Plugin::GenerateFile" : "0",
 "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : "0",
@@ -113,6 +114,7 @@
 "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022",
 "Dist::Zilla::Plugin::TestRelease" : "0",
 "Dist::Zilla::Plugin::UploadToCPAN" : "0",
+"Dist::Zilla::Plugin::UseUnsafeInc" : "0",
 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.103",
 "File::Spec" : "0",
 "HTTP::Message::PSGI" : "0",
@@ -191,7 +193,7 @@
"provides" : {
   "Test::LWP::UserAgent" : {
  "file" : "lib/Test/LWP/UserAgent.pm",
- "version" : "0.032"
+ "version" : "0.033"
   }
},
"release_status" : "stable",
@@ -209,10 +211,10 @@
   "x_IRC" : "irc://irc.perl.org/#perl-qa",
   "x_MailingList" : "http://lists.perl.org/list/perl-qa.html;

commit perl-Test-LWP-UserAgent for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package perl-Test-LWP-UserAgent for 
openSUSE:Factory checked in at 2017-05-16 14:37:57

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"

Tue May 16 14:37:57 2017 rev:6 rq:492945 version:0.032

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
  2016-11-10 13:27:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
 2017-05-16 14:37:59.679494505 +0200
@@ -1,0 +2,10 @@
+Thu May  4 06:48:41 UTC 2017 - co...@suse.com
+
+- updated to 0.032
+   see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+  0.032 2017-05-03 22:57:18Z
+- convert network tests to using httpbin.org, to not rely on
+  iana.org not changing their content
+
+---

Old:

  Test-LWP-UserAgent-0.031.tar.gz

New:

  Test-LWP-UserAgent-0.032.tar.gz



Other differences:
--
++ perl-Test-LWP-UserAgent.spec ++
--- /var/tmp/diff_new_pack.2Jd6mo/_old  2017-05-16 14:38:00.355399542 +0200
+++ /var/tmp/diff_new_pack.2Jd6mo/_new  2017-05-16 14:38:00.359398980 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-LWP-UserAgent
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.031
+Version:0.032
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Test-LWP-UserAgent
@@ -25,7 +25,7 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-LWP-UserAgent/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -84,7 +84,7 @@
 methods.
 
 You can use a PSGI app to handle the requests - see _examples/call_psgi.t_
-in this dist, and also register_psgi below.
+in this distribution, 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.031.tar.gz -> Test-LWP-UserAgent-0.032.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.031/CONTRIBUTING 
new/Test-LWP-UserAgent-0.032/CONTRIBUTING
--- old/Test-LWP-UserAgent-0.031/CONTRIBUTING   2016-11-02 05:15:43.0 
+0100
+++ new/Test-LWP-UserAgent-0.032/CONTRIBUTING   2017-05-04 00:57:23.0 
+0200
@@ -96,5 +96,5 @@
 request to the .mailmap file to contain the correct mapping.
 
 
-This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.012 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.121.
+This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.013 from a
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.123.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.031/Changes 
new/Test-LWP-UserAgent-0.032/Changes
--- old/Test-LWP-UserAgent-0.031/Changes2016-11-02 05:15:43.0 
+0100
+++ new/Test-LWP-UserAgent-0.032/Changes2017-05-04 00:57:23.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Test-LWP-UserAgent
 
+0.032 2017-05-03 22:57:18Z
+  - convert network tests to using httpbin.org, to not rely on
+iana.org not changing their content
+
 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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.031/MANIFEST 
new/Test-LWP-UserAgent-0.032/MANIFEST
--- old/Test-LWP-UserAgent-0.031/MANIFEST   2016-11-02 05:15:43.0 
+0100
+++ new/Test-LWP-UserAgent-0.032/MANIFEST   2017-05-04 00:57:23.0 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
+# This file was automatically generated 

commit perl-Test-LWP-UserAgent for openSUSE:Factory

2016-11-10 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
 2016-11-10 13:27:44.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov  2 07:17:00 UTC 2016 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.zN0Qvb/_new  2016-11-10 13:27:45.0 +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)




commit perl-Test-LWP-UserAgent for openSUSE:Factory

2015-08-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LWP-UserAgent for 
openSUSE:Factory checked in at 2015-08-27 08:56:16

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-06-09 12:24:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
 2015-08-27 08:56:17.0 +0200
@@ -1,0 +2,13 @@
+Sun Aug 23 09:25:14 UTC 2015 - co...@suse.com
+
+- updated to 0.030
+   see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+  0.030 2015-08-17 00:07:37Z
+- change network tests from hitting example.com to cpan.org, in the
+  hopes of getting past more testers' firewalls
+- factor a few bits of HTTP::Response-specific code out into 
private
+  methods, to ease future refactoring
+- some clarification and expansion to documentation
+
+---

Old:

  Test-LWP-UserAgent-0.029.tar.gz

New:

  Test-LWP-UserAgent-0.030.tar.gz



Other differences:
--
++ perl-Test-LWP-UserAgent.spec ++
--- /var/tmp/diff_new_pack.zt4Hvi/_old  2015-08-27 08:56:18.0 +0200
+++ /var/tmp/diff_new_pack.zt4Hvi/_new  2015-08-27 08:56:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-LWP-UserAgent
-Version:0.029
+Version:0.030
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Test-LWP-UserAgent
@@ -31,6 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Requirements) = 2.120620
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Request::Common)
@@ -38,6 +39,7 @@
 BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(IO::Socket::IP) = 0.31
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Safe::Isa)
 BuildRequires:  perl(Test::Deep) = 0.110
@@ -48,7 +50,7 @@
 BuildRequires:  perl(Test::Warnings) = 0.009
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(URI)
-BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(namespace::clean) = 0.19
 BuildRequires:  perl(parent)
 Requires:   perl(HTTP::Date)
 Requires:   perl(HTTP::Request)
@@ -59,7 +61,7 @@
 Requires:   perl(Safe::Isa)
 Requires:   perl(Try::Tiny)
 Requires:   perl(URI)
-Requires:   perl(namespace::clean)
+Requires:   perl(namespace::clean) = 0.19
 Requires:   perl(parent)
 %{perl_requires}
 
@@ -70,7 +72,7 @@
 simulating a particular response. This greatly facilitates testing of
 client networking code where the server follows a known protocol.
 
-The synopsis describes a classic case where you want to test how your
+The synopsis describes a typical case where you want to test how your
 application reacts to various responses from the server. This module will
 let you send back various responses depending on the request, without
 having to set up a real server to test against. This can be invaluable when
@@ -130,6 +132,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING docs examples LICENSE README
+%doc Changes CONTRIBUTING docs examples LICENCE README
 
 %changelog

++ Test-LWP-UserAgent-0.029.tar.gz - Test-LWP-UserAgent-0.030.tar.gz ++
 3369 lines of diff (skipped)




commit perl-Test-LWP-UserAgent for openSUSE:Factory

2015-06-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LWP-UserAgent for 
openSUSE:Factory checked in at 2015-06-09 12:24:53

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-04-25 14:09:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
 2015-06-09 12:24:54.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  7 09:06:31 UTC 2015 - co...@suse.com
+
+- updated to 0.029
+   see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+  0.029 2015-05-23 03:43:46Z
+- add use of Test::RequiresInternet to avoid failing tests on
+  smokers that are failing to set NO_NETWORK_TESTING when running
+  behind a firewall
+
+---

Old:

  Test-LWP-UserAgent-0.028.tar.gz

New:

  Test-LWP-UserAgent-0.029.tar.gz



Other differences:
--
++ perl-Test-LWP-UserAgent.spec ++
--- /var/tmp/diff_new_pack.cKi7Wd/_old  2015-06-09 12:24:54.0 +0200
+++ /var/tmp/diff_new_pack.cKi7Wd/_new  2015-06-09 12:24:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-LWP-UserAgent
-Version:0.028
+Version:0.029
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Test-LWP-UserAgent
@@ -44,6 +44,7 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::RequiresInternet)
 BuildRequires:  perl(Test::Warnings) = 0.009
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(URI)

++ Test-LWP-UserAgent-0.028.tar.gz - Test-LWP-UserAgent-0.029.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.028/CONTRIBUTING 
new/Test-LWP-UserAgent-0.029/CONTRIBUTING
--- old/Test-LWP-UserAgent-0.028/CONTRIBUTING   2015-04-11 00:38:34.0 
+0200
+++ new/Test-LWP-UserAgent-0.029/CONTRIBUTING   2015-05-23 05:43:51.0 
+0200
@@ -97,4 +97,4 @@
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 
from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.091.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.093.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.028/Changes 
new/Test-LWP-UserAgent-0.029/Changes
--- old/Test-LWP-UserAgent-0.028/Changes2015-04-11 00:38:34.0 
+0200
+++ new/Test-LWP-UserAgent-0.029/Changes2015-05-23 05:43:51.0 
+0200
@@ -1,5 +1,10 @@
 Revision history for Test-LWP-UserAgent
 
+0.029 2015-05-23 03:43:46Z
+  - add use of Test::RequiresInternet to avoid failing tests on
+smokers that are failing to set NO_NETWORK_TESTING when running
+behind a firewall
+
 0.028 2015-04-10 22:38:29Z
   - report on the versions of more networking modules, to try to track
 down mysterious failed network connections during testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.028/MANIFEST 
new/Test-LWP-UserAgent-0.029/MANIFEST
--- old/Test-LWP-UserAgent-0.028/MANIFEST   2015-04-11 00:38:34.0 
+0200
+++ new/Test-LWP-UserAgent-0.029/MANIFEST   2015-05-23 05:43:51.0 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.034.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.036.
 CONTRIBUTING
 Changes
 INSTALL
@@ -38,12 +38,12 @@
 xt/author/00-compile.t
 xt/author/clean-namespaces.t
 xt/author/eol.t
+xt/author/kwalitee.t
 xt/author/no-tabs.t
 xt/author/pod-spell.t
 xt/release/changes_has_content.t
 xt/release/cpan-changes.t
 xt/release/distmeta.t
-xt/release/kwalitee.t
 xt/release/minimum-version.t
 xt/release/mojibake.t
 xt/release/pod-coverage.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LWP-UserAgent-0.028/META.json 
new/Test-LWP-UserAgent-0.029/META.json
--- old/Test-LWP-UserAgent-0.028/META.json  2015-04-11 00:38:34.0 
+0200
+++ new/Test-LWP-UserAgent-0.029/META.json  2015-05-23 05:43:51.0 
+0200
@@ -4,7 +4,7 @@
   Karen Etheridge et...@cpan.org
],
dynamic_config : 1,
-   generated_by : Dist::Zilla version 5.034, CPAN::Meta::Converter version 
2.150001,
+   generated_by : Dist::Zilla version 5.036, 

commit perl-Test-LWP-UserAgent for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LWP-UserAgent for 
openSUSE:Factory checked in at 2015-04-25 14:09:15

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-02-16 21:14:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
 2015-04-25 14:09:17.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr 14 21:06:09 UTC 2015 - co...@suse.com
+
+- updated to 0.028
+   see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+  0.028 2015-04-10 22:38:29Z
+- report on the versions of more networking modules, to try to 
track
+  down mysterious failed network connections during testing
+  
+  0.027 2015-02-26 04:57:32Z
+- register_psgi, unregister_psgi, map_response, 
map_network_response
+  and unmap_all all return their invocant, to allow for method
+  chaining (Tom Hukins, github #2)
+
+---

Old:

  Test-LWP-UserAgent-0.026.tar.gz

New:

  Test-LWP-UserAgent-0.028.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-LWP-UserAgent.spec ++
--- /var/tmp/diff_new_pack.ypImyV/_old  2015-04-25 14:09:18.0 +0200
+++ /var/tmp/diff_new_pack.ypImyV/_new  2015-04-25 14:09:18.0 +0200
@@ -17,14 +17,16 @@
 
 
 Name:   perl-Test-LWP-UserAgent
-Version:0.026
+Version:0.028
 Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Test-LWP-UserAgent
-Summary:A LWP::UserAgent suitable for simulating and testing network 
calls
+Summary:LWP::UserAgent suitable for simulating and testing network 
calls
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-LWP-UserAgent/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -34,6 +36,7 @@
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(IO::Socket::IP) = 0.31
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Safe::Isa)
@@ -50,6 +53,7 @@
 Requires:   perl(HTTP::Request)
 Requires:   perl(HTTP::Response)
 Requires:   perl(HTTP::Status)
+Requires:   perl(IO::Socket::IP) = 0.31
 Requires:   perl(LWP::UserAgent)
 Requires:   perl(Safe::Isa)
 Requires:   perl(Try::Tiny)
@@ -125,6 +129,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING examples LICENSE README weaver.ini
+%doc Changes CONTRIBUTING docs examples LICENSE README
 
 %changelog

++ Test-LWP-UserAgent-0.026.tar.gz - Test-LWP-UserAgent-0.028.tar.gz ++
 2741 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: Artistic-1.0 or GPL-1.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag