From dc48797396e951a60a668148c72c121362cbd92c4566191d1c89de3cdbac955a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 1 Jun 2023 15:10:56 +0000 Subject: [PATCH] Accepting request 1090314 from devel:languages:perl:autoupdate - updated to 6.70 see /usr/share/doc/packages/perl-libwww-perl/Changes 6.70 2023-04-30 13:22:56Z - Add cookie_jar_class attribute to allow different cookie jar modules to be used more easily (GH#91) (Tom Hukins, Julien Fiegehenn) - POD now contains all default attributes (GH#428) (Julien Fiegehenn) 6.69 2023-04-29 13:14:31Z - Timeouts for cached connections now update (GH#73) (Eric Johnson) - The conn_cache() can now be unset (GH#424) (Julien Fiegehenn) - LWP::Protocol now only attempts to load modules once (GH#62) (Burak Gursoy) - Fix a bug in no_proxy that allowed partial matches to a proxy address to disable a proxy (GH#421) (Julien Fiegehenn) OBS-URL: https://build.opensuse.org/request/show/1090314 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=131 --- libwww-perl-6.68.tar.gz | 3 --- libwww-perl-6.70.tar.gz | 3 +++ perl-libwww-perl.changes | 18 ++++++++++++++++++ perl-libwww-perl.spec | 8 ++++++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 libwww-perl-6.68.tar.gz create mode 100644 libwww-perl-6.70.tar.gz diff --git a/libwww-perl-6.68.tar.gz b/libwww-perl-6.68.tar.gz deleted file mode 100644 index 4644835..0000000 --- a/libwww-perl-6.68.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42784a5869855ee08522dfb1d30fccf98ca4ddefa8c6c1bcb0d68a0adceb7f01 -size 180390 diff --git a/libwww-perl-6.70.tar.gz b/libwww-perl-6.70.tar.gz new file mode 100644 index 0000000..1d6bc49 --- /dev/null +++ b/libwww-perl-6.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f00d2344757b9c0b55ad35808d53e93d7d92f7a464ec837fe6a73c51fb5969 +size 184130 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 8310896..4415dab 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun May 7 03:08:14 UTC 2023 - Tina Müller + +- updated to 6.70 + see /usr/share/doc/packages/perl-libwww-perl/Changes + + 6.70 2023-04-30 13:22:56Z + - Add cookie_jar_class attribute to allow different cookie jar modules + to be used more easily (GH#91) (Tom Hukins, Julien Fiegehenn) + - POD now contains all default attributes (GH#428) (Julien Fiegehenn) + + 6.69 2023-04-29 13:14:31Z + - Timeouts for cached connections now update (GH#73) (Eric Johnson) + - The conn_cache() can now be unset (GH#424) (Julien Fiegehenn) + - LWP::Protocol now only attempts to load modules once (GH#62) (Burak Gursoy) + - Fix a bug in no_proxy that allowed partial matches to a proxy address + to disable a proxy (GH#421) (Julien Fiegehenn) + ------------------------------------------------------------------- Tue Feb 28 03:10:38 UTC 2023 - Tina Müller diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index d0324a7..8f33a91 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -18,12 +18,12 @@ %define cpan_name libwww-perl Name: perl-libwww-perl -Version: 6.68 +Version: 6.70 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: The World-Wide Web library for Perl URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -32,6 +32,7 @@ BuildRequires: perl(Encode::Locale) BuildRequires: perl(File::Listing) >= 6 BuildRequires: perl(HTML::Entities) BuildRequires: perl(HTML::HeadParser) >= 3.71 +BuildRequires: perl(HTTP::CookieJar::LWP) BuildRequires: perl(HTTP::Cookies) >= 6 BuildRequires: perl(HTTP::Daemon) >= 6.12 BuildRequires: perl(HTTP::Date) >= 6 @@ -41,6 +42,7 @@ BuildRequires: perl(HTTP::Request::Common) >= 6.18 BuildRequires: perl(HTTP::Response) >= 6.18 BuildRequires: perl(HTTP::Status) >= 6.18 BuildRequires: perl(LWP::MediaTypes) >= 6 +BuildRequires: perl(Module::Load) BuildRequires: perl(Net::HTTP) >= 6.18 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 @@ -55,6 +57,7 @@ Requires: perl(Encode::Locale) Requires: perl(File::Listing) >= 6 Requires: perl(HTML::Entities) Requires: perl(HTML::HeadParser) >= 3.71 +Requires: perl(HTTP::CookieJar::LWP) Requires: perl(HTTP::Cookies) >= 6 Requires: perl(HTTP::Date) >= 6 Requires: perl(HTTP::Negotiate) >= 6 @@ -63,6 +66,7 @@ Requires: perl(HTTP::Request::Common) >= 6.18 Requires: perl(HTTP::Response) >= 6.18 Requires: perl(HTTP::Status) >= 6.18 Requires: perl(LWP::MediaTypes) >= 6 +Requires: perl(Module::Load) Requires: perl(Net::HTTP) >= 6.18 Requires: perl(Try::Tiny) Requires: perl(URI) >= 1.10