Accepting request 1090316 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1090316 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=87
This commit is contained in:
commit
1a751d33b3
BIN
libwww-perl-6.68.tar.gz
(Stored with Git LFS)
BIN
libwww-perl-6.68.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
libwww-perl-6.70.tar.gz
Normal file
3
libwww-perl-6.70.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34f00d2344757b9c0b55ad35808d53e93d7d92f7a464ec837fe6a73c51fb5969
|
||||||
|
size 184130
|
@ -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>
|
Tue Feb 28 03:10:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%define cpan_name libwww-perl
|
%define cpan_name libwww-perl
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 6.68
|
Version: 6.70
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: The World-Wide Web library for Perl
|
Summary: The World-Wide Web library for Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -32,6 +32,7 @@ BuildRequires: perl(Encode::Locale)
|
|||||||
BuildRequires: perl(File::Listing) >= 6
|
BuildRequires: perl(File::Listing) >= 6
|
||||||
BuildRequires: perl(HTML::Entities)
|
BuildRequires: perl(HTML::Entities)
|
||||||
BuildRequires: perl(HTML::HeadParser) >= 3.71
|
BuildRequires: perl(HTML::HeadParser) >= 3.71
|
||||||
|
BuildRequires: perl(HTTP::CookieJar::LWP)
|
||||||
BuildRequires: perl(HTTP::Cookies) >= 6
|
BuildRequires: perl(HTTP::Cookies) >= 6
|
||||||
BuildRequires: perl(HTTP::Daemon) >= 6.12
|
BuildRequires: perl(HTTP::Daemon) >= 6.12
|
||||||
BuildRequires: perl(HTTP::Date) >= 6
|
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::Response) >= 6.18
|
||||||
BuildRequires: perl(HTTP::Status) >= 6.18
|
BuildRequires: perl(HTTP::Status) >= 6.18
|
||||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||||
|
BuildRequires: perl(Module::Load)
|
||||||
BuildRequires: perl(Net::HTTP) >= 6.18
|
BuildRequires: perl(Net::HTTP) >= 6.18
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
@ -55,6 +57,7 @@ Requires: perl(Encode::Locale)
|
|||||||
Requires: perl(File::Listing) >= 6
|
Requires: perl(File::Listing) >= 6
|
||||||
Requires: perl(HTML::Entities)
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(HTML::HeadParser) >= 3.71
|
Requires: perl(HTML::HeadParser) >= 3.71
|
||||||
|
Requires: perl(HTTP::CookieJar::LWP)
|
||||||
Requires: perl(HTTP::Cookies) >= 6
|
Requires: perl(HTTP::Cookies) >= 6
|
||||||
Requires: perl(HTTP::Date) >= 6
|
Requires: perl(HTTP::Date) >= 6
|
||||||
Requires: perl(HTTP::Negotiate) >= 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::Response) >= 6.18
|
||||||
Requires: perl(HTTP::Status) >= 6.18
|
Requires: perl(HTTP::Status) >= 6.18
|
||||||
Requires: perl(LWP::MediaTypes) >= 6
|
Requires: perl(LWP::MediaTypes) >= 6
|
||||||
|
Requires: perl(Module::Load)
|
||||||
Requires: perl(Net::HTTP) >= 6.18
|
Requires: perl(Net::HTTP) >= 6.18
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
Requires: perl(URI) >= 1.10
|
Requires: perl(URI) >= 1.10
|
||||||
|
Loading…
Reference in New Issue
Block a user