1
0

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
This commit is contained in:
Dirk Stoecker 2023-06-01 15:10:56 +00:00 committed by Git OBS Bridge
parent 30d7e83b35
commit dc48797396
4 changed files with 27 additions and 5 deletions

BIN
libwww-perl-6.68.tar.gz (Stored with Git LFS)

Binary file not shown.

3
libwww-perl-6.70.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34f00d2344757b9c0b55ad35808d53e93d7d92f7a464ec837fe6a73c51fb5969
size 184130

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun May 7 03:08:14 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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