From 5dd148b33b7395ed3ae240827ad05b9429add9939ee9e23ef4434c727ff94d05 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 21 Nov 2019 10:10:23 +0000 Subject: [PATCH] Accepting request 750063 from devel:languages:perl:autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - updated to 6.42 see /usr/share/doc/packages/perl-libwww-perl/Changes 6.42 2019-11-20 17:40:52Z - Add retry handling for a stale nonce with digest authentication (marmotil and Frank Maas) (GH#40, GH#313, GH#321) - Add the patch method to LWP::UserAgent. (GH#334) (Chase Whitener) - Fix docs to match keep_alive => undef behavior, add some trivial tests (GH#333) (Ville Skyttä) - Documentation grammar fixes (GH#331) (Ville Skyttä) OBS-URL: https://build.opensuse.org/request/show/750063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=87 --- libwww-perl-6.41.tar.gz | 3 --- libwww-perl-6.42.tar.gz | 3 +++ perl-libwww-perl.changes | 14 ++++++++++++++ perl-libwww-perl.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 libwww-perl-6.41.tar.gz create mode 100644 libwww-perl-6.42.tar.gz diff --git a/libwww-perl-6.41.tar.gz b/libwww-perl-6.41.tar.gz deleted file mode 100644 index fb07b56..0000000 --- a/libwww-perl-6.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e271add59a2b773839b902a58a9c955b42008700df93eae1aa37167483a064a -size 172810 diff --git a/libwww-perl-6.42.tar.gz b/libwww-perl-6.42.tar.gz new file mode 100644 index 0000000..a7a3ea6 --- /dev/null +++ b/libwww-perl-6.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34253337a3404c4209d0e45377c9176d0ab6ea4b4570e3a597e26157181741d1 +size 174117 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index cb1b219..0f8d791 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 21 10:04:38 UTC 2019 - + +- updated to 6.42 + see /usr/share/doc/packages/perl-libwww-perl/Changes + + 6.42 2019-11-20 17:40:52Z + - Add retry handling for a stale nonce with digest authentication (marmotil + and Frank Maas) (GH#40, GH#313, GH#321) + - Add the patch method to LWP::UserAgent. (GH#334) (Chase Whitener) + - Fix docs to match keep_alive => undef behavior, add some trivial tests + (GH#333) (Ville Skyttä) + - Documentation grammar fixes (GH#331) (Ville Skyttä) + ------------------------------------------------------------------- Tue Oct 29 09:47:06 UTC 2019 - diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 0604807..6091a4f 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -17,7 +17,7 @@ Name: perl-libwww-perl -Version: 6.41 +Version: 6.42 Release: 0 %define cpan_name libwww-perl Summary: The World-Wide Web library for Perl